diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/ucthesis/uctest.tex | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ucthesis/uctest.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/ucthesis/uctest.tex | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ucthesis/uctest.tex b/Master/texmf-dist/doc/latex/ucthesis/uctest.tex new file mode 100644 index 00000000000..1fdf0b7866a --- /dev/null +++ b/Master/texmf-dist/doc/latex/ucthesis/uctest.tex @@ -0,0 +1,127 @@ +%% uctest.tex 11/3/94 +%% Copyright (C) 1988-2004 Daniel Gildea, BBF, Ethan Munson. +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2003/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work is Daniel Gildea. + +\documentclass[11pt]{ucthesis} +\def\dsp{\def\baselinestretch{2.0}\large\normalsize} +\dsp +\begin{document} + +% Declarations for Front Matter + +\title{The Elements of Theses} +\author{Perry H. Disdainful} +\degreeyear{1994} +\degreesemester{Spring} +\degree{Doctor of Philosophy} +\chair{Professor Ignatius Arrogant} +\othermembers{Professor Ivory Insular\\ +Professor General Reference} +\numberofmembers{3} +\prevdegrees{B.A. (University of Northern South Dakota at Hoople) 1978\\ +M.S. (Ed's School of Quantum Mechanics and Muffler Repair Shop) 1989} +\field{Aboriginal Basketry} +\campus{Berkeley} + +\maketitle +\approvalpage +\copyrightpage + +\begin{abstract} +Theses have elements. Isn't that nice? + +\abstractsignature +\end{abstract} + +\begin{frontmatter} + +\begin{dedication} +\null\vfil +{\large +\begin{center} +To myself,\\\vspace{12pt} +Perry H. Disdainful,\\\vspace{12pt} +the only person worthy of my company. +\end{center}} +\vfil\null +\end{dedication} + + +\tableofcontents +\listoffigures +\listoftables +\begin{acknowledgements} +I want to ``thank'' my committee, without whose ridiculous demands, I +would have graduated so, so, very much faster. +\end{acknowledgements} + +\end{frontmatter} + +\part{First Part} + +\chapter{Introduction} + +Every dissertation should have an introduction. You might not realize +it, but the introduction should introduce the concepts, backgrouand, +and goals of the dissertation. + +\begin{table} +\begin{tabular}{|l|r|} + \hline +Title & Author \\ +\hline +War And Peace & Leo Tolstoy \\ +The Great Gatsby & F. Scott Fitzgerald \\ \hline +\end{tabular} +\caption{A normalsize table. There has been a complaint that table +captions are not single-spaced. This is odd because the code +indicates that they should be.} +\end{table} + +\begin{table} +\caption{A small table.} +\begin{scriptsizetabular}{|l|r|} + \hline +Title & Author \\ +\hline +War And Peace & Leo Tolstoy \\ +The Great Gatsby & F. Scott Fitzgerald \\ \hline +\end{scriptsizetabular} +\end{table} + +\chapter{Previous Work} + +Some other research was once performed. + +\begin{figure} +\caption{A first figure.} +\end{figure} + +\begin{figure} +\caption{A second figure.} +\end{figure} + +\chapter{Conclusion} + +\nocite{*} +\bibliographystyle{plain} +\bibliography{uctest} + +\appendix +\chapter{Some Ancillary Stuff} + +Ancillary material should be put in appendices, which appear after the +bibliography. + +\end{document} |