NTU Thesis

🎓 Unofficial LaTeX templates for your graduate thesis (both master's theses and doctoral dissertations) at National Taiwan University. 國立臺灣大學碩博士學位論文 LaTeX 模板

Category

phd

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
% !TEX TS-program = xelatex
% !BIB program = bibtex
% !TEX encoding = UTF-8 Unicode

\documentclass[
  twoside,
  openright,
  degree    = master,               % degree = master | doctor
  language  = english,              % language = chinese | english
  fontset   = template,             % fontset = default | template | system | overleaf
  watermark = true,                 % watermark = true | false
  doi       = true,                 % doi = true | false
]{ntuthesis}

\input{ntusetup}

\begin{document}

% 封面與口試審定
% Cover and Verification Letter
\makecover                          % 論文封面(Cover)
\makeverification                   % 口試委員審定書(Verification Letter)

% 致謝與論文摘要
% Acknowledgement and Abstract
% \pagenumbering{roman}             % 若您隱藏口委審定書 請解開此註解 頁碼會從致謝開始(羅馬數字)
\input{front/acknowledgement}       % 致謝(Acknowledgement)
\input{front/abstract}              % 摘要(Abstract)

% 生成目錄與符號列表
% Contents of Tables and Denotation
\maketableofcontents                % 目錄(Table of Contents)
\makelistoffigures                  % 圖目錄(List of Figures)
\makelistoftables                   % 表目錄(List of Tables)
\input{front/denotation}            % 符號列表(Denotation)

% 論文內容
% Contents of Thesis
\mainmatter
\input{contents/chapter01}
\input{contents/chapter02}
\input{contents/chapter03}
\input{contents/chapter03}
\input{contents/chapter04}

% 參考文獻
% References
\refmatter
\bibliographystyle{abbrv}
\bibliography{back/references}

% 附錄
% Appendices
\input{back/appendix01}
\input{back/appendix02}

\end{document}
Preview
NTU Thesis preview
NTU Thesis LaTeX Template | Bibby | Bibby AI