Skip to content

Commit

Permalink
Merge pull request #2 from iicurtis/master
Browse files Browse the repository at this point in the history
Change font size to 12pt
  • Loading branch information
GhostofGoes authored Jan 28, 2018
2 parents 538dc0d + 9b9f411 commit 1b5e7c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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! **
2 changes: 1 addition & 1 deletion UIdahoMastersThesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


% Sets up the class
\LoadClass[oneside]{book}
\LoadClass[oneside,12pt]{book}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{UIdahoMastersThesis}[2017/04/03 University of Idaho Masters Thesis]

Expand Down

0 comments on commit 1b5e7c9

Please sign in to comment.