Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jincheng9/cuhkthesis
Latex thesis template for CUHK graduate students
https://github.com/jincheng9/cuhkthesis
cuhk latex template thesis
Last synced: about 1 month ago
JSON representation
Latex thesis template for CUHK graduate students
- Host: GitHub
- URL: https://github.com/jincheng9/cuhkthesis
- Owner: jincheng9
- Created: 2014-06-06T12:51:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T08:42:23.000Z (about 3 years ago)
- Last Synced: 2023-06-16T05:45:41.751Z (over 1 year ago)
- Topics: cuhk, latex, template, thesis
- Homepage:
- Size: 137 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Thesis Preparation Template (LaTeX)
for The Chinese University of Hong KongUsers are assumed to have basic knowledge and real experience with LaTeX,
a professional document preparation/typesetting system.Software Tool
=============Commercial product:
PCTeX32 (for Windows)Open source software:
MiKTeX (for Windows and various platforms)
TeX/LaTeX package (for Linux/Unix)Usage
=====- unzip the package to folder C:\thesis_template\ for example
(you may use other path/folder, however, some earlier version software
such as PCTeX32 V4.2 cannot handle path with space or non-English
characters, which could cause problem)
- typeset with LaTeX the main file [thesis.tex] once or twice
- typeset the bibliography
(you should click on the main file and make it current before
clicking on the menu item Typeset->Bibliography under PCTeX32)
- typeset with LaTeX the main file [thesis.tex] once or twice
- check if there are any undefined reference(s) and correct themFile Description
================Main file:
[thesis.tex]
- user should customize and typeset this file
- this file is the heart of the whole document
- it links up other filesPreamble files:
[abstract.tex]
[acknowledgement.tex]
[dedication.tex]
- user should edit these files accordinglyChapter (normal/appendix) folders and files:
[introduction/introduction.tex]
[background/background.tex]
[conclusion/conclusion.tex]
[proof/proof.tex]
- keep chapters and related materials in different folders
- appendix chapters should be handled as normal chapters, see main file
- the main file takes care of the ordering of the chaptersBibliography file:
[database.bib]
- this is a BibTeX file
- construct the bibliography items one-by-one with proper labeling
- software should handle citation and sorting properlyBibliography style file:
[ieee.bst]
[ieee_lastname_comes_first.bst]
- these are bibliography style files
- user should create/download/acquire/modify/apply different styles accordingly
- different disciplines, publishers, conventions accept different stylesOutput files:
[thesis.dvi]
[thesis.ps]
[thesis.pdf]
- DVI format is basically for screen preview
- PostScript format is for printing
- Portable Document Format is for both printing and sharingTeX/LaTeX style file:
[thesis.sty]
- advanced user may customize this fileMakefile:
[Makefile]
- advanced Linux/Unix user may take advantage of work flow automation
- inspection and customizations are strongly advised before applicationRelated Information
===================The following Improving Postgraduate Learning (IPL) courses offered by the CUHK
Graduate School and CLEAR provide more details on using LaTeX and the template
for professional document preparation and thesis typesetting:LaTeX Basics - Professional Document Preparation
LaTeX Advanced - Thesis PreparationPackage prepared by
Michael FUNG ([email protected])
16 October 2008
(With reference to materials from Mr. Sau-Ming LAU)