我正在使用此链接中给出的 LaTeX 模板: http://www.tandfonline.com/action/authorSubmission?show=instructions&journalCode=rquf20#Formatting_and_templates
本期刊需要一份图表标题列表,我正尝试使用 来完成\listoffigures
。以下是我所拥有的:
\documentclass{rQUF2e}
\usepackage{adjustbox}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{lmodern}
\usepackage{epstopdf}% To incorporate .eps illustrations using PDFLaTeX,
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\theoremstyle{remark}
\newtheorem{remark}{Remark}
\begin{document}
some figures
\bibliographystyle{rQUF}
\bibliography{BibTeX1}
\listoffigures
\end{document}
但是,在“TeXnicCenter”中编译此代码时,它一直说\listoffigures
是未定义的控制序列。如果我使用,也会发生同样的事情\listoftables
。有人知道为什么会发生这种情况吗?有什么可能的解决方法吗?我想避免在单独的文档中再次手动写出所有图形标题。