我知道已经有几个关于这个问题的帖子了,但我已经尝试了所有方法,希望看看是否有人有其他补充。任何帮助都将不胜感激。我试图将此页面放在论文的第一章之前,但在图表列表之后。谢谢。
\documentclass{article} \usepackage{nomencl} \makenomenclature \begin{document}
\section*{Main equations}
\begin{equation}
a=\frac{N}{A}
\end{equation}%
\nomenclature{$a$}{number of angels per unit area}%
\nomenclature{$N$}{number of angels per needle point}%
\nomenclature{$A$}{area of the needle point}%
The equation $\sigma = m a$%
\nomenclature{$\sigma$}{total mass of angels}%
\nomenclature{$m$}{mass of one angel} follows easily.
\printnomenclature
\end{document}