Skip to content

GTK-lab/nus-thesis-latex-template

 
 

Repository files navigation

National University of Singapore (NUS) LaTeX template

A LaTeX template following NUS specifications for HYP / Masters/ PhD theses. Meant to work with Pandoc from Markdown source.

Synopsis

  • install LaTeX
  • install pandoc

The key files for pandoc to work can be in the same directory as your thesis materials, but might be better in the appropriate directories, as follows

  • Place nusthesis.cls somewhere in $TEXMFHOME where LaTeX can find it.
  • Place nus-thesis.latex in the pandoc template folder. By default, this is ~/.pandoc/templates.
  • Put the CSL file for the bibliography style you plan to use in ~/.csl
  • Write your thesis in pandoc markdown. Use pandoc-citeproc style references.
  • Edit the Makefile as needed.
  • Write your thesis.
  • Profit!

Author

Greg Tucker-Kellogg, but almost everything is currently derived from the two prior works below.

Acknowledgements

License

MIT License

About

A LaTeX template for NUS Masters/PhD theses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 98.3%
  • Makefile 1.7%