diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls b/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls index 8fc84eef1ce..45a56a44207 100644 --- a/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls +++ b/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls @@ -56,7 +56,7 @@ \NeedsTeXFormat{LaTeX2e} % This command gives the name of the class. -\ProvidesClass{thesis-gwu}[2018/07/31 v1.6.0 GWU Thesis template] +\ProvidesClass{thesis-gwu}[2018/08/31 v1.6.1 GWU Thesis template] %% ---- OPTIONS PROCESSING --------------------------------------------- % Define three switches for the the thesis format types. @@ -174,6 +174,8 @@ \RequirePackage{microtype} \RequirePackage{bm} +\RequirePackage{mathptmx} + % Add package for managing section headings \RequirePackage[]{titlesec} @@ -418,7 +420,7 @@ \begin{singlespacing} % Insert the title. {\normalsize\bfseries\inserttitle} % - \end{singlespacing} \\[4\baselineskip] + \end{singlespacing} \\[3\baselineskip] % Vertical rubber space % \vfill % % Print the word 'by'. @@ -441,7 +443,7 @@ for the degree of \insertdegree \\[3\baselineskip] \insertphdgrad \\[4\baselineskip] % insert doctoral advisor - Dissertation directed by \\[2ex] + Dissertation directed by \\[1\baselineskip] \insertchair \\ \insertchairtitle \end{center} % @@ -494,8 +496,8 @@ \begin{center} \begin{singlespace} - {\normalsize\bfseries\inserttitle} \\[4ex] - \insertauthor \\[4\baselineskip] + {\normalsize\bfseries\inserttitle} \\[1\baselineskip] + \insertauthor \\[3\baselineskip] \end{singlespace} \end{center} % Non-justified content |