ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/tags/start/chrisDissertation/dissertation.tex
Revision: 3484
Committed: Tue Jan 13 14:39:51 2009 UTC (15 years, 7 months ago)
Content type: application/x-tex
File size: 1064 byte(s)
Log Message:
This commit was manufactured by cvs2svn to create tag 'start'.

File Contents

# User Rev Content
1 chrisfen 2987 \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     \renewcommand{\appendixname}{APPENDIX}
14    
15     \begin{document}
16    
17     \frontmatter
18    
19     \title{APPLICATION AND DEVELOPMENT OF MOLECULAR DYNAMICS TECHNIQUES FOR THE
20     STUDY OF WATER}
21     \author{Christopher Joseph Fennell}
22     \work{Dissertation}
23     \degprior{B.Sc.}
24     \degaward{Doctor of Philosophy}
25     \advisor{J. Daniel Gezelter}
26     \department{Chemistry and Biochemistry}
27    
28     \maketitle
29    
30     \begin{abstract}
31     \end{abstract}
32    
33     \begin{dedication}
34     \end{dedication}
35    
36     \tableofcontents
37     \listoffigures
38     \listoftables
39    
40     \begin{acknowledge}
41     \end{acknowledge}
42    
43     \mainmatter
44    
45     \input{Introduction}
46    
47     \input{Electrostatics}
48    
49     \input{Water}
50    
51     \input{Ice}
52    
53     \input{Conclusion}
54    
55     \appendix
56    
57     \input{IndividualSystems}
58    
59     \input{SHAMS}
60    
61     \backmatter
62    
63     \bibliographystyle{ndthesis}
64     \bibliography{dissertation}
65    
66     \end{document}
67    
68    
69     \endinput