forked from OChicken/SCUT-Bachelor-Thesis-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAppendix_Settings.tex
27 lines (27 loc) · 1.51 KB
/
Appendix_Settings.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%----------------------------------------------------------------------------------------
% APPENDIX
%----------------------------------------------------------------------------------------
\appendix
%----------------------------------------------------------------------------------------
% Appendix's Section fonts adjustment
%----------------------------------------------------------------------------------------
\CTEXsetup[name={附录},number={\Alph{section}}, format={\centering\zihao{-2}\bfseries}]{section}
\titleformat{\subsection}{\zihao{-3}\bfseries}{\thesubsection}{1em}{}
\titleformat{\subsubsection}{\zihao{4}\bfseries}{\thesubsubsection}{1em}{}
\CTEXsetup[,format={\raggedright\bfseries\zihao{-4}}]{paragraph}
%----------------------------------------------------------------------------------------
% Page header & Page footer setting
%----------------------------------------------------------------------------------------
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\sectionmark}[1]{\markboth{附录\Alph{section}\ \ #1}{}}
\fancyhead[C]{\CJKfamily{song}华南理工大学学士学位论文}
\fancyhead[CO]{\CJKfamily{song}\leftmark}
\fancyfoot[C]{\thepage}
%----------------------------------------------------------------------------------------
% Section related equations' number
%----------------------------------------------------------------------------------------
\makeatletter
\@addtoreset{equation}{section}
\makeatother
\renewcommand{\theequation}{\Alph{section}.\arabic{equation}}