UIC FYP Thesis Template (Remaster from CST FYP template (word version))
Author: @ECWU
A LaTeX template based on the FYP template (word version) provided by the BNU-HKBU UIC CST programme.
-
[DIR]
assets
: a place for all asset materials like figures, codes, PDFs, etc. Files are not limited to stored there, just a pre-created folder to help you keep everything nice and clean. -
[DIR]
frontpage
: Only one filedeclaration.tex
is inside the folder, it defined the declaration for the "original statement" from the author(s).The name of the "original statement" is defined by myself, it is not the official name for the page.
-
[FILE]
confidential.tex
: For every "non-final version" thesis, a watermark with text "Confidential Review Copy. DO NOT DISTRIBUTE." will show on every page of the document. This file defined the style and content to implement this watermark. More about non-final/final version, please check3.1
-
[FILE]
fypref.bib
: BibTeX-File which stored all your cited materials. For more about BibTeX file Format please check BibTeX Format Description from bibtex.org.The default bibliography style is
IEEE Transactions (ieeetr)
BibTeX: This software together with LaTeX can help you easily cite and create a bibliography list.
-
[FILE]
thesis.preamble.tex
: All Included Packages, settings. Create this separate file for project tidiness. Sure you will need to add extra packages sometime in the future, please remember the order of the package in this file matters. -
[FILE]
thesis.sty
: Style file (kind of like a CSS file in a website), handling font size, linespace, logo, and elements location. The modified title page is also defined there. With hardcoded course name, course code, and programme name. You can change those here if you want. -
[FILE]
thesis.tex
: The most important file, I am sure you will write lots of your hard work here. I try to keep everything understandable with a comment. One thing I want to point out. For\thesisfinalcopy
on line 20, it is for setting the file status to the non-final/final version. "non-final version" result in the watermark on every page.
Feel free to create an issue if you have any problems.