From 6f0efdac293d749dbd65ce069cf97dbe19faebad Mon Sep 17 00:00:00 2001 From: Poet <42093310+LaureatePoet@users.noreply.github.com> Date: Sat, 28 May 2022 18:05:09 +0800 Subject: [PATCH] fix contents indent #36. (#37) --- hfutthesis.cls | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hfutthesis.cls b/hfutthesis.cls index 11e88dc..62df633 100644 --- a/hfutthesis.cls +++ b/hfutthesis.cls @@ -2817,15 +2817,15 @@ \else \titlecontents{chapter} [\z@]{\bfseries\normalsize} - {\contentspush{\thecontentslabel\unskip\hspace{\ccwd}}}{} + {\contentspush{\thecontentslabel\unskip\hspace{0.5\ccwd}}}{} {\hfut@leaders\contentspage} \titlecontents{section} - [\ccwd]{\normalsize} - {\contentspush{\thecontentslabel\hspace{\ccwd}}}{} + [2\ccwd]{\normalsize} + {\contentspush{\thecontentslabel\hspace{0.5\ccwd}}}{} {\hfut@leaders\contentspage} \titlecontents{subsection} - [2\ccwd]{\normalsize} - {\contentspush{\thecontentslabel\hspace{\ccwd}}}{} + [4\ccwd]{\normalsize} + {\contentspush{\thecontentslabel\hspace{0.5\ccwd}}}{} %\ifhfut@section@style@arabic\hspace{\ccwd}\else 、\fi}}{} {\hfut@leaders\contentspage} \fi @@ -2859,7 +2859,7 @@ \newlength{\hfut@lof@label@width} \newcommand\hfut@set@lof@format{% \settowidth{\hfut@lof@label@width}{\figurename~9.99}% - \addtolength{\hfut@lof@label@width}{1em}% + \addtolength{\hfut@lof@label@width}{0.5\ccwd}% \titlecontents{figure}% [\hfut@lof@label@width]{\normalsize}% {\contentslabel[\figurename~\thecontentslabel]{\hfut@lof@label@width}}{}%