ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mattDisertation/ndthesis/sample.tex
Revision: 729
Committed: Wed Aug 27 16:18:05 2003 UTC (21 years, 8 months ago) by mmeineke
Content type: application/x-tex
File size: 4446 byte(s)
Log Message:
This commit was generated by cvs2svn to compensate for changes in r728,
which included commits to RCS files with non-trunk default branches.

File Contents

# Content
1 \documentclass[dvips,noindentfirst]{ndthesis}
2 \usepackage{graphicx}
3 \usepackage{psfrag}
4 %\usepackage{makeidx} % Uncomment this line and the next if you want
5 %\makeindex % to generate an index for your document
6 \includeonly{preview}
7
8 %\setlength{\evensidemargin}{0in}
9 %\setlength{\oddsidemargin}{0.5in}
10 \begin{document}
11 \frontmatter
12 \work{Dissertation} % Change to ``Thesis'' for Master's thesis
13 \title{%
14 YOUR TITLE GOES HERE
15 }
16 \author{YOUR NAME GOES HERE}
17 \degprior{B.Sc.} % All previously earned degrees
18 \degaward{Doctor of Philosophy} % What this paper is for
19 \advisor{NAME YOUR ADVISOR HERE} % supervisor/director/advisor
20 %% \advisorB{} % second supervisor/director/advisor (if present)
21 \department{Physics} % Dept. granting the degree
22 \maketitle % Uncomment to get the title page printed out
23 %% \copypage % Uncomment if you want a copyright page
24 \begin{abstract}
25
26 The abstract for your dissertation goes here. It must not
27 exceeded 350 words. This is a \textit{strict} limit.
28
29 \end{abstract}
30 %% \include{abstract} % Either place the text between the begin/end, or
31 %% % put it in a file to be included.
32 \begin{dedication}
33
34 This thesis is dedicated to...
35
36 \end{dedication}
37 %% \include{dedication}
38 \tableofcontents
39 \listoffigures % If you don't have any figures or tables, comment
40 %% \listoftables % out these two lines.
41 \begin{acknowledge} % acknowledgments go here
42
43 \noindent I am grateful to my advisor,... and also...
44
45 \end{acknowledge}
46 %% \include{acknowledge} % include a separate file
47
48 %%\begin{preface} % preface goes here
49 %%\end{preface}
50 %%\include{preface} % include a separate file
51 %%\begin{symbols}
52 %%\sym{a}{The first symbol}
53 %%\sym{\alpha}{The first Greek symbol}
54 %%\end{symbols}
55
56 \mainmatter
57 %% Place the body of your text here.
58
59 \chapter{First Chapter Title}
60 \label{first_chapter}
61
62 Introductory text for the first chapter goes here.
63
64 \section{First Section Title}
65 \label{first_section}
66
67 The text of your first section goes here. Here is a sample
68 \cite{haldane:right_size} citation.
69
70 \subsection{First Sub-section Title}
71 \label{first_subsection}
72
73 The text of your first sub-subsection goes here. This
74 sub-section includes a sample figure (Figure
75 \ref{first_figure}) just as an example. You must define a
76 ``label'' for the figure in order to make the reference.
77 Figures will appear on a separate page unless they are very
78 small.
79
80 \begin{figure}
81 \begin{minipage}[t]{0.25\textwidth}
82 a) First Title
83 \vspace{12pt}
84
85 \includegraphics[width=\textwidth]{sample.eps}
86 \end{minipage}
87 \hfill
88 \begin{minipage}[t]{0.25\textwidth}
89 b) Second Title
90 \vspace{12pt}
91
92 \includegraphics[width=\textwidth]{sample.eps}
93 \end{minipage}
94 \hfill
95 \begin{minipage}[t]{0.25\textwidth}
96 c) Third Title
97 \vspace{12pt}
98
99 \includegraphics[width=\textwidth]{sample.eps}
100 \end{minipage}
101
102 \caption[Title For Table of Figures]{The text of your figure
103 caption goes here.}
104
105 \label{first_figure}
106 \end{figure}
107
108 \chapter{Second Chapter Title}
109 \label{second_chapter}
110
111 Introductory text for your second chapter goes here. Here is
112 a sample cross-reference to an earlier (Chapter
113 \ref{first_chapter}) chapter.
114
115 \appendix
116 %% If you have appendices, they go in the mainmatter.
117 %% Begin each one with \chapter{title} as before- the \appendix command takes
118 %% care of renaming chapter headings and creates a new page in the Table of
119 %% Contents for them. Note that if you are \include'ing them, the \appendix
120 %% command must appear as the first line in the first \include'd appendix file.
121
122 \chapter{First Appendix}
123 \label{first_appendix}
124
125 Introductory text for you first appendix goes here.
126
127 \backmatter
128 %\printindex % If generating an index, uncomment this line.
129 % Check with your director regarding the
130 % order of bibliography and index.
131 \bibliographystyle{thesis}
132 \bibliography{sample} % DANGER: use a '.bst' file with the same name as
133 % % the '.tex' file here but without the '.bst' ending.
134 %% \begin{bibliography} % If you aren't using BIBTeX & a database, put your
135 %% bibliography in this environment
136 %% \end{bibliography}
137 \end{document}
138 \endinput
139 %%
140
141