forked from brentonk/rochester-dissertation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path09-chapter-02.tex
44 lines (33 loc) · 1.01 KB
/
09-chapter-02.tex
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
\chapter{This Is a Pretty Long Chapter Title and We Want It to Be
Single-Spaced}
\chaptermark{Short Form for Header}
\blindtext[1]
\section{Our Spacing Concerns Apply with Equal Force to the Case of Section
Titles}
\blindtext[1]
\begin{table}[h]
\centering
\begin{tabular}{cc}
one & 1 \\
two & 2 \\
three & 3
\end{tabular}
\caption{These are the first few natural numbers. We want this caption to show up in the List of Tables exactly as it appears in the text.}
\label{tab:mytab}
\end{table}
Here is a citation for our reference list \citep{hhgg}.
\blindtext[1]
\section{Moving Onward}
\subsection{You Guessed It: We Also Want Our Subsection Titles to Be
Single-Spaced}
\blindtext[1]
\begin{figure}[h]
\centering
\rule{2cm}{2cm}
\caption{This is a picture of nothing---that's false, it's a box---but we want to make sure this caption shows up in the List of Figures as desired.}
\label{fig:myfig}
\end{figure}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "dissertation"
%%% End: