summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jmlr/sample-books/paper2/paper2.tex
blob: 9a03081eb303390294c6f02b485201c6e3a70f4d (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
% This file is public domain

\documentclass[wcp]{jmlr}

\usepackage{lipsum}% Provides dummy text for this example

\newcommand{\samplecommand}{\textbf{A sample command}}

\jmlrvolume{42}
\jmlryear{2010}
\jmlrworkshop{Workshop on Causality}

\title[Article 2]{Second Sample Article}

\author{\Name{Bob {de Winter}}\Email{bdw@sample.com}\\
\Name{{\'E}louise Mary Finchley}\Email{emf@sample.com}\\
\Name{Jack Mark Jones}\Email{jmj@sample.com}\\
\addr{University of No Where}}

\editor{Anne Other Editor}

\begin{document}
\maketitle

\begin{abstract}
\lipsum[1]
\end{abstract}
\begin{keywords}
Sample
\end{keywords}

\section{Introduction}

This is a sample article. \sectionref{sec:method} discusses
the method used. \equationref{eq:emc2} is an interesting 
equation. The results are discussed in \sectionref{sec:results}
and some other stuff is in \appendixref{apd:first}.\footnote{Here's
a footnote.}
\samplecommand.

\lipsum

\section{Method}\label{sec:method}

\lipsum

\begin{equation}\label{eq:emc2}
E = mc^2
\end{equation}

\section{Results}\label{sec:results}

\lipsum

Here are some citations:
\citet{guyon-elisseeff-03,guyon2007causalreport}.\footnote{Here's
another footnote.}

\bibliography{paper2}

\appendix
\section{First Appendix}\label{apd:first}

\lipsum
\end{document}