diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/paper/journal2.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/paper/journal2.tex')
-rw-r--r-- | macros/latex/contrib/paper/journal2.tex | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/macros/latex/contrib/paper/journal2.tex b/macros/latex/contrib/paper/journal2.tex new file mode 100644 index 0000000000..11f6e6512a --- /dev/null +++ b/macros/latex/contrib/paper/journal2.tex @@ -0,0 +1,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: |