ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/fennellDissertation/template.tex
Revision: 2918
Committed: Mon Jul 3 13:55:25 2006 UTC (18 years ago) by chrisfen
Content type: application/x-tex
File size: 4156 byte(s)
Log Message:
Fennell Dissertation

File Contents

# Content
1 %%
2 %% This is file `template.tex',
3 %% generated with the docstrip utility.
4 %%
5 %% The original source files were:
6 %%
7 %% nddiss2e.dtx (with options: `template')
8 %%
9 %% This is a generated file.
10 %%
11 %% Copyright (C) 2004 Sameer Vijay
12 %%
13 %% This file may be distributed and/or modified under the
14 %% conditions of the LaTeX Project Public License, either
15 %% version 1.2 of this license or (at your option) any later
16 %% version. The latest version of this license is in
17 %%
18 %% http://www.latex-project.org/lppl.txt
19 %%
20 %% and version 1.2 or later is part of all distributions of
21 %% LaTeX version 1999/12/01 or later.
22 %%
23 %% ==============================================================
24 %%
25 %% Notre Dame's Dissertation document class by Sameer Vijay
26 %% that adheres to the University of Notre Dame guidelines
27 %% published in 2003-2004.
28 %%
29 %% Please send any improvements/suggestions to :
30 %% Shari Hill, Graduate Reviewer.
31 %% shill2@nd.edu
32 %%
33 %% For documentation on how to use nddiss2e class, process the
34 %% file nddiss2e.dtx through LaTeX.
35 %%
36 %% ==============================================================
37 %%
38 %%
39 %% nddiss2e LaTeX2e class
40 %%
41 %% See the instructions in ndthesis.ins for how to obtain a
42 %% sample template thesis file.
43 %%
44 \documentclass[draft]{ndthesis}
45 \begin{document}
46 \frontmatter
47 \title{On the Development of Techniques for Molecular Dynamics and Applications in the Simulation of Water.} % Title of Work
48 \author{Christopher Joseph Fennell} % Author's name
49 \work{Dissertation} % ``Dissertation'' or ``Thesis''
50 \degprior{B.Sc.} % All prior degrees
51 \degaward{Doctor of Philosophy} % Degree you're aiming for
52 \advisor{J. Daniel Gezelter} % Advisor's name
53 % \secondadvisor % Second advisor, if used option ``twoadvisors''
54 \department{Chemistry and Biochemistry} % Name of the department
55 \maketitle
56 %\makepublicdomain % Making it public domain
57 % Change to \makecopyright, as per your choice
58 % \copyrightholder{ } % If you're not the copyright holder
59 % \copyrightyear{ } % If the copyright is not for the current year
60
61 %%% \begin{abstract}
62 %%% \end{abstract}
63 % % Either place the text between begin/end, or
64 %%% \include{preface}% put it in a file to be included
65
66 % \renewcommand{\dedicationname}{\mbox{}} % Replace \mbox{} if you want
67 % something else
68 %%% \begin{dedication}
69 %%% \end{dedication}
70 % % Use one of the two choices to add dedication text
71 %%% \include{dedication}
72 \tableofcontents
73 \listoffigures
74 \listoftables
75
76 % \renewcommand{\symbolsname}{ } % If you want another Symbols name, add
77 % something else, and uncomment
78 %%% \begin{symbols}
79 %%% \end{symbols}
80 % % Use one of the two choices to add symbols text
81 %%% \include{symbols}
82
83 % \renewcommand{\prefacename}{ } % If you want another Preface name, add
84 % something else, and uncomment
85 %%% \begin{preface}
86 %%% \end{preface}
87 % % Use one of the two choices to add preface text
88 %%% \include{preface}
89
90 % \renewcommand{\acknowledgename}{ } % If you want another Acknowledgement name
91 % add something else, and uncomment
92 %%% \begin{acknowledge}
93 %%% \end{acknowledge}
94 % % Use one of the two choices to add acknowledge text
95 %%% \include{acknowledge}
96
97 \mainmatter
98 % Place the text body here.
99
100 % \appendix
101 % If you have appendices, they go in the mainmatter.
102 % Begin each one with \chapter{title} as before- the \appendix command takes
103 % care of renaming chapter headings and creates a new page in the Table of
104 % Contents for them. Note that if you are \include'ing them, the \appendix
105 % command must appear as the first line in the first \include'd appendix file.
106
107 \backmatter
108 % Place for bibliography and index
109 \bibliographystyle{ndthesis} % Use the ``nddiss2e'' biblio-style
110 % \bibliography{ } % input the bib-database file name
111
112 \end{document}
113
114 %%
115 \endinput
116 %%
117 %% End of file `template.tex'.