Skip to content

Commit

Permalink
document st@rred flag for xxalignat, fixes #159
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Jan 28, 2020
1 parent cd9cea8 commit 4bbe846
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions required/amsmath/amsmath.dtx
Expand Up @@ -3197,9 +3197,10 @@ ill-advised in LaTeX.%
% \end{macro}
%
% \begin{macro}{\ifst@rred}
% The switch |st@rred| is set to true by all starred
% environments
% and set to false by the unstarred versions.
% The switch |st@rred| is set to true by all starred environments
% and set to false by the unstarred versions.
% One exception is the \env{xxalignat} environment where this is set
% to true.
% \begin{macrocode}
\newif\ifst@rred
% \end{macrocode}
Expand Down Expand Up @@ -3450,7 +3451,8 @@ and fix things up.}
\nointerlineskip
\vskip-\ht\strutbox@
\vskip-\dp\strutbox@
\vbox{\noindent\hbox to\displaywidth{\hbox to#1{\strut@\hfill}}}%
\vbox{\noindent\hbox to\displaywidth{%
\hbox to#1{\strut@\hfill}}}%
\prevdepth\dimen@
\fi
}%
Expand Down

0 comments on commit 4bbe846

Please sign in to comment.