\documentclass[bachelor,academic]{ntuthesis}
%- Multiple optional arguments:
%- [<oneside|twoside|null>]% oneside print, twoside print, or without print
%- [fontset=<adobe|none|...>]% specify font set instead of automatic detection
%- [scheme=plain]% thesis writing of international students
%- [draft]% show draft version information
%- [standard options for ctex book class: draft|paper size|font size|...]%
%---------------------------------------------------------------------------%
%->> Document settings
%---------------------------------------------------------------------------%
\usepackage[super,math,tikz,list,table]{cnbasesetup}% document settings
%\usepackage[authoryear,list]{cnbasesetup}% document settings
%- usage: \usepackage[option1,option2,...,optionN]{setcnbook}
%- Multiple optional arguments:
%- [bibauto|bibtex|biber]% set bibliography processor and package
%- [<numbers|super|authoryear|alpha>]% set citation and reference style
% - <numbers>: textual: Jones [1]; parenthetical: [1]
% - <super>: textual: Jones superscript [1]; parenthetical: superscript [1]
% - <authoryear>: textual: Jones (1995); parenthetical: (Jones, 1995)
%
%- [lscape]% provide landscape layout environment
%- [color]% provide color support via xcolor package
%- [tikz]% provide complex diagrams via tikz package
%- [table]% provide complex tables via ctable package
%- [list]% provide enhanced list environments for algorithm and coding
%- [math]% enable some extra math packages
%- [xlink]% disable link colors
\usepackage{ntuthesissetup}% document settings
\usepackage{mlmath}% extension to amsmath
\usepackage{bayesianagent}
% user defined commands
\usepackage{usercustom}
%\addbibresource{ref.bib} % only for biber
%设置固定\normalbaselineskip行距的字体
% 包括 \chuhao \xiaochu \yihao \xiaoyi \erhao \sanhao \sihao \wuhao \liuhao
%\baselineskip = \linespread * \normalbaselineskip
\xiaosi
%-> Titlepage information
%-
\input{ntubachelor/Frontinfo}%
\begin{document}
%---------------------------------------------------------------------------%
%-
%-> 生成封面、原创性声明、授权声明、标题页中英文摘要
%-
\maketitle% cover and titlepage,
%-> Frontmatter: abstract, content list, symbol list, preface
\frontmatter% initialize the environment
\input{ntubachelor/Frontmatter}% title page, abstract
\tableofcontents
%--> Main matter:
\mainmatter
\input{ntubachelor/Mainmatter}
%----------------------------------------------------------------------
%-> Bibliography, glossary, index
%-
{
\intotoc*{\cleardoublepage}{\bibname}% add link to toc
\linespread{1.25}
\ntuthesisbibliography%{ref}
}
\input{ntubachelor/Backmatter}% other information
%-
%-> 附录
%-
\appendix
\input{ntubachelor/Appendix} % appendix content
\cleardoublepage[plain]% 让文档总是结束于偶数页,可根据需要设定页眉页脚样式,如 [noheaderstyle]
\end{document}
PDF Preview
Create an account to compile and preview