summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/psu-thesis/mssample.tex
blob: 245e93d103de8cdf9052a9a41a0595965cfd39b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
\documentclass[dvips,11pt,twoside]{report}
\usepackage[master]{psu-thesis}
\bibliographystyle{psuthesis}
\draft
\raggedbottom
\setstretch{1.5}

\title{A NEW THEORY THAT WILL MAKE ME FAMOUS}

\author{John Q. Doe}

\firstreader{Albert Einstein}{\assocprof{Physics} \adviserchair}
\secondreader{Leonhard Euler}{\assistprof{Mathematics}} 
\thirdreader{Rene Descartes}{\prof{Mathematics}}
\fourthreader{Isaac Newton}{\prof{Mathematics}}
\fifthreader{Leonardo DaVinci}{\prof{Physics} \head{Physics}}
 
\dept{Physics}\college{Eberly College of Science}
\submitdate{May 2008}
\copyrightyear{2008}
\thesis
%\degree{Master of Science}
%\includepermission
\principaladviser{Albert Einstein}
\includecopyrightpage
\includecopyrightline
%\includelistoftables
%\includelistoffigures
\listofsymbols[0.75in]{
\symbolentry{c}{Speed of light in a vacuum}
\symbolentry{e}{Euler Number}
\symbolentry{g}{Acceleration due to gravity.  According to legend, one of my 
readers had discovered gravity because an apple fell on his head.  Of course
this is only shown to illustrate that multi-line variable descriptions remain in
the description column.}
\symbolentry{M_e}{Mass of Earth}
\symbolentry{G}{Universal gravitation constant.  Following symbols will have
different column widths.}
\setsymwidth{0.5in}
\symbolentry{()'}{First derivative of a quantity.  Notice that the columns have
moved and since the minipage environment is used, the description is wrapped to
the new column width.  This might be used if both single character and longer
definitions such as integral expressions, are used in the list of symbols.}
\symbolentry{()''}{Second derivative of a quantity}
}

\dedicationtext{This thesis is dedicated to my wife Mrs. Doe.}
\abstracttext{This thesis will no doubt be famous considering my committee.}
\acknowltext{I would like to thank H.G. Wells for lending me his time machine so
my committee could be present even though they lived over a span of hundreds of
years.}
\prefacetext{This is the preface}
\epigraphtext{This is the Epigraph}
\frontispiece{Insert Picture Here for Frontispiece}

\begin{document}

\makefrontmatter

\chapter{Basic Considerations}

This is a sample masters thesis.  It has two skeleton chapters and two
appendices with simple figures and tables so that the lists and tables are
populated.  There is no bibliography information.

The body of the thesis would go here.  Note that the placement of figures and
amount of figures and text per page is controlled by the \LaTeX commands:
\verb+\floatpagefraction+, \verb+\topfraction+, \verb+\bottomfraction,+ and 
\verb+\textfraction+.

\begin{table} \caption{Sample table in Chapter 1} \begin{center}
\begin{tabular}{|l|l|} \hline
Column 1, line 1 & Column 2, line 1 \\ \hline
Column 1, line 2 & Column 2, line 2 \\ \hline
Column 1, line 3 & Column 2, line 3 \\ \hline
Column 1, line 4 & Column 2, line 4 \\ \hline
\end{tabular} \end{center} \end{table}

\begin{table} \caption{Second sample table in Chapter 1} \begin{center}
\begin{tabular}{|l|l|} \hline
Column 1, line 1 & Column 2, line 1 \\ \hline
Column 1, line 2 & Column 2, line 2 \\ \hline
Column 1, line 3 & Column 2, line 3 \\ \hline
Column 1, line 4 & Column 2, line 4 \\ \hline
\end{tabular} \end{center} \end{table}

\begin{figure} \caption{Sample figure in Chapter 1} \begin{center}
\framebox{\begin{minipage}{5in} 
\vspace{2in} \hfill \Huge A Figure would go here. \hfill \vspace{2in} 
\end{minipage}}
\end{center} \end{figure}

\begin{figure} \caption{Second sample figure in Chapter 1} \begin{center}
\framebox{\begin{minipage}{5in} 
\vspace{2in} \hfill \Huge A Figure would go here. \hfill \vspace{2in} 
\end{minipage}}
\end{center} \end{figure}

\chapter{Advanced Considerations}

A second chapter is included to illustrate the \verb+\numberbychapter+ feature,
which numbers tables and figures by the chapter number.

\begin{figure} \caption{Sample figure in Chapter 2} \begin{center}
\framebox{\begin{minipage}{5in} 
\vspace{2in} \hfill \Huge A Figure would go here. \hfill \vspace{2in} 
\end{minipage}}
\end{center} \end{figure}

\begin{figure} \caption{Second sample figure in Chapter 2} \begin{center}
\framebox{\begin{minipage}{5in} 
\vspace{2in} \hfill \Huge A Figure would go here. \hfill \vspace{2in} 
\end{minipage}}
\end{center} \end{figure}

\begin{table} \caption{Sample table in Chapter 2} \begin{center}
\begin{tabular}{|l|l|} \hline
Column 1, line 1 & Column 2, line 1 \\ \hline
Column 1, line 2 & Column 2, line 2 \\ \hline
Column 1, line 3 & Column 2, line 3 \\ \hline
Column 1, line 4 & Column 2, line 4 \\ \hline
\end{tabular} \end{center} \end{table}

\begin{table} \caption{Second sample table in Chapter 2} \begin{center}
\begin{tabular}{|l|l|} \hline
Column 1, line 1 & Column 2, line 1 \\ \hline
Column 1, line 2 & Column 2, line 2 \\ \hline
Column 1, line 3 & Column 2, line 3 \\ \hline
Column 1, line 4 & Column 2, line 4 \\ \hline
\end{tabular} \end{center} \end{table}


\includebibliography{
\chapter*{Bibliography}
The bibliography would go here.  It will not appear in the table of contents by
default.  The \emph{includebibliography} command adds to the table of contents
and formats as single space.  The built in \LaTeX\ bilbiography features can be
used inside and are automatically single spaced.
}

\appendices  \chapter{The First Appendix} 


\begin{table} \caption{Sample table in first appendix} \begin{center}
\begin{tabular}{|l|l|} \hline
Column 1, line 1 & Column 2, line 1 \\ \hline
Column 1, line 2 & Column 2, line 2 \\ \hline
Column 1, line 3 & Column 2, line 3 \\ \hline
Column 1, line 4 & Column 2, line 4 \\ \hline
\end{tabular} \end{center} \end{table}


The first appendix goes here.  The style file changes the chapter title to
"Appendix A" rather than ``A'' in the table of contents per the thesis
guidelines.  The PhD example has a single appendix for illustration.

A specific \verb+\chapter+ declaration is required for each appendix to specify
the title of the appendix.  In that respect, it behaves like any other chapter
and the \verb+\appendices+ command merely reformats so it is called
``Appendix A'' in the table of contents

\chapter{The Second Appendix}

A second Appendix goes here.  Two figures are included for inclusion in the
table of contents.

\begin{figure} \caption{Sample figure in the second appendix} \begin{center}
\framebox{\begin{minipage}{5in} 
\vspace{2in} \hfill \Huge A Figure would go here. \hfill \vspace{2in} 
\end{minipage}}
\end{center} \end{figure}

\begin{figure} \caption{Second sample figure in the second appendix} 
\begin{center}
\framebox{\begin{minipage}{5in} 
\vspace{2in} \hfill \Huge A Figure would go here. \hfill \vspace{2in} 
\end{minipage}}
\end{center} \end{figure}

\end{document}