kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
820 stars 392 forks source link

Location to add usepackage{} #243

Closed sudonto closed 1 year ago

sudonto commented 1 year ago

Hello, I would like to add \usepackage{titlesec} inside PhDThesisPSnPDF.cls but dont know in which line I should put? Or, can I directly add \usepackgae inside chapterX.tex? Last time I put in .tex file leads me to compile error.

GR8DAN commented 1 year ago

Your own usepackage commands can go in preamble.tex in the Preamble folder.

sudonto commented 1 year ago

Many thanks! For others who like me, there is a group of Custom Packages in preamble.tex, you can add your package there.