HBKU Dissertation Template
Author
Jimmy
Last Updated
3年前
License
Creative Commons CC BY 4.0
Abstract
Non-official HBKU Dissertation Template
\documentclass[dissertation,doublespace]{hbku}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%You can select the following options%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%singlespace or doublespace or onehalfspacing
%thesis or dissertation or project
%draftversion
\begin{document}
\frontmatter
\author{Author Name}
%\title{Analysis and Design of\\Noise-scalable Energy-efficient\\Instrumentation Amplifier}
\title{Dissertation title}
\faculty{Your College}
%%%%%
%You can omit the fifth or fourth supervisor or both
%%%%
\primarysupervisor{Supervisor Name}
\secondarysupervisor{Supervisor Name}
\thirdsupervisor{Committee Name}
\fourthsupervisor{Committee Name}
\fifthsupervisor{Committee Name}
\sixthsupervisor{Committee Name}
%\degreetitle{Doctor of Philosophy in Computer Science and Engineering}
\degreetitle{Doctor of Philosophy}
\dean{Dean Name}
\include{parts/abstract}
\include{parts/acknow}
\include{parts/dedication}
%enable \abstractpagetrue{}
%or
%disable \abstractpagefalse{}
\abstractpagetrue{}
\acknowpagetrue{}
\dedipagetrue{}
\figurespagetrue{}
\tablespagetrue{}
\committeetrue{}
%% Front matter commands
\beforeabstract{}
\afterabstract{}
\afterpreface{}
\mainmatter
\include{parts/ch1}
\include{parts/ch2}
\include{parts/ch3}
\include{parts/ch4}
\include{parts/ch5}
\phantomsection
\onehalfspacing
\bibliographystyle{apacite}
\nocite{*}
\addcontentsline{toc}{chapter}{\bibname}
\input{parts/bibitem}
\doublespacing
% If you have no appendices, then comment the line below out. However, if you have appendices
% then you also need to specify the ToC depth. That is, if you want individual appendices listed in the ToC,
% then change the value below from none to section. So, the options are HBKUAppendix{none | section} .
% none - will provide a heading, "Appendices" in the ToC
% section - will provide the heading and list the appendices
\HBKUAppendix{section}
\include{parts/AppendixA}
\include{parts/AppendixB}
\end{document}