ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/fennellDissertation/dissertation.tex
Revision: 2977
Committed: Sun Aug 27 15:24:39 2006 UTC (17 years, 10 months ago) by chrisfen
Content type: application/x-tex
File size: 993 byte(s)
Log Message:
lots of additions and figures

File Contents

# Content
1 \documentclass[12pt]{ndthesis}
2
3 % some packages for things like equations and graphics
4 \usepackage[tbtags]{amsmath}
5 \usepackage{amsmath,bm}
6 \usepackage{amssymb}
7 \usepackage{mathrsfs}
8 \usepackage{tabularx}
9 \usepackage{graphicx}
10 \usepackage{booktabs}
11 \usepackage{cite}
12 \usepackage{enumitem}
13
14 \begin{document}
15
16 \frontmatter
17
18 \title{APPLICATION AND DEVELOPMENT OF MOLECULAR DYNAMICS TECHNIQUES FOR THE
19 STUDY OF WATER}
20 \author{Christopher Joseph Fennell}
21 \work{Dissertation}
22 \degprior{B.Sc.}
23 \degaward{Doctor of Philosophy}
24 \advisor{J. Daniel Gezelter}
25 \department{Chemistry and Biochemistry}
26
27 \maketitle
28
29 \begin{abstract}
30 \end{abstract}
31
32 \begin{dedication}
33 \end{dedication}
34
35 \tableofcontents
36 \listoffigures
37 \listoftables
38
39 \begin{acknowledge}
40 \end{acknowledge}
41
42 \mainmatter
43
44 \input{introduction}
45
46 \input{electrostaticsChapter}
47
48 \input{waterChapter}
49
50 \input{iceChapter}
51
52 \input{conclusion}
53
54 \backmatter
55
56 \bibliographystyle{ndthesis}
57 \bibliography{dissertation}
58
59 \end{document}
60
61
62 \endinput