Add acceptance test for nomenclature
This commit is contained in:
25
test/acceptance/fixtures/examples/nomenclature/main.tex
Normal file
25
test/acceptance/fixtures/examples/nomenclature/main.tex
Normal file
@@ -0,0 +1,25 @@
|
||||
\documentclass{article}
|
||||
|
||||
\usepackage{nomencl}
|
||||
\makenomenclature
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section*{Main equations}
|
||||
|
||||
\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 area of the needle point}%
|
||||
|
||||
The equation $\sigma = m a$%
|
||||
\nomenclature{$\sigma$}{The total mass of angels per unit area}%
|
||||
\nomenclature{$m$}{The mass of one angel}
|
||||
follows easily.
|
||||
|
||||
\printnomenclature
|
||||
|
||||
\end{document}
|
||||
BIN
test/acceptance/fixtures/examples/nomenclature/output.pdf
Normal file
BIN
test/acceptance/fixtures/examples/nomenclature/output.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user