【发布时间】:2011-02-12 04:28:08
【问题描述】:
我尝试使用命令更改“列表列表”文本
\renewcommand*{\lstlistlistingname}{List of XYZ}
在我的\begin{document} 之前。这有什么问题?
顺便说一句
\renewcommand*{\lstlistingname}{NewListing}
工作就像一个魅力。
编辑:没有发生错误,只是文本没有变化。它仍然是“列表”。
顺便说一句,这是我包含它的方式:
\pagestyle{scrheadings}
\pagenumbering{Roman}
\pdfbookmark[0]{\contentsname}{Contents}
\tableofcontents
\listoftables
\listoffigures
\listoflistings
\pagestyle{scrheadings}
\pagenumbering{arabic}
我在“列表”页面上看到编号以“1”开头,但应该是“V”。一些提示?
谢谢
【问题讨论】:
-
最好将尝试时发生的情况与预期发生的情况进行比较。
-
可能定义了一些 List 宏...顺便说一句。欢迎:)
-
...对我来说就像一个魅力...
标签: latex listings lstlisting