This is an unofficial template for FCI FYP Report.
This current version is based on the FCI FYP Guideline from 2016/17 session. Please check the latest guideline for potential changes in copyright, declaration, formattings, and etc.
This template is modified from IPS Postgraduate Thesis template. (Credit to: Lim Lian Tze)
Instead of installing a local version of LaTeX (can be as big as 3GB), consider to just use Overleaf - like Google Docs for LaTeX. It's free as long as you have <= 60 files (just delete sample images you should be fine).
- Install MikTex and Install TexMaker
- Open and edit thesis.tex file. Edit the
\author
,\title
,\submissionyear
,\submissionmonth
,\degree
,\major
,\session
accordingly. - Edit the rest of the files accordingly.
- To include a new chapter, simply create a new
.tex
file and make sure you include the link to the file tothesis.tex
by including the command\include{newchapter}
- Install texlive-full with apt-get (approx 3GB) and [TexMaker] (https://www.xm1math.net/texmaker/download.html#linux):
$ sudo apt-get install texlive-full
$ sudo apt-get install texmaker
Provided you have CMake and pdflatex + bibtex commands properly installed. You can run make
in the directory and it will generate thesis.pdf
.
On Mac, it will open the PDF upon completion. Sublime Text users can just build it inside the editor (cmd + b for mac).
$ cd path/to/your-tex-project
$ make
Contact kuanhoong AT gmail DOT com if you have any questions or assistance or feedback. Reply may be delayed, thus patience is required!