为了让我的回忆录看起来更专业,我通过命令禁用了章节名称、章节编号和章节标题的打印输出
\renewcommand{\printchaptername}{}
\renewcommand{\printchapternum}{}
\chapter[TOC title][Header Title]{}
在每个文件的开头我使用命令
\begin{center}
\includegraphics[width=\textwidth]{chapterTitle.eps}
\end{center}
其中 chapterTitle.eps 是一个图形,例如
CHAPTER 1 INTRODUCTION
用适当的颜色和字符串定位。是否可以对目录做同样的事情,即禁用打印
\contentsname
并显示基于图形的版本?我认为这将使目录看起来更专业
答案1
据我了解你想要什么,然后\contentsname
按照如下方式进行修改:
\renewcommand*{\contentsname}{\includegraphics{TocTitle.eps}}