diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/nomencl/sample01.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/nomencl/sample01.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/nomencl/sample01.tex b/Master/texmf-dist/doc/latex/nomencl/sample01.tex index 6c756d37eef..4de78df6fa0 100644 --- a/Master/texmf-dist/doc/latex/nomencl/sample01.tex +++ b/Master/texmf-dist/doc/latex/nomencl/sample01.tex @@ -6,12 +6,13 @@ \begin{equation} a=\frac{N}{A} \end{equation}% -\nomenclature{$a$}{The number of angels per unit area}% -\nomenclature{$N$}{The number of angels per needle point}% +\nomenclature{$a$}{The number of angels per unit area\nomrefeq}% +\nomenclature{$N$}{The number of angels per needle point\nomrefpage}% \nomenclature{$A$}{The area of the needle point}% The equation $\sigma = m a$% -\nomenclature{$\sigma$}{The total mass of angels per unit area}% +\nomenclature{$\sigma$}{The total mass of angels per unit area\nomrefeqpage}% \nomenclature{$m$}{The mass of one angel} follows easily. +\eqdeclaration{32} \printnomenclature \end{document} |