Add acceptance test for nomenclature

This commit is contained in:
James Allen 2014-04-04 08:25:36 -04:00
parent d2e93fa025
commit e14470d57f
2 changed files with 25 additions and 0 deletions

View 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}