texlive[48324] Master/texmf-dist: thesis-gwu (31jul18)

commits+karl at tug.org commits+karl at tug.org
Tue Jul 31 22:55:04 CEST 2018


Revision: 48324
          http://tug.org/svn/texlive?view=revision&revision=48324
Author:   karl
Date:     2018-07-31 22:55:04 +0200 (Tue, 31 Jul 2018)
Log Message:
-----------
thesis-gwu (31jul18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf
    trunk/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls

Modified: trunk/Master/texmf-dist/doc/latex/thesis-gwu/thesis-sample.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls	2018-07-31 20:54:49 UTC (rev 48323)
+++ trunk/Master/texmf-dist/tex/latex/thesis-gwu/thesis-gwu.cls	2018-07-31 20:55:04 UTC (rev 48324)
@@ -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 at listofsymbolstrue %
+ \@gwu at listofsymbolstrue%
  % Redefine the list.
  \renewcommand{\@symbols}{#1}}
 
@@ -1240,15 +1242,15 @@
 % 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 at gwu@thesis %
+ \if at 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.
@@ -1255,9 +1257,9 @@
  % \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 at gwu@committeepage\committeepage\fi
+  \if at 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 at gwu@listoftables\listoftables\fi %
  % Insert the list of maps.
- \if at gwu@listofmaps\listofmaps\fi %
+ \if at gwu@listofmaps\listofmaps\fi%
  % Insert the list of illustrations.
- \if at gwu@listofillustrations\listofillustrations\fi %
+ \if at gwu@listofillustrations\listofillustrations\fi%
  % Insert the list of programs.
- \if at gwu@listofprograms\listofprograms\fi %
+ \if at gwu@listofprograms\listofprograms\fi%
  % Insert the list of abbreviations.
- \if at gwu@listofabbrevs\listofabbreviations\fi %
- \if at gwu@listofglossariesabbrevs\listofglossaryabbreviations\fi
+ \if at gwu@listofabbrevs\listofabbreviations\fi%
+ \if at gwu@listofglossariesabbrevs\listofglossaryabbreviations\fi%
  % Insert the list of acronyms.
- \if at gwu@listofacronyms\listofacronyms\fi %
+ \if at gwu@listofacronyms\listofacronyms\fi%
  % Insert the list of symbols.
- \if at gwu@listofsymbols\listofsymbols\fi %
- \if at gwu@listofglossariessymbols\listofglossarysymbols\fi
+ \if at gwu@listofsymbols\listofsymbols\fi%
+ \if at gwu@listofglossariessymbols\listofglossarysymbols\fi%
  % Insert the nomenclature.
  \if at gwu@nomenclature\insertnomenclature\fi %
  \if at gwu@glossaryofterms\listofglossaryofterms\fi%



More information about the tex-live-commits mailing list