NTU Thesis Template
Forfatter
PO-CHUN KUO
Sidst opdateret
5 år siden
Licens
Creative Commons CC BY 4.0
Resumé
This is the thesis template for National Taiwan University.
This is the thesis template for National Taiwan University.
\documentclass[12pt]{report}
\input{def}
\doublespacing
\pagestyle{plain}
\begin{document}
\onehalfspacing
%\renewcommand{\baselinestretch}{1.5}
\begin{titlepage}
\begin{center}
\begin{CJK}{UTF8}{bkai}
\Large{{國立臺灣大學電機資訊學院電機工程學系\\碩(博)士論文}}\\
\large{{Department of Electrical Engineering}}\\
\large{College of Electrical Engineering and Computer Science}\\
\Large{{National Taiwan University}}\\
\Large{{Master Thesis / Doctoral Dissertation}}\\
\hspace*{1cm}~\\
\hspace*{1cm}~\\
\hspace*{1cm}~\\
\Large{論文名稱\\
English Title}\\
\hspace*{1cm}~\\
\hspace*{1cm}~\\
\hspace*{1cm}~\\
\Large{你的名字\\English Name}\\
\hspace*{1cm}~\\
\hspace*{1cm}~\\
\Large{指導教授:他的名字 博士\\Advisor: his English name, Ph.D.}\\
\hspace*{1cm}~\\
\hspace*{1cm}~\\
%看要不要"日"
\Large{中華民國 109 年 3 月 (6日)}\\
%February, 2020}\\
\today
\end{CJK}
\end{center}
\end{titlepage}
\input{acknowledge}
\clearpage
\pagenumbering{roman}
\setcounter{page}{1}
%\doublespacing
\input{abstract}
\clearpage
\tableofcontents
\listoftables
\listoffigures
\listofalgorithms
\clearpage
\doublespacing
\pagenumbering{arabic}
\setcounter{page}{1}
\setcounter{tocdepth}{1}
\input{chapterIntroduction.tex}
\input{chapterPreliminary.tex}
\printindex
\bibliographystyle{alpha}
\bibliography{mybib}
\input{appendix.tex}
\end{document}