summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/ut-thesis/README14
-rw-r--r--Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.tex16
-rw-r--r--Master/texmf-dist/tex/latex/ut-thesis/ut-thesis.cls18
3 files changed, 31 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/ut-thesis/README b/Master/texmf-dist/doc/latex/ut-thesis/README
index 5353967548f..289425e90f7 100644
--- a/Master/texmf-dist/doc/latex/ut-thesis/README
+++ b/Master/texmf-dist/doc/latex/ut-thesis/README
@@ -3,8 +3,8 @@ the guidelines of the School of Graduate Studies at the University of
Toronto (as of 2008). [http://www.sgs.utoronto.ca/informationfor/+
students/finup/producingthesis/formatting.htm]
-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:17 (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
@@ -30,6 +30,16 @@ See the comments inside each file for further details.
Version History
---------------
+TODO:
+- [2012/12/06] Redefinition of \thebibliography not compatible with
+ packages like natbib. Figure out how to fix this.
+
+v2.1: 2013/09/25 (Francois Pitt)
+- Changed definition of dedication environment to simply format its
+ paragraph flush right with no header -- this also helps fix a bug
+ where LaTeX complains of a "missing \item" when both dedication and
+ acknowledgement sections are used (reported by Bardia Bina).
+
v2.0: 2012/06/01 (Francois Pitt)
- Rewritten to use standard packages: `setspace' to handle line spacing
and `geometry' for page layout. Some options and macros have been
diff --git a/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.tex b/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.tex
index 5c98e7362ca..050e3e18592 100644
--- a/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.tex
+++ b/Master/texmf-dist/doc/latex/ut-thesis/ut-thesis.tex
@@ -1,7 +1,7 @@
%% ut-thesis.tex -- document template 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:20 (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
@@ -138,15 +138,21 @@
%% the table of contents starts with \clearpage. Use \cleardoublepage
%% for anything that you want to appear on a right-hand page.
-%% This generates a "dedication" section, if needed
-%% (uncomment to have it appear in the document).
+%% This generates a "dedication" section, if needed -- just a paragraph
+%% formatted flush right (uncomment to have it appear in the document).
%\begin{dedication}
%% *** Put your Dedication here. ***
%\end{dedication}
%% The `dedication' and `acknowledgements' sections do not create new
%% pages so if you want the two sections to appear on separate pages,
-%% you should put an explicit \newpage between them.
+%% uncomment the following line.
+%\newpage % separate pages for dedication and acknowledgements
+
+%% Alternatively, if you leave both on the same page, it is probably a
+%% good idea to add a bit of extra vertical space in between the two --
+%% for example, as follows (adjust as desired).
+%\vspace{.5in} % vertical space between dedication and acknowledgements
%% This generates an "acknowledgements" section, if needed
%% (uncomment to have it appear in the document).
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