LaTeX template for NUS SoC UROP/FYP final report. Made based on
Sample report can be found here.
To compile the pdf (this will automatically compile the pdf whenever the source files are modified):
latexmk -pdf -outdir=build -pvc main.tex
To modify the Project Type (UROP or FYP), Project Title, Author Name and Academic Year, modify the last few lines of preamble.tex
% \newcommand{\projecttype}{B.Comp. Dissertation}
\newcommand{\projecttype}{Undergraduate Research Opportunity Programme (UROP) Project Report}
\newcommand{\authorname}{John Doe}
\newcommand{\projecttitle}{Project Title}
\newcommand{\academicyear}{2024/2025}