diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-01 22:17:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-01 22:17:26 +0000 |
commit | 1aa09bbe7c7947051bd2c25388be7f8d502eb728 (patch) | |
tree | 8d0a2e7348a3ce9d6bd94929576905a719fd9da6 /Master/texmf-dist/tex/latex/thesis-gwu | |
parent | cfdd1c627e2bc907e090683ce8e7b86079891856 (diff) |
thesis-gwu (1sep18)
git-svn-id: svn://tug.org/texlive/trunk@48537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/thesis-gwu')
-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 |