blob: 11f6e6512a3e038522e99a706c99e17202f78d96 (
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
|
\shortauthor{Oz, Yannakakis}
\shorttitle{An Sorting Algorithm}
\author{Wizard V. Oz \and Mihalis Yannakakis}
\institution{Fanstord University\and University of Provence}
\title{An Sorting Algorithm\thanks{to bubble.}}
\maketitle
\begin{keywords}
Bubble, Sort
\end{keywords}
\begin{abstract}
The joy of sorting \dots
\end{abstract}
\smalltableofcontents
\section{$O(n \log n / \! \log\log n)$}
See\footnote{Some gnu!}
\begin{equation}
\label{eq:1in2}
|\mathtt{yucca} -\mathtt{abuzz}| = \sqrt{2415}
\end{equation}
\section{Conclusions}
\cite{phdthesis-full} \dots
\bibliographystyle{plain}
\bibliography{xampl}
\newpage\journalpart{Revisions}
\review[Masterly]{Larry Manmaker}{The Definitive Computer Manual}
Golden edition, 1993, Chips-R-Us: Silicon Valley.
\bigskip
The golden oldies \dots
\revauthor{\'{E}douard Masterly\\Stanford University}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
|