LaTeX目录居中及目录字体设置

% 目录字体设置
\usepackage{subfigure}
\usepackage[subfigure]{tocloft}
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}} % 目录后一行连续的点
\renewcommand{\cftsecfont}{\rmfamily}
\renewcommand{\cftsecpagefont}{\rmfamily}
% 目录居中
\renewcommand*\contentsname{\hfill Contents \hfill}

    原文作者:AdamShyly
    原文地址: https://blog.csdn.net/Adam_captain/article/details/123021065
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞