Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 2.16 KB

README.md

File metadata and controls

33 lines (18 loc) · 2.16 KB

UIC Research Thesis Template

Unofficial Version of BNU-HKBU United International College Postgraduate(Research) Thesis Template:

LaTeX Template

Author: @Terence Liu

A LaTeX template based on the Thesis Regulation provided by the BNU-HKBU UIC Graduate School.

Files structure

  1. [DIR] fig: 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.

  2. [DIR] main: The folder includes declaration.tex, abstract.tex, acknowledgements.tex, symbols.tex, and the body part of the thesis.

  3. [DIR] material: The only file in this folder is titleMemo.tex, you may need to submit the title to the Graduate School before you start your thesis writing. By compiling this tex file, it can provide you a beatiful letter that you can directly send it to the GS.

  4. [DIR] others: This folder includes bibliography.bib, cv.tex, pub.tex

    • The default bibliography style is plain, you can change it if you want.
  5. [FILE] thesistemplate.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. It also includes the font size, linespace, logo, and etc.. Please don't change the predefined commands or variables unless you need what you are doing.

  6. [FILE] thesis.tex: The most important file, defining the author's name, supervisor's name, the degree, date, and etc.

  7. [FILE] material/titleMemo.tex: Before the oral defence, the student needs to submit the title to the graduate school, thus, a memo is required for the submission of the thesis title. In the file, you may need to change the values of \studentInfo, including: NAME, ID, DEGREE, Study Length, DEPARTMENT, TITLE, ADVISOR.

Acknowledgements

Feel free to create an issue if you have any problems.