这tocloft 文档建议该命令\cftaftertoctitle
提供一种在目录标题和实际目录内容之间插入内容的方法。但是,它似乎什么也没做。具体来说,在该部分中,手册声称:
正在做:
\renewcommand{\cftafterZtitle}{%
\[\baselineskip]\mbox{}\hfill{\normalfont 页面}}将会把单词“Page”放在标题后的一行的右侧。
这实际上正是我希望启用的行为。但是,这些行似乎根本没有做任何事情:
\documentclass{report}
\usepackage[titles]{tocloft} % Alter the style of the Table of Contents
\renewcommand{\cftaftertoctitle}{%
\\[\baselineskip]\mbox{}\hfill{\normalfont Page}}
\begin{document}
\tableofcontents
\chapter{Local Gaussian Process Features for Clinical Sensor Time Series} \label{chapter:localgpr}
\chapter{Decision Surfaces of Localized Classifiers} \label{chapter:localsvm}
\chapter{Local Word2Vec Models over Time} \label{chapter:localw2v}
\chapter{Local Orthogonal Quadric Regression} \label{chapter:localodq}
\section{Gaussian Process Weighting} \label{appendix:gprweights}
\end{document}
我怎样才能将内容放入标题和目录之间的空间tocloft
?
答案1
答案2
我不知道您想要什么。请显示您想要的输出。可\cftaftertoctitle
用于更改Table of Contents
标题的外观。这是您想要的吗?
如果您想在各个标题和其页码之间添加一些内容,那么请查看类似的内容,\cftchapleader{Some text}
但进行更改以适合您的需要。