diff --git a/test/acceptance/fixtures/examples/nomenclature/main.tex b/test/acceptance/fixtures/examples/nomenclature/main.tex new file mode 100644 index 0000000..3fb928c --- /dev/null +++ b/test/acceptance/fixtures/examples/nomenclature/main.tex @@ -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} diff --git a/test/acceptance/fixtures/examples/nomenclature/output.pdf b/test/acceptance/fixtures/examples/nomenclature/output.pdf new file mode 100644 index 0000000..8283496 Binary files /dev/null and b/test/acceptance/fixtures/examples/nomenclature/output.pdf differ