diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-24 23:58:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-24 23:58:10 +0000 |
commit | e82360309016d5baeeffbec148513d508d483a33 (patch) | |
tree | 174ec542e9ca82410ee2f4e0fca11f008300a794 /Master/texmf-dist/doc/latex/gatech-thesis/example-thesis.tex | |
parent | 66152b5af94e2ead385be06781fd1acc04dadf4e (diff) |
gatech-thesis update (26jul10)
git-svn-id: svn://tug.org/texlive/trunk@19886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gatech-thesis/example-thesis.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/gatech-thesis/example-thesis.tex | 87 |
1 files changed, 77 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/gatech-thesis/example-thesis.tex b/Master/texmf-dist/doc/latex/gatech-thesis/example-thesis.tex index 20417631cbc..8c69657591c 100644 --- a/Master/texmf-dist/doc/latex/gatech-thesis/example-thesis.tex +++ b/Master/texmf-dist/doc/latex/gatech-thesis/example-thesis.tex @@ -1,21 +1,57 @@ -\documentclass{gatech-thesis} +\documentclass[12pt]{gatech-thesis} +\usepackage{amsmath,amssymb,latexsym,float,epsfig,subfigure} + %% %% This example is adapted from ucthesis.tex, a part of the %% UCTHESIS class package... %% -\title{The Elements of Thesis} +\title{The Elements of Thesis} %% If you want to specify a linebreak + %% in the thesis title, you MUST use + %% \protect\\ instead of \\, as \\ is a + %% fragile command that \MakeUpperCase + %% will break! \author{Perry H. Disdainful} -\principaladviser{Professor Alpha Betic} +\department{School of Industrial and Systems Engineering} + +%% Can have up to six readers, plus principaladvisor and +%% committeechair. All have the form +%% +%% \reader{Name}[Department][Institution] +%% +%% The second and third arguments are optional, but if you wish to +%% supply the third, you must supply the second. Department defaults +%% to the department defined above and Institution defaults to Georgia +%% Institute of Technology. + +\principaladvisor{Professor Alpha Betic} \committeechair{Professor Ignatius Arrogant} -\firstreader{Professor Ivory Insular} -\secondreader{Professor General Reference\\(Another Department)} +\firstreader{Professor General Reference}[School of Mathematics] +\secondreader{Professor Ivory Insular}[Department of Computer Science and Operations Research][North Dakota State University] \thirdreader{Professor Earl Grey} -\fourthreader{Professor Darjeeling Sweet} -\department{School of Electrical and Computer Engineering} +\fourthreader{Professor John Smith} +\fifthreader{Professor Jane Doe}[Another Department With a Long Name][Another Institution] +%\setcounter{secnumdepth}{2} \degree{Doctor of Philosophy} -\copyrightyear{2001} -\submitdate{January 2001} + +%% Set \listmajortrue below, then uncomment and set this for +%% interdisciplinary PhD programs so that the title page says +%% ``[degree] in [major]'' and puts the department at the bottom of +%% the page, rather than saying ``[degree] in the [department]'' + +%% \major{Algorithms, Combinatorics, and Optimization} + +\copyrightyear{2010} +\submitdate{August 2010} % Must be the month and year of graduation, + % not thesis approval! As of 2010, this means + % this text must be May, August, or December + % followed by the year. + +%% The date the last committee member signs the thesis form. Printed +%% on the approval page. +\approveddate{1 July 2010} + \bibfiles{example-thesis} + %% The following are the defaults %% \titlepagetrue %% \signaturepagetrue @@ -24,9 +60,13 @@ %% \tablespagetrue %% \contentspagetrue %% \dedicationheadingfalse -\bibpagetrue +%% \bibpagetrue %% \thesisproposalfalse %% \strictmarginstrue +%% \dissertationfalse +%% \listmajorfalse +%% \multivolumefalse + \begin{document} \bibliographystyle{gatech-thesis} %% @@ -63,6 +103,22 @@ Every dissertation should have an introduction. You might not realize it, but the introduction should introduce the concepts, backgrouand, and goals of the dissertation. +\section{Concepts} + +This is where we talk about the concepts behind the dissertation. + +\subsection{Primary Concept} + +This is the primary concept. + +\subsection{Secondary Concept} + +This is the secondary concept. + +\subsubsection{Even more secondary} + +This is really not all that important. + \begin{table} \caption{A table, centered.} \begin{center} @@ -111,4 +167,15 @@ whose only claim to fame is that it produced such a fine specimen of a researcher. \end{vita} \end{postliminary} + +\begin{abstract} + This is the abstract that must be turned in as hard copy to the + thesis office to meet the UMI requirements. It should \emph{not} be + included when submitting your ETD. Comment out the abstract + environment before submitting. It is recommended that you simply + copy and paste the text you put in the summary environment into this + environment. The title, your name, the page count, and your + advisor's name will all be generated automatically. +\end{abstract} + \end{document} |