Skip to content

Commit

Permalink
Remove ignored 12pt argument
Browse files Browse the repository at this point in the history
The 12pt argument is not passed to UIdahoMastersThesis class.
This should clarify that the font is specified in the class file. Not here.
  • Loading branch information
iicurtis authored Jan 28, 2018
1 parent 803909a commit 9b9f411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ThesisTemplate.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
% --------------------------------------------------------------------------

% This includes the magical class file with the formatting. ** DO NOT REPLACE THIS. Everything WILL break. **
\documentclass[12pt]{UIdahoMastersThesis}
\documentclass{UIdahoMastersThesis}

% --------------------------------------------------------------------------
% Packages (the class file already imports several. Importing twice usually doesn't hurt, just keep in mind for debugging)
Expand Down Expand Up @@ -283,4 +283,4 @@ \chapter{Your fist appendix}

\end{document}

% ** DO NOT PUT ANYTHING AFTER THE END OF THE DOCUMENT! **
% ** DO NOT PUT ANYTHING AFTER THE END OF THE DOCUMENT! **

0 comments on commit 9b9f411

Please sign in to comment.