From 803909aa73b8d03dd556145646f318427286baec Mon Sep 17 00:00:00 2001 From: Isaac Curtis Date: Sat, 27 Jan 2018 19:30:34 -0800 Subject: [PATCH] Change font size to 12pt Font size was by default 10 pt in book class. 12 pt font is deemed the default per the guidelines. --- UIdahoMastersThesis.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIdahoMastersThesis.cls b/UIdahoMastersThesis.cls index 737f4f4..fa885e2 100644 --- a/UIdahoMastersThesis.cls +++ b/UIdahoMastersThesis.cls @@ -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]