Skip to content

Commit

Permalink
Fix line numbers in acks
Browse files Browse the repository at this point in the history
Fix issue with line numbers in acknowledgements even if nolinenumbers is set.
  • Loading branch information
dwijn committed Sep 8, 2023
1 parent f08a8bf commit 4c1e59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cls/aastex631.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ when using acknowledgments. For more details, see:\\
\fi\go
%%
\global\setbox\ackbox=\vbox\bgroup
\expandafter\ifx\csname internallinenumbers\endcsname\relax\else
\ifnumlines
\begin{internallinenumbers}
\fi
\vskip 5.8mm plus 1mm minus 1mm
Expand All @@ -1245,7 +1245,7 @@ when using acknowledgments. For more details, see:\\
\noindent\ignorespaces}

\def\endacknowledgments{
\expandafter\ifx\csname internallinenumbers\endcsname\relax\else
\ifnumlines
\end{internallinenumbers}
\fi
\egroup%% completes ackbox
Expand Down

0 comments on commit 4c1e59d

Please sign in to comment.