rcdm-uga / UGA-Dissertation-LaTeX-Template

A dissertation/thesis template in LaTeX approval by the UGA Grad School.
34 stars 16 forks source link

Line addition to subfiles to allow for easier dissertation compilation #11

Open arikat opened 1 year ago

arikat commented 1 year ago

Hi all, appreciate the latex template for this dissertation.

Something that has helped me is adding the line:

\csname documentclass\endcsname[./dissertation.tex]{subfiles}

to the top of each subfile/chapter. This forces the document to compile dissertation.tex each time instead of the individual subfile, allowing you to quickly visualize what an edit looks like in the context of the full dissertation.