diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/autonum/autonum.pdf | bin | 273282 -> 278034 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/autonum/test-autonum.pdf | bin | 87917 -> 88845 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/autonum/test-autonum.tex | 9 |
3 files changed, 9 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 713e56faa1f..58a3642caa1 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 fe61092d9f7..1949e6499c3 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 db3f9cc0470..6a568b94494 100644 --- a/Master/texmf-dist/doc/latex/autonum/test-autonum.tex +++ b/Master/texmf-dist/doc/latex/autonum/test-autonum.tex @@ -24,6 +24,7 @@ % % \stop % \begin{equation}\label{ee}b\end{equation} \section*{Tests} + Additionally test, that deactivating the package does not reuslt in compile errors during the next run if only basic features are used. \begin{itemize} \item Having a referenced equation with reference before \ref{referenceBefore} \begin{equation}\label{referenceBefore} @@ -54,6 +55,14 @@ \begin{equation}\label{checkWhitespace} b_c \end{equation} + \item Check if the starred version of ref does also work (\ref*{checkStarred}) + \begin{equation}\label{checkStarred} + c_D + \end{equation} + \item Check if the starred version of cref does also work (\cref*{checkStarredCref}) + \begin{equation}\label{checkStarredCref} + d_E + \end{equation} \item Placing the number in long equations \ref{long} \begin{equation}\label{long} \sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum\sum a |