update
This commit is contained in:
parent
dc3c62dad3
commit
622018fe8e
|
@ -37,7 +37,7 @@
|
|||
\AtEndOfPackage{\makeatletter\input{zjutthesis.cfg}\makeatother}
|
||||
|
||||
\ProcessOptions\relax
|
||||
\LoadClass[UTF8,zihao=-4,oneside,font=songti,AutoFakeSlant=true,scheme=chinese,linespread=1.25,SlantFactor=0.3]{ctexbook}
|
||||
\LoadClass[UTF8,zihao=-4,oneside,font=songti,AutoFakeSlant=true,scheme=plain,linespread=1.25,SlantFactor=0.3]{ctexbook}
|
||||
% \xeCJKsetup{AutoFakeBold=false,AutoFakeSlant=true,SlantFactor = 0.7,CheckSingle=true,AutoFallBack=true}
|
||||
|
||||
% , % 孤字检查
|
||||
|
@ -197,17 +197,23 @@
|
|||
%% http://mirror.bjtu.edu.cn/CTAN/macros/latex/contrib/titlesec/titlesec.pdf
|
||||
%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\ctexset{
|
||||
chapter={
|
||||
name={第, 章},format=\bfseries\centering\zihao{3}
|
||||
}
|
||||
}
|
||||
|
||||
%%% 1级标题,三号,黑体,居中,加粗,段前段后18磅,1.5倍行距 {
|
||||
\titleformat{\chapter}[block]{\onehalfspacing \sanhao\heiti\filcenter\bfseries}{第\thechapter 章}{1em}{}[\vbox{\vspace*{2em}}]
|
||||
\titlespacing{\chapter}{0pt}{-18pt}{18pt} % XXX 调整行距后@mckelvin 人工调的
|
||||
\titlecontents{chapter}[0em]
|
||||
{\vspace{10pt}}
|
||||
{\wuhao\bfseries\thecontentslabel}
|
||||
{\wuhao\bfseries\thecontentslabel\hspace{1em}}
|
||||
{\wuhao\bfseries}
|
||||
{\wuhao\bfseries\titlerule*[3pt]{.}\contentspage}
|
||||
%%% }
|
||||
|
||||
|
||||
%%% 2级标题,四号,黑体,加粗,段前12磅,段后12磅,1.5倍行距 {
|
||||
\titleformat{\section}[hang]{\onehalfspacing \sihao\heiti\bfseries}{\thesection}{1em}{}{}
|
||||
\titlespacing{\section}{0pt}{12pt}{12pt} % XXX 调整行距后@mckelvin 人工调的
|
||||
|
|
Loading…
Reference in New Issue