summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thesis/test01b.tex
blob: 34aa4384a3e0d7b56623e6841a9d34598133d427 (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
\documentclass[12pt,nocenter,upper,crosshair,sfbold,chapterbib]{thema}

\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

\shortauthor{Baloney, Phony}
\chapterauthor{Baloney\thanks{Fanstord University} \and Phony}
\chapter{Conclusion}
\label{Chap:Conclusion}


\begin{chapterabstract}
As pointed out \dots 
\end{chapterabstract}

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}