答案1
我自己找到了问题的答案。
要获取目录中的命名法,步骤如下
1) 使用\usepackage[intoc, english]{nomencl}
条件\documentclass
2) 对于 Texusers>Options>Configure Texmaker> 在 Make Index 下复制并粘贴此内容makeindex %.nlo -s nomencl.ist -o %.nls -t %.nlg
。这一步非常重要
3)\makenomenclature
在\begin {document}
4)\printnomenclature
最后还要包括
5)关于命名条目,我会指出这个指南命名列表条目
6) 接下来仅按此顺序单击 PDFLatex>MakeIndex 和 PDFLatex。
7) 瞧!术语条目现在显示在目录和相应页面中。