summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thesis-gwu
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-31 20:55:04 +0000
committerKarl Berry <karl@freefriends.org>2018-07-31 20:55:04 +0000
commit2862cd52343b0eb2b9a73f01042848e0a8ec1375 (patch)
tree306846db64f33cd6e1e4c3bd89a3d6d21008b851 /Master/texmf-dist/tex/latex/thesis-gwu
parent00c2e60e9bb0df2e2d450bb002812819a8c6212a (diff)
thesis-gwu (31jul18)
git-svn-id: svn://tug.org/texlive/trunk@48324 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.cls42
1 files changed, 22 insertions, 20 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 4a8a28d4f44..8fc84eef1ce 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/09 v1.5.1 GWU Thesis template]
+\ProvidesClass{thesis-gwu}[2018/07/31 v1.6.0 GWU Thesis template]
%% ---- OPTIONS PROCESSING ---------------------------------------------
% Define three switches for the the thesis format types.
@@ -993,6 +993,8 @@
\end{singlespace} %
}
+% adjust spacing for page numbers
+\renewcommand{\@pnumwidth}{2.0em}% default is 1.55em
%% ---- LIST OF FIGURES ------------------------------------------------
% This sets the formatting for the various entry types.
@@ -1230,7 +1232,7 @@
% Command to set the symbols.
\newcommand{\symbols}[1]{ %
% Show the list of symbols.
- \@gwu@listofsymbolstrue %
+ \@gwu@listofsymbolstrue%
% Redefine the list.
\renewcommand{\@symbols}{#1}}
@@ -1240,24 +1242,24 @@
% This sets the formatting of the list of tables page.
\newcommand*{\listofsymbols}{%
% Move to new page.
- \newpage %
+ \newpage%
% Add this page to the table of contents.
- \phantomsection\addcontentsline{toc}{chapter}{List of Symbols} %
+ \phantomsection\addcontentsline{toc}{chapter}{List of Symbols}%
% Use front page styling.
- \frntpg %
+ \frntpg%
% Larger upper margin for first page of table (thesis only)
- \if@gwu@thesis %
+ \if@gwu@thesis%
%\begin{minipage}{0.8\textwidth} \vspace{1in} \end{minipage} \\ %
- \fi %
+ \fi%
% Add the title
\begin{center}{\normalsize\textbf{List of Symbols}}\\[2\baselineskip] \end{center}%
% Add some space after the title.
% \vspace{1ex} %
% Start the automatic symbols feature.
% \begin{singlespace} %
- \begin{acronym} %
- \@symbols %
- \end{acronym} %
+ \begin{acronym}%
+ \@symbols%
+ \end{acronym}%
% \end{singlespace} %
}
@@ -1465,7 +1467,7 @@
%% ---- SPACING --------------------------------------------------------
% This fixes the spacing below captions, which by default can be small.
-\setlength\belowcaptionskip{7pt plus 4pt minus 1pt}
+\setlength\belowcaptionskip{7pt plus 4pt minus 1pt}%
%% ---- INITIALIZATION -------------------------------------------------
% Commands to be placed after \begin{document}
@@ -1480,7 +1482,7 @@
pdfcreator=\insertauthor,
pdfproducer=\insertauthor} %
% Insert dissertation committeee page
- \if@gwu@committeepage\committeepage\fi
+ \if@gwu@committeepage\committeepage\fi%
% Initialize page numbers.
\setcounter{page}{2} %
% Page numbers at the bottom
@@ -1505,19 +1507,19 @@
% Insert the list of tables.
\if@gwu@listoftables\listoftables\fi %
% Insert the list of maps.
- \if@gwu@listofmaps\listofmaps\fi %
+ \if@gwu@listofmaps\listofmaps\fi%
% Insert the list of illustrations.
- \if@gwu@listofillustrations\listofillustrations\fi %
+ \if@gwu@listofillustrations\listofillustrations\fi%
% Insert the list of programs.
- \if@gwu@listofprograms\listofprograms\fi %
+ \if@gwu@listofprograms\listofprograms\fi%
% Insert the list of abbreviations.
- \if@gwu@listofabbrevs\listofabbreviations\fi %
- \if@gwu@listofglossariesabbrevs\listofglossaryabbreviations\fi
+ \if@gwu@listofabbrevs\listofabbreviations\fi%
+ \if@gwu@listofglossariesabbrevs\listofglossaryabbreviations\fi%
% Insert the list of acronyms.
- \if@gwu@listofacronyms\listofacronyms\fi %
+ \if@gwu@listofacronyms\listofacronyms\fi%
% Insert the list of symbols.
- \if@gwu@listofsymbols\listofsymbols\fi %
- \if@gwu@listofglossariessymbols\listofglossarysymbols\fi
+ \if@gwu@listofsymbols\listofsymbols\fi%
+ \if@gwu@listofglossariessymbols\listofglossarysymbols\fi%
% Insert the nomenclature.
\if@gwu@nomenclature\insertnomenclature\fi %
\if@gwu@glossaryofterms\listofglossaryofterms\fi%