Skip to content

Commit

Permalink
目录优化
Browse files Browse the repository at this point in the history
  • Loading branch information
yuh committed May 27, 2020
1 parent 93601f6 commit be691ae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 7 additions & 2 deletions LZUThesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,13 @@
\RequirePackage[titles]{tocloft}
\renewcommand\cftchapdotsep{0.5} %虚线间隔
\renewcommand\cftdotsep{0.5} %虚线间隔
\renewcommand{\cftchapafterpnum}{\vspace{6pt}} %章节间隔 ,节前6磅
\setlength{\cftbeforesecskip}{6pt} %章节间隔 ,节前6磅
% \renewcommand{\cftchapafterpnum}{\vspace{6pt}} %章节间隔 ,节前6磅
\setlength{\cftbeforesecskip}{6pt}
% %章节间隔 ,节前6磅

\setlength{\cftbeforechapskip}{6pt}
\setlength{\cftbeforesubsecskip}{6pt}

\renewcommand\cftchapfont{\zihao{4}\bfseries\songti} % 目录中一级标题,应该是加粗(宋体加粗)
\renewcommand\cftsecfont{\zihao{4} \songti}
\renewcommand\cftsubsecfont{\zihao{-4} \songti}
Expand Down
6 changes: 5 additions & 1 deletion LZUThesis2007.cls
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,12 @@
\RequirePackage[titles]{tocloft}
\renewcommand\cftchapdotsep{0.5} %虚线间隔
\renewcommand\cftdotsep{0.5} %虚线间隔
\renewcommand{\cftchapafterpnum}{\vspace{6pt}} %章节间隔 ,节前6磅
% \renewcommand{\cftchapafterpnum}{\vspace{6pt}} %章节间隔 ,节前6磅
\setlength{\cftbeforesecskip}{6pt} %章节间隔 ,节前6磅

\setlength{\cftbeforechapskip}{6pt}
\setlength{\cftbeforesubsecskip}{6pt}

\renewcommand\cftchapfont{\zihao{4}\songti}
\renewcommand\cftsecfont{\zihao{-4} \songti}
\renewcommand\cftsubsecfont{\zihao{-4} \songti}
Expand Down
Binary file modified paper.zip
Binary file not shown.
Binary file modified template.pdf
Binary file not shown.

0 comments on commit be691ae

Please sign in to comment.