Latex Nomenclature 包添加术语表方法

2025-10-29 03:29:32

1、添加示例文件或者将以下内容复制到空白的Tex文件中。

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

Latex Nomenclature 包添加术语表方法

Latex Nomenclature 包添加术语表方法

2、在示例文件夹下打开命令窗口(Shift+鼠标右键),并输入下面命令,回车

latex <filename>.tex

会生成以下文件。

Latex Nomenclature 包添加术语表方法

Latex Nomenclature 包添加术语表方法

3、继续在当前的命令窗口输入下面命令,回车

makeindex <filename>.nlo -s nomencl.ist -o <filename>.nls

便会在文件目录下多出nls文件

Latex Nomenclature 包添加术语表方法

Latex Nomenclature 包添加术语表方法

4、再次对文档进行编译,仍在命令行中输入下面命令

latex <filename>.tex

回得到下图中所示的文档。

Latex Nomenclature 包添加术语表方法

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢