From d475855b8f0f6dd2fbcd719b353fd434bc9d63ca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 1 Sep 2015 21:53:15 +0000 Subject: ut-thesis (1sep15) git-svn-id: svn://tug.org/texlive/trunk@38269 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex/ut-thesis') diff --git a/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls b/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls index 8813985fee3..f9f83f37383 100644 --- a/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls +++ b/Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls @@ -1,7 +1,7 @@ %% ut-thesis.cls -- document class for graduate theses at UofT %% -%% Copyright (c) 1998-2012 Francois Pitt -%% last updated at 09:43 (EDT) on Fri 1 Jun 2012 +%% Copyright (c) 1998-2013 Francois Pitt +%% last updated at 16:18 (EDT) on Wed 25 Sep 2013 %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3c of this license @@ -112,7 +112,8 @@ %% guidelines, this must immediately follow the title page.) %% %% - \begin{dedication}...\end{dedication}: -%% Generate a dedication section, if needed. +%% Generate a dedication section, if needed (just a paragraph +%% formatted flush right). %% %% - \begin{acknowledgements}...\end{acknowledgements}: %% Generate an acknowledgements section, if needed. @@ -351,13 +352,10 @@ {\par\endgroup\newpage} %% \begin{dedication}...\end{dedication} formats a dedication section -%% (*not* on a separate page). +%% (*not* on a separate page -- just a paragraph formatted flush right). \newenvironment*{dedication}% - {\begin{center} - \section*{Dedication} - \end{center} - \begingroup}% - {\par\endgroup} + {\begin{flushright}}% + {\end{flushright}} %% \begin{acknowledgements}...\end{acknowledgements} formats an %% acknowledgements section (*not* on a separate page). @@ -365,7 +363,7 @@ {\begin{center} \section*{Acknowledgements} \end{center} - \begingroup}% + \begingroup\noindent}% {\par\endgroup} %% Redefine `thebibliography' environment so that it generates headers -- cgit v1.2.3