我正在嘗試使用本文中提供的乳膠代碼為我的論文生成符號列表關聯
我製作了完全相同的副本,但“符號列表”部分從未出現......有一天可以幫助我解決這個問題嗎?
下面您可以找到一個最小的工作範例,以及 pdf 檔案的螢幕截圖
\documentclass[english, reqno, 9pt]{amsart}
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\usepackage{amssymb,amsmath,amsthm,amsfonts,color}
\usepackage{mathrsfs,dsfont, comment,mathscinet}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{mathtools}
\usepackage{babel}
%----------------------------------------------------------------------------------------%
\usepackage{glossaries}
\makeglossaries
\newglossaryentry{lengthtree}%
{%
name={$L_t$},
text={L_t},
description={description here},
sort={L}
}
\title{Test}
\setlength{\parindent}{0cm}
\begin{document}
In line: $\gls{lengthtree}$. In math mode:
\[
\gls{lengthtree}
\]
\printglossary[title={List of Symbols}]
\end{document}
正如您所看到的,沒有“符號列表”部分...請告知!