~xdavidwu/cskloudv3-thesis

a36d378c2b3283f70b589a374dd1caffdacc3e8d — Pinghao Wu 3 months ago 58e7afa
links
3 files changed, 26 insertions(+), 7 deletions(-)

M covers/load_env.tex
M covers/toc_var.tex
M main.tex
M covers/load_env.tex => covers/load_env.tex +1 -0
@@ 13,6 13,7 @@
\setmainfont{Liberation Serif}
\usepackage{CJKnumb}

\usepackage{hyperref}
\usepackage{indentfirst}
\usepackage{array}
\usepackage{multirow}

M covers/toc_var.tex => covers/toc_var.tex +24 -7
@@ 16,31 16,48 @@
\titlecontents{subsection}[3em]{}{\thecontentslabel \hspace{1em}}{}{\titlerule*{.}\contentspage}[\addvspace{0.5em}]

% 6. 致謝 Acknowledgement
\addcontentsline{toc}{chapter}{誌\,\,\,\,\,謝} \input{Sections/0.1.Acknowledgement}\newpage
\phantomsection
\addcontentsline{toc}{chapter}{誌謝}
\input{Sections/0.1.Acknowledgement}
\newpage

% 7 中文摘要 chinese abstract
\addcontentsline{toc}{chapter}{中文摘要} \input{Sections/0.2.Abstract_chinese} \newpage
\phantomsection
\addcontentsline{toc}{chapter}{中文摘要}
\input{Sections/0.2.Abstract_chinese}
\newpage

% 8. 英文摘要
\addcontentsline{toc}{chapter}{英文摘要} \input{Sections/0.3.Abstract} \newpage
\phantomsection
\addcontentsline{toc}{chapter}{英文摘要}
\input{Sections/0.3.Abstract}
\newpage

% 9. 目錄 中文版
\renewcommand{\contentsname}{目錄} % 使用中文目錄
\phantomsection
\addcontentsline{toc}{chapter}{目錄}
\tableofcontents \newpage
\tableofcontents
\newpage


% 10. 圖片目錄 中文版
\renewcommand{\figurename}{圖} % 把caption的Figure改成"圖"
\renewcommand{\listfigurename}{圖目錄}
\renewcommand{\numberline}[1]{圖~#1\hspace*{1em}}
\addcontentsline{toc}{chapter}{圖目錄\vspace{0em}} \listoffigures \newpage
\phantomsection
\addcontentsline{toc}{chapter}{圖目錄}
\listoffigures
\newpage

% 11. 表格目錄 中文版, 有需要再打開
\renewcommand{\tablename}{表} % 把caption的Table改成"表"
\renewcommand{\listtablename}{表目錄}
\renewcommand{\numberline}[1]{表~#1\hspace*{1em}}
\addcontentsline{toc}{chapter}{表目錄\vspace{0em}} \listoftables \newpage
\phantomsection
\addcontentsline{toc}{chapter}{表目錄}
\listoftables
\newpage

% 把Chapter改成 第X章
% 如果想要章節標題置中, 可在\normalfont前面加上\centering


@@ 116,4 133,4 @@
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}{\normalfont\large\bfseries}{\thesubsection}{1em}{}

} % false end. 使用英文
\ No newline at end of file
} % false end. 使用英文

M main.tex => main.tex +1 -0
@@ 146,6 146,7 @@
%\ClearShipoutPicture % 把ref的浮水印關掉


\phantomsection
\iftoggle{toc-use-cn} % 使用中文
{\addcontentsline{toc}{chapter}{參考文獻}
\renewcommand{\bibname}{參考文獻}}