您好,我正在尝试使用此文件打印词汇表:
\documentclass{article}
\usepackage[acronym]{glossaries}
\makeglossaries
\newacronym{gcd}{GCD}{Greatest Common Divisor}
\newacronym{lcm}{LCM}{Least Common Multiple}
\begin{document}
Given a set of numbers, there are elementary methods to compute
its \gls{gcd}, which is abbreviated \gls{gcd}. This process
is similar to that used for the \gls{lcm}.
\printglossary[type=\acronymtype, nonumberlist]
\end{document}
这很好用。但是,一旦我将文件移到另一个文件夹,并使用此文件作为主文件(在 Overleaf 上)从头开始重新编译它,它就不再起作用了。缩写词仍然正确显示在文本中,但词汇表不再打印。我在这里遗漏了什么?
答案1
正如戴博文所指出的,这很可能是 Overleaf 的一个限制(overleaf 不打印词汇表)