summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ut-thesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-09-01 21:53:15 +0000
committerKarl Berry <karl@freefriends.org>2015-09-01 21:53:15 +0000
commitd475855b8f0f6dd2fbcd719b353fd434bc9d63ca (patch)
treeb561b236cb042f42b5662d46cd48b47c9e6401cc /Master/texmf-dist/tex/latex/ut-thesis
parent75091deb3b48945ab52aad64b2a982ed76fc5e0e (diff)
ut-thesis (1sep15)
git-svn-id: svn://tug.org/texlive/trunk@38269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ut-thesis')
-rw-r--r--Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls18
1 files changed, 8 insertions, 10 deletions
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 <fpitt@cs.utoronto.ca>
-%% last updated at 09:43 (EDT) on Fri 1 Jun 2012
+%% Copyright (c) 1998-2013 Francois Pitt <fpitt@cs.utoronto.ca>
+%% 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