我正在用乳胶做我的论文并使用Lyx编辑器来实现它。我想把我的TOC和LOF放在页面的中心。我用了
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\hfill\Huge\hfill}
但这会将toc标题推向正确的位置。
我如何以同样的方式居中?
答案 0 :(得分:0)
您应该在目录/ ToC标题之前插入内容以及之后:
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\hfill<titlefont>}
\renewcommand{\cftaftertoctitle}{\hfill\mbox{}}
<titlefont>
表示您有兴趣制作的任何字体开关。要调整数字/ LoF列表(表格/ LoT列表),请使用\cftloftitlefont
和\cftafterloftitle
(\cftlottitlefont
和\cftafterlottitle
)。