latex 中 \printnomenclature 的编号问题

latex 中 \printnomenclature 的编号问题

以下是我正在使用的乳胶模板的链接:https://www.overleaf.com/latex/templates/iitmdissertation-the-official-latex-template-for-theses-synopses-and-project-reports-in-iit-madras/pbrrtcygybkj

我正在使用以下类别:\documentclass[phd,smplmath,zdraft]{iitmdissertation}

在符号页 [第 xv 页左右] 中,如果符号列表超过一页,则第一页之后的页面(在符号类别下)将不再获得任何编号(符号的最后一页除外)。

我找到了 .sty 文件中的相应代码(如下所示),并尝试进行一些更改,例如添加 \newpage 或使用长表,但没有效果。

\begin{singlespacing}
    \glsaddall
    \printglossary[title={\textupper{Glossary}}]
    \printglossary[type=\acronymtype,title={\textupper{Abbreviations}}]
\end{singlespacing}
\par
}
%
%
% Notations
%
%
\newcommand\addNotationDefinitions{
\input 1-frontmatter/front-notation
\renewcommand{\nomname}{Notation}
}

\newcommand\printNotation{%
\addNotationDefinitions\par
\begin{singlespacing}
\printnomenclature
\thispagestyle{plain}
\end{singlespacing}\par
}

您能建议解决这个问题吗?我希望对 Notations 类别下的每个页面进行编号。我提供了模板链接,因为文件很大,所以无法创建虚拟版本。

如果你需要多个页面的虚拟注释列表

\nomenclature{$\pi$}{ratio of the circumference of a circle to its diameter}
\nomenclature{$\tau$}{ratio of the circumference of a circle to its radius}
\nomenclature{$c$}{the speed of light in vacuum}
\nomenclature{$\tau_{0}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{1}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{2}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{3}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{4}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{5}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{6}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{7}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{8}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{9}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{10}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{11}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{12}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{13}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{14}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{15}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{16}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{17}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{18}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{19}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{20}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{21}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{22}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{23}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{24}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{25}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{26}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{27}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{28}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{29}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{30}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{31}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{32}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{33}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{34}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{35}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{36}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{37}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{38}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{39}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{40}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{41}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{42}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{43}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{44}$}{ratio of the circumference of a circle to its radius}
\nomenclature{$\tau_{45}$}{ratio of the circumference of a circle to its radius}

相关内容