diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/autonum/test-autonum.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/autonum/test-autonum.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/autonum/test-autonum.tex b/Master/texmf-dist/doc/latex/autonum/test-autonum.tex index c220992cba4..2f2804e0272 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 @@ \@ifpackageloaded{cleveref}{% \def\ifcleveref#1{#1}% + \crefname{inequation}{ineq.}{ineqs.} }{% \def\ifcleveref#1{}% } @@ -143,6 +144,14 @@ \] \cref{crefThree,crefFour} } + \item Using cref with a custom type \cref{myInequation} and thus an optional argument in the label command + \begin{equation}\label[inequation]{myInequation} + a < b + \end{equation} + \item Using an unused cref with a custom type and thus an optional argument in the label command + \begin{equation}\label[inequation]{myUnusedInequation} + d < c + \end{equation} } \item Using align \ref{alignOne}, \ref{alignThree} \begin{align} |