diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-18 22:04:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-18 22:04:07 +0000 |
commit | 45315eeacd920a9de59a96471f23d904108cd94b (patch) | |
tree | 2da988ef4e9047f3365c306b7b9f670de1a96124 /Master/texmf-dist/doc/latex/autonum | |
parent | 6e48412405af6ebe81310c43c86547fa62eb3bd7 (diff) |
autonum (18jan15)
git-svn-id: svn://tug.org/texlive/trunk@36084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/autonum')
-rw-r--r-- | Master/texmf-dist/doc/latex/autonum/autonum.pdf | bin | 291482 -> 294486 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/autonum/test-autonum.pdf | bin | 102991 -> 103842 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/autonum/test-autonum.tex | 17 |
3 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/autonum/autonum.pdf b/Master/texmf-dist/doc/latex/autonum/autonum.pdf Binary files differindex 9f0c2751d5b..a286856378d 100644 --- a/Master/texmf-dist/doc/latex/autonum/autonum.pdf +++ b/Master/texmf-dist/doc/latex/autonum/autonum.pdf diff --git a/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf b/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf Binary files differindex 5f306d008a5..fb8c8377965 100644 --- a/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf +++ b/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf diff --git a/Master/texmf-dist/doc/latex/autonum/test-autonum.tex b/Master/texmf-dist/doc/latex/autonum/test-autonum.tex index 1e312c4bd23..df692263510 100644 --- a/Master/texmf-dist/doc/latex/autonum/test-autonum.tex +++ b/Master/texmf-dist/doc/latex/autonum/test-autonum.tex @@ -356,6 +356,23 @@ \end{split} \end{equation} Note, that the \textbackslash\texttt{label} must not be put inside the \texttt{split} environment, as according to the \AmS-math documentation \texttt{split} provides no numbering. + \item Split inside an equation, where the label is inside split (which is discouraged, see directly above) and reference \ref{insideSplit} + \begin{equation} + \begin{split} + \label{insideSplit} + \text{Check this line for an equation number!} + \end{split} + \end{equation} + \item This is a reference to an align environment with alignment \ref{alignment}. + \begin{align}% + a &= 1,\label{alignment}\\% + cd &= 2\label{rowTwo}% + \end{align}% + \item This is an align environment with alignment and no text before the equation sign (there once was an error with the optional argument handling of the newline command). + \begin{align} + a &= 1,\label{eq:a}\\ + &= 2\label{eq:b} + \end{align} \end{itemize} \section{Using ref in section \ref{i1}}\label{i1} text \ifcleveref{ |