summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uaclasses/my-title.sty')
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/my-title.sty97
1 files changed, 97 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uaclasses/my-title.sty b/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
new file mode 100644
index 00000000000..580a3c5a824
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
@@ -0,0 +1,97 @@
+%%
+%% This is file `my-title.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% ua-classes.dtx (with options: `my-title')
+
+%%
+%% File ua-classes.dtx by Marcel Oliver
+%%
+%% Documentation can be obtained by running "latex labels.dtx"
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{my-title}[1997/03/08]
+\let\@title\@empty
+\let\@author\@empty
+\let\@copyright\@empty
+\def\@thesis{Dissertation}
+\def\@department{Graduate Interdisciplinary Program \\
+ in Applied Mathematics}
+\def\@degree{Doctor of Philosophy}
+\def\@degreeabbrev{Ph.D.}
+\let\@major\@empty
+\let\@director\@empty
+\let\@directortitle\@empty
+\def\copyrightholder#1{\gdef\@copyright{#1}}
+\newcommand{\thesis} [1]{\gdef\@thesis{#1}}
+\newcommand{\department} [1]{\gdef\@department{#1}}
+\newcommand{\degree} [1]{\gedf\@degree{#1}}
+\newcommand{\degreeabbrev} [1]{\gedf\@degreeabbrev{#1}}
+\newcommand{\major} [1]{\gdef\@major{#1}}
+\newcommand{\director} [1]{\gdef\@director{#1}}
+\newcommand{\directortitle} [1]{\gdef\@directortitle{#1}}
+\renewcommand{\title} [2][]{\gdef\@title{#2}}
+\renewcommand{\author}[2][]{\gdef\@author{#2}}
+\def\maketitle{%
+ \cleardoublepage
+ \thispagestyle{empty}
+ \begingroup
+ \centering
+ \vspace*{\stretch{1}}
+ \hrule height 1pt
+ \begingroup
+ \Huge\bfseries
+ \addtolength{\baselineskip}{2pt}
+ \medskip
+ \@title \\
+ \medskip
+ \endgroup
+ \hrule height 1pt
+ \vspace*{\stretch{1}}
+ \begingroup
+ \huge \@author \\
+ \endgroup
+ \vspace*{\stretch{1.7}}
+ \begingroup
+ \Large
+ \spaceskip1.3\fontdimen2\font plus1.3\fontdimen3\font
+ A \@thesis\ Submitted to the Faculty of the \\[8pt]
+ \textsc{\LARGE\@department} \\[8pt]
+ In Partial Fulfillment of the Requirements \\
+ For the Degree of \\[8pt]
+ \textsc{\LARGE\@degree}
+ \ifx\@empty\@major
+ \else \\
+ \textsc{\LARGE With a Major in \@major}
+ \fi \\[8pt]
+ In the Graduate College \\[8pt]
+ \textsc{\LARGE The University of Arizona} \\
+ \endgroup
+ \vspace*{0.8cm}
+ {\Large\spaced{\@date}}
+ \newpage
+ \endgroup}
+\def \spaced #1%
+ {\edef \3{#1}%
+ {\expandafter \insertsp@ces \3\@nd}%
+ }
+\def \insertsp@ces #1#2\@nd
+ {\def \1{#1}%
+ \def \2{#2}%
+ \1%
+ \ifx \1\empty \else \ifx \2\empty \else \space \fi \fi
+ \ifx \2\empty
+ \let \n@xt = \relax
+ \else
+ \futurelet \2\m@kespaceexplicit #2\@nd
+ \def \n@xt {\expandafter \insertsp@ces \2\@nd}%
+ \fi
+ \n@xt
+ }
+\def \m@kespaceexplicit #1#2\@nd %
+ {\if \2 \def \2{{ }#1#2}\else \def \2{#1#2}\fi}
+\endinput
+%%
+%% End of file `my-title.sty'.