mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add acceptance test for nomenclature
This commit is contained in:
parent
d2e93fa025
commit
e14470d57f
2 changed files with 25 additions and 0 deletions
|
@ -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}
|
Binary file not shown.
Loading…
Reference in a new issue