我正在使用 achemso 包在 Latex 中编写 JACS 通信支持信息,其中手稿类型设置为 suppinfo。
\documentclass[journal=jacsat,manuscript=suppinfo]{achemso}
然后我使用以下命令调用内容(章节和小节):
\tableofcontents
就像这里的简化形式
\documentclass[journal=jacsat,manuscript=suppinfo]{achemso}
\title{Title goes here}
\begin{document}
\tableofcontents
\section{Header 1}
\subsection{Header 1.1}
\subsection{Header 1.2}
\subsection{Header 1.3}
\subsection{Header 1.4}
\section{Header 3}
\section{Header 4}
\section{Header 5}
\section{Header 6}
\end{document}
我该如何修复它?
答案1
标准设置使用未编号的部分supinfo
:这些部分不会写入文件.toc
。您需要添加
\SectionNumbersOn
\begin{document}
重新激活它们之前。