
UM-FST-MSc-Thesis-LaTeX-TMPL
作者:
Li Wenyun
最近上传:
3 年前
许可:
LaTeX Project Public License 1.3c
摘要:
This is a thesis template for FST master of University of Macau.

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[twoside,openright,12pt,A4paper]{book}
\usepackage[includeheadfoot,a4paper,inner=3.81cm,outer=2.54cm,top=2.54cm,bottom=2.54cm,pdftex]{geometry}
%%==============
\usepackage{umacthesis}
\usepackage{indentfirst}
%\usepackage[printonlyused]{acronym}
%%==============
\newlength{\blankofApprovedby}
\newlength{\blankofDate}
\newpage
%%==============
\onehalfspacing
%%==============
\input{Acronyms}
\begin{document}
\input{Cover}
\input{Accessary}
%%==============
\pagenumbering{roman}
\pagestyle{umpreliminary}
%%==============
\cleardoublepage
\input{Index}
\thispagestyle{umpreliminary}
%%==============
\cleardoublepage
\input{Acknowledgements}
\thispagestyle{umpreliminary}
%%==============
\cleardoublepage
\pagenumbering{arabic}
\pagestyle{umplain}
%%==============
\newgeometry{includehead, inner=3.81cm,outer=2.54cm,top=2.54cm,bottom=2.54cm}
%%==============
%\theoremstyle{definition}
%\newtheorem{defn}{Definition}[section]
%\newtheorem{conj}{Conjecture}[section]
%\newtheorem{exmp}{Example}[section]
%\theoremstyle{theorem}
%\newtheorem{thm}{Theorem}[section]
%\newtheorem{lem}[thm]{Lemma}
%\newtheorem{prop}[thm]{Proposition}
%\newtheorem*{cor}{Corollary}
%%==============
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
%%==============
\doublespacing
\makeatletter
\renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
\thispagestyle{umempty}
\global\@topnum\z@
\@afterindentfalse
\secdef\@chapter\@schapter}
\makeatother
%%==============
\thispagestyle{umempty}
%%==============
\input{Chapter/chapter1}
\input{Chapter/chapter2}
\input{Chapter/chapter3}
\input{Chapter/chapter4}
\input{Chapter/chapter5}
\input{Chapter/chapter6}
%%==============
\small\singlespacing\clearpage\phantomsection
\addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
\renewcommand\bibname{BIBLIOGRAPHY}
\bibliography{Reference}
\bibliographystyle{ieeetr}
%%==============
\appendix
\renewcommand{\appendixname}{Appendix}
\titlecontents{chapter}[0pt]{\normalsize}{\MakeUppercase{Appendix} \thecontentslabel: }{}{\titlerule*[1em]{.}\contentspage\hspace*{0pt}}[]
\input{Chapter/appendix1}
\input{Chapter/appendix2}
%%==============
\input{Chapter/publications}
\end{document}