diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-02 23:05:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-02 23:05:44 +0000 |
commit | 49e9ebc5689e5662fb2c3e0f366f1c941b194e4f (patch) | |
tree | 4f7dd0c2b6c05ad9f728614f120324c025cdaeed /Master | |
parent | 6cc1d48e0bd2de812e70a28e0e980533b5c6e755 (diff) |
thesis-gwu (2feb18)
git-svn-id: svn://tug.org/texlive/trunk@46524 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix.tex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/tex/frontmatter.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf | bin | 407392 -> 407791 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls | 6 |
4 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix.tex b/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix.tex index 62dcf830bc7..cce4d82c049 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix.tex +++ b/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix.tex @@ -1,5 +1,6 @@ % !TEX root = ../thesis-sample.tex \appendix +\doublespacing \chapter{Appendix} This is an example of an appendix. The only difference is the use of \verb+\appendix+ command at the start of this \texttt{tex} file. diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/tex/frontmatter.tex b/Master/texmf-dist/doc/latex/thesis-gwu/tex/frontmatter.tex index 213d5c0cc97..41b5ab519da 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/tex/frontmatter.tex +++ b/Master/texmf-dist/doc/latex/thesis-gwu/tex/frontmatter.tex @@ -36,8 +36,8 @@ Dissertation Director/Dissertation Co-Director/Committee Member % Department \department{Mechanical and Aerospace Engineering} -\phdgrad{Dec 1, 2018} -\defensedate{Dec 1, 2018} +\phdgrad{December 1, 2018} +\defensedate{December 1, 2018} % Year of completion for copyright page and perhaps other places \year=2018 @@ -45,8 +45,8 @@ Dissertation Director/Dissertation Co-Director/Committee Member %\copyrightholder{Someone else} % Dedication -\dedication[8]{ % -\textit{Include a fancy quote or dedication} +\dedication{ % +Include a fancy quote or dedication } % Acknowledgments diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf Binary files differindex 6cdcb30a4fe..b00d961f78e 100644 --- a/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf +++ b/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf 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 a7a22e6cf17..33e4aa3d007 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/01/20 v1.2.7 GWU Thesis template] +\ProvidesClass{thesis-gwu}[2018/02/02 v1.2.9 GWU Thesis template] %% ---- OPTIONS PROCESSING --------------------------------------------- % Define three switches for the the thesis format types. @@ -1450,6 +1450,8 @@ \titlespacing*{\paragraph} {0pt}{3.25ex plus 1ex minus .2ex}{1em} \titlespacing*{\subparagraph} {\parindent}{3.25ex plus 1ex minus .2ex}{1em} +%% -------- APPENDIX ------------------------ + %% ---- SPACING -------------------------------------------------------- % This fixes the spacing below captions, which by default can be small. \setlength\belowcaptionskip{7pt plus 4pt minus 1pt} @@ -1527,7 +1529,7 @@ % Use the correct formatting. \if@gwu@thesis % % Use 1.5 spacing - \onehalfspacing % + \doublespacing % \else % % Use two-column format \twocolumn % |