\documentclass[10pt,econ]{authesis} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Last Modified: 20050717 \usepackage{natbib} \usepackage{graphicx} \usepackage{amsmath} %TCIDATA{OutputFilter=LATEX.DLL} %TCIDATA{CSTFile=authesis.cst} \newtheorem{theorem}{Theorem} \newtheorem{acknowledgement}[theorem]{Acknowledgement} \newtheorem{algorithm}[theorem]{Algorithm} \newtheorem{axiom}[theorem]{Axiom} \newtheorem{case}[theorem]{Case} \newtheorem{claim}[theorem]{Claim} \newtheorem{conclusion}[theorem]{Conclusion} \newtheorem{condition}[theorem]{Condition} \newtheorem{conjecture}[theorem]{Conjecture} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{criterion}[theorem]{Criterion} \newtheorem{definition}[theorem]{Definition} \newtheorem{example}[theorem]{Example} \newtheorem{exercise}[theorem]{Exercise} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{notation}[theorem]{Notation} \newtheorem{problem}[theorem]{Problem} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{remark}[theorem]{Remark} \newtheorem{solution}[theorem]{Solution} \newtheorem{summary}[theorem]{Summary} \newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}} \input{tcilatex} \begin{document} \title{THE FASCINATING ELEMENTS OF THESES \\ SECOND LINE OF THE THESIS TITLE \\ THIRD LINE} \author{Your Full Name Here} \degreeyear{1997} \degree{Doctor of Philosophy} \chair{Professor First} \secondreader{Professor Second} \thirdreader{Professor Third} \degreefield{Area of Study} %TCIMACRO{ %\TeXButton{More Front Matter}{\maketitle %\maketitle %\copyrightpage{} %\begin{frontmatter} %\abstract{This is the abstract.} %\abstractn{This is the abstract.} %\acknowledgements{Your acknowledgements here.} %\tableofcontents %\listoftables %\listoffigures %\end{frontmatter} %}}% %BeginExpansion \maketitle \maketitle \copyrightpage{} \begin{frontmatter} \abstract{This is the abstract.} \abstractn{This is the abstract.} \acknowledgements{Your acknowledgements here.} \tableofcontents \listoftables \listoffigures \end{frontmatter} % %EndExpansion \chapter{INTRODUCTION} Make sure that you have the \emph{latest} version of the AUTHESIS class files before you hand in the final version of your thesis or dissertation. Every dissertation should have an introduction. The introduction should introduce the concepts, background, and goals of the dissertation. This document was adapted from the authesis style documentation contained in autest.tex, which is distributed with the typesetting style authesis.cls. It has been adapted to work with SW3.0 by Melissa Harrison (melissa@farfieldassociates.com). This work was done on a volunteer basis. Please send questions, problems, suggestions about the SW implementation to melissa@farfieldassociates.com. For questions about the underlying latex document class (i.e., typesetting) please consult the document class author, Alan Cibils, at acibils@american.edu. \section{Front Matter} Half the front matter is in SW's front matter dialog box (Typeset \TEXTsymbol{\vert} Front Matter) and rest is in the TeX box entitled More Front Matter at the top of the document body. \subsection{Package Options} If you use the package option ``cas'' instead of the default ``econ'' you must also add the line \TEXTsymbol{\backslash}usepackage\{ulem\} with the other packages. This is done in a text editor, carefully (don't make typos or SW will have difficulty reading the document). \subsection{Title and Subtitle} If the title or subtitle is long, you must break it so that there are at most 48 characters per line. Use the return key to make a line break. The dissertation title must be capitalized for AU-CAS. These fields are found in (Typeset \TEXTsymbol{\vert} Front Matter). \subsection{Author, Degree, Degree Year, and Degree Field} These are pretty self-explanatory. Field is your field of study. These fields are found in (Typeset \TEXTsymbol{\vert} Front Matter). \subsection{Chair and Readers} If you have more than a chair and two readers, you need to edit file AUTHESIS.CLS and add a line to the table in the coverpage.Reader commands are defined up to sixthreader (that is, seven all told) in the latex style. You'll also have to add tags in the cst file if you want them to show up like first and second reader. Copy those examples in the cst (in the [filter] section as well as the [firstreader] section). Alternatively, you should be able to place them at the top of the More Front Matter box above. Close \& reopen your document in SW to see cst file changes. \subsection{More Front Matter} In the TeX box called More Front Matter at the top of this document, there are two \TEXTsymbol{\backslash}maketitle commands because two copies of the cover page are required (for AU-CAS). Similarly, \TEXTsymbol{\backslash}% abstract and \TEXTsymbol{\backslash}abstractn produce two copies of the abstract page (one numbered, one not), and you must place the same text in both of these commands, for your abstract. The frontmatter environment uses roman lower case page numbering. The abstracts, acknowledgements, table of contents, list of figures, and list of tables are a part of this environment. Acknowledgements are optional. Remove this environment if you don't use it. \section{Document Body} \subsection{Tables} Captions for tables must go above the table. \begin{table} %TCIMACRO{ %\TeXButton{Caption}{\caption{Your caption here}% %}}% %BeginExpansion \caption{Your caption here}% % %EndExpansion \begin{tabular}{lll} a & b & c \\ a & g & d \\ e & f & e \end{tabular} \end{table} \begin{table}[tbp] %TCIMACRO{ %\TeXButton{Caption}{\caption{This is the caption}% %}}% %BeginExpansion \caption{This is the caption}% % %EndExpansion \begin{tabular}{lcc} & \textbf{Head} & \textbf{Head} \\ \cline{2-3} row 1 & a & b \\ row 1 & c & d \end{tabular} \end{table} \begin{table}[tbp] \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.} \begin{tabular}{|l|r|} \hline Title & Author \\ \hline War And Peace & Leo Tolstoy \\ The Great Gatsby & F. Scott Fitzgerald \\ \hline \end{tabular} \end{table} \begin{table}[tbp] \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} \subsection{Figures} Captions for figures must go below the figure. \subsection{This subsection of introduction which is intentionally long to see what happens if it needs to break a line} \subsubsection{Subsubsection for test purposes} \chapter{PREVIOUS WORK} Some other research was once performed \cite{knuth:lp}, \cite{des:tex}. \section{Section} \subsection{Subsection} \subsubsection{Subsubsection} \chapter{DISCUSSION OF FINDINGS} \chapter{CONCLUSION} All is well that ends. \appendix \chapter{SOME ANCILLARY STUFF} \chapter{SOME MORE ANCILLARY STUFF} IMPORTANT NOTE: You MUST run LaTeX THREE times after runing BibTeX. \ssp \bibliographystyle{au-cms} \bibliography{autest} \end{document}