我正在使用 Springer 模板编写一本书SVMULT
。但是目录存在问题。以下是最小工作示例:
編輯.tex
\documentclass{svmult}
\begin{document}
\tableofcontents
\include{CHAPTER1}
\end{document}
第 1 章.tex
\title*{The title}
\section{Introduction}
This is a citation \cite{name}.
\begin{thebibliography}{5}
\bibitem{name} An entry
\end{thebibliography}
输出:
从第 1 页可以看出,“参考文献”在目录中出现了两次,这是不正确的。
我该如何解决这个问题?我知道我可以编辑 .toc 文件。但这似乎不是一个好的解决方案,因为每次我编译这本书时它都会重新生成。
答案1
等问题解决后我再回答。问题在于“SVMULT”类已过时或损坏。正如“Ruixi Zhang”在该问题的评论中所建议的,我已再次下载该类,但下载自 Springer 官方网站,这已解决问题。