MPhil thesis proposal template of the Hong Kong University of Science and Technology (Guangzhou) following the Guidelines on PQA published by the University.
% This is a unofficial latex template for Thesis Proposal for MPhil Degree at HKUST-GZ.
% CAUTION: The author of the template is not responsible for anything you encounter in its use!
% Change Your Personal Info -> Line 58-69
\documentclass[12pt,a4paper]{article}
\renewcommand{\tiny}{\normalsize}
\renewcommand{\small}{\normalsize}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage{ulem}
\usepackage{times}
\usepackage{mathptmx}
\usepackage{setspace}
\usepackage[raggedright]{titlesec}
\usepackage{geometry}
\usepackage{indentfirst}
\usepackage{graphicx} % Required for inserting images
% 12pt for all titles
\titleformat*{\section}{\normalsize\bfseries}
\titleformat*{\subsection}{\normalsize\bfseries}
\titleformat*{\subsubsection}{\normalsize\bfseries}
% set one-and-half spacing
\linespread{1.5}
% set the page format
\geometry{a4paper, top=25mm, bottom=25mm, left=25mm, right=25mm}
\setlength{\parindent}{2em}
% comply with the official template
\usepackage{etoolbox}% http://ctan.org/pkg/etoolbox
\makeatletter
\def\@part[#1]#2{%
\ifnum \c@secnumdepth >\m@ne
\refstepcounter{part}%
\addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
\else
\addcontentsline{toc}{part}{#1}%
\fi
{\parindent \z@ \raggedright
\interlinepenalty \@M
\normalfont
\ifnum \c@secnumdepth >\m@ne
\normalsize\bfseries \partname\nobreakspace\thepart
\par\nobreak
\fi
\normalsize \bfseries #2%
\markboth{}{}\par}%
\nobreak
\vskip 3ex
\@afterheading}
\patchcmd{\@part}{\par}{\quad}{}{}
\makeatother
\newcommand{\thesistitle}{\textbf{Thesis Proposal for MPhil Degree}}
% Personal Info % Only Edit Content %
\newcommand{\thesisauthor}{Your NAME}
\newcommand{\SID}{50098765}
\newcommand{\groupproject}{\uline
{This is my ultimate super extra very long distinguished outstanding awesome extremely good group project title}}
\newcommand{\projectmanager}{Your PM}
\newcommand{\projectsupervisor}{Your PS}
\newcommand{\individualproject}{\uline
{This is my ultimate super extra very long distinguished outstanding awesome extremely good individual project title}}
\newcommand{\thesissupervisor}{Your AS}
\newcommand{\thrust}{Computational Media and Arts, Information Hub}
\newcommand{\thesisdate}{Dec. 2023}
\begin{document}
\setcounter{page}{1}
\pagenumbering{roman}
% Front Page
% Font size is large
\include{title}
\setcounter{page}{1}
\setcounter{table}{1}
% Create Contents
\renewcommand{\contentsname}{\fontsize{18pt}{\baselineskip}\selectfont \textbf{Content}}
\tableofcontents
\newpage
% Input all sections
\setcounter{page}{1}
\pagenumbering{arabic}
\part{Introduction to the Group Project}
\setcounter{section}{1}
\input{Section/1.Group/1.1.Background}
\input{Section/1.Group/1.2.Significance}
\input{Section/1.Group/1.3.Composition}
\input{Section/1.Group/1.4.Connections}
\input{Section/1.Group/1.5.Milestones}
\newpage
\part{Proposal of the Individual Project}
\setcounter{section}{2}
\setcounter{subsection}{0}
\input{Section/2.Individual/2.1.Individual to Group}
\input{Section/2.Individual/2.2.Statement}
\input{Section/2.Individual/2.3.Milestones}
\input{Section/2.Individual/2.4.Plan}
\input{Section/2.Individual/2.5.Risk}
\bibliographystyle{IEEEtran}
\newpage
\bibliography{reference}
\addcontentsline{toc}{section}{Reference}
\end{document}