rcdm-uga / UGA-Dissertation-LaTeX-Template

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

Template Class File? #4

Closed krummja closed 4 years ago

krummja commented 4 years ago

So one thing I was wanting to do for this project was to put the document configurations in a separate class file, that way our distribution will just be a single file that the user doesn't even really have to mess around with.

It's apparently pretty easy to define class options so that when you declare your documentclass, you can just pass in arguments that select the options. For example, if I wanted sidenotes and running headers, I might use:

\documentclass[12pt sidenotes running]{uga}

And that's all she wrote.

Thoughts?

crumleyc commented 4 years ago

As I was getting the current running version for the Grad School, I was thinking that most of the things I was adding to the preamble would be moved to the style sheet. If that is all that the user would have to change, then that would be the easiest way that I could see.