我尝试让 \glossaries 包工作,但没有成功。此 MWE 可以编译,但不显示词汇表。
\documentclass[11pt]{scrartcl}
\usepackage{glossaries}
\makeglossaries
\newglossaryentry{12345}
{
name=12345,
description={My favorite numbers}
}
\title{}
\author{}
\date{}
\usepackage{blindtext}
\begin{document}
\blindtext[20]
\clearpage
\printglossary[title=Special Terms, toctitle=List of terms]
\end{document}
尝试按照此处的说明进行操作:词汇表的格式但没有运气。我做错了什么?