blob: 538ee97427e6e3ed68ebfdc798b89d11cd5cbb84 (
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
|
\documentclass[10pt]{thesis}
\captionheaderfont{\sl\bfseries}
\captionbodyfont{\sl}
%%\renewcommand{\tableshortname}{Table}
%%\renewcommand{\figureshortname}{Figure}
%%\chapapp{\chaptername}
\begin{document}
\frontmatter
\title{Fighting Fire with Fire}
\subtitle{Festooning French Phrases}
\translator{PhD Dissertation}
\author{F. Phidias Phony-Baloney}
\institution{Fanstord University}
\dedication{\em --- Jules and Jim ---}
\uppertitleback{Fanstord University Press}
\middletitleback{Publication Data:\\
{\tt F. Phidias Fanstord\\
Fighting Fire with Fire\\
Festooning French Phrases\\
Fanstord: Fanstord University Press\\
ISBN 0-4850}}
\lowertitleback{Copyright $\copyright$ 1993 Phoney-Baloney}
\date{1993}
\maketitle
\tableofcontents
\chapter{Preface}
Some gnats\footnote{or gnus} \dots
Chapter \ref{Chap:Conclusion} informs about \dots
\mainmatter
\chapter{Conclusion}
\label{Chap:Conclusion}
As pointed out \dots
And also the\footnote{works fine}
\begin{table}[htbp]
\begin{center}
\leavevmode
\begin{tabular}{ll}
first & of all \\
a & little table \\
\end{tabular}
\caption{A table}
\label{tab:mytab}
\end{center}
\end{table}
\appendix
\chapter{Algorithms}
Sorting phrases \dots
\chapter{Fast algorithms}
Do it again.
\end{document}
|