summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/autonum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-12 01:50:30 +0000
committerKarl Berry <karl@freefriends.org>2013-11-12 01:50:30 +0000
commit2966f8b2993275dcac7d3b9e53d8b1a7bc66b43a (patch)
tree20ab21051814f539393b7176c1a909b61e0d32e8 /Master/texmf-dist/doc/latex/autonum
parent74456c15bcb8f119a6ff55119eadd11af99885f8 (diff)
autonum (12nov13)
git-svn-id: svn://tug.org/texlive/trunk@32126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/autonum')
-rw-r--r--Master/texmf-dist/doc/latex/autonum/autonum.pdfbin278308 -> 279676 bytes
-rw-r--r--Master/texmf-dist/doc/latex/autonum/test-autonum.pdfbin90055 -> 90483 bytes
-rw-r--r--Master/texmf-dist/doc/latex/autonum/test-autonum.tex9
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
index 0f18d528ef8..ccdb3ce8b28 100644
--- a/Master/texmf-dist/doc/latex/autonum/autonum.pdf
+++ b/Master/texmf-dist/doc/latex/autonum/autonum.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf b/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf
index 49857f80912..de100cf4665 100644
--- a/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf
+++ b/Master/texmf-dist/doc/latex/autonum/test-autonum.pdf
Binary files differ
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}