summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/uothesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-11 00:50:57 +0000
committerKarl Berry <karl@freefriends.org>2012-02-11 00:50:57 +0000
commita7773e96da02c1fa88af2d053b41ed93154a51f1 (patch)
treecf55570e3461754e7e7c8a46f12df08072d7d63c /Master/texmf-dist/source/latex/uothesis
parentb0eabb6758f016228a73f390ecede6bcf1f0c535 (diff)
uothesis (9feb12)
git-svn-id: svn://tug.org/texlive/trunk@25355 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/uothesis')
-rw-r--r--Master/texmf-dist/source/latex/uothesis/uothesis.dtx21
1 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/uothesis/uothesis.dtx b/Master/texmf-dist/source/latex/uothesis/uothesis.dtx
index 39c740a3793..33d67b05f50 100644
--- a/Master/texmf-dist/source/latex/uothesis/uothesis.dtx
+++ b/Master/texmf-dist/source/latex/uothesis/uothesis.dtx
@@ -106,7 +106,7 @@ uothesis.ins, and, uothesis.pdf.
\NeedsTeXFormat{LaTeX2e}
%</class>
%<*driver>
-\ProvidesFile{\jobname.dtx}[2011/07/19 v2.5.5 Submission to University of Oregon Graduate School]
+\ProvidesFile{\jobname.dtx}[2012/02/08 v2.5.6 Submission to University of Oregon Graduate School]
\documentclass[a4paper]{ltxdoc}
\usepackage[T1]{fontenc}
\usepackage{achemso,array,booktabs,lmodern}
@@ -700,7 +700,7 @@ uothesis.ins, and, uothesis.pdf.
%
% \begin{macrocode}
%<*class>
-\ProvidesClass{uothesis} [2010/04/10 v2.5.5 Submission to
+\ProvidesClass{uothesis} [2012/02/08 v2.5.6 Submission to
University of Oregon Graduate School]
% \end{macrocode}
%
@@ -897,7 +897,7 @@ uothesis.ins, and, uothesis.pdf.
% Here we create the editing markup commands. These are based off of the |\todo| command.
% \begin{macrocode}
\ifdraftcopy
- \RequirePackage[colorlinks=true]{hyperref}
+ \RequirePackage[colorlinks=true,breaklinks=true]{hyperref}
% \end{macrocode}
%\begin{macro}{\ednote}
%Create |\ednote| command.
@@ -1001,7 +1001,7 @@ uothesis.ins, and, uothesis.pdf.
% \end{macrocode}
% \begin{macrocode}
\newcommand*{\cst@xspace}{\expandafter\xspace}
-\newcommand*{\cst@latin}{\expandafter\emph}
+\newcommand*{\cst@latin}{\expandafter}
\newcommand*{\etc}{\@ifnextchar.{\cst@etc}{\cst@etc.\cst@xspace}}
\newcommand*{\invacuo}{\cst@latin{in vacuo}\cst@xspace}
\newcommand*{\etal}{\@ifnextchar.{\cst@etal}{\cst@etal.\cst@xspace}}
@@ -1939,11 +1939,11 @@ Title: \@abstracttitle\\*[\baselineskip]
% \end{macrocode}
% call birthplace string.
% \begin{macrocode}
-\noindent PLACE OF BIRTH:\quad \@birthplace \vskip\baselineskip
+%%\noindent PLACE OF BIRTH:\quad \@birthplace \vskip\baselineskip
% \end{macrocode}
% call birthday string.
% \begin{macrocode}
-\noindent DATE OF BIRTH:\quad \@birthdate \vskip\baselineskip
+%%\noindent DATE OF BIRTH:\quad \@birthdate \vskip\baselineskip
\everypar={\hangindent=\@cvhangindent}
% \end{macrocode}
% call the educational history string.
@@ -2165,6 +2165,13 @@ Draft of \@longdraftdate\\
\@makedraftcover
\pagenumbering{roman}
\listoftodos\clearpage
+ \@tableofcontents
+ \ifnofigures\else
+ \IfFileExists{\jobname.\ext@figure}{\@listoffigures}{\@starttoc{\ext@figure}}
+ \fi
+ \ifnotables\else
+ \IfFileExists{\jobname.\ext@table}{\@listoftables}{\@starttoc{\ext@table}}
+ \fi
\fi
\fi
\else
@@ -2607,7 +2614,7 @@ Draft of \@longdraftdate\\
% Formatting for the the floats.
% \begin{macrocode}
\def\thefigure{\@arabic\c@figure}
-\def\fnum@figure{FIGURE \thefigure}
+\def\fnum@figure{FIGURE \thefigure.}
\def\thetable{\@arabic\c@table}
\def\fnum@table{TABLE \thetable}
% \end{macrocode}