Articles I've written for customers on IT issues.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

56 lines
1.0 KiB

% This file is public domain
\documentclass[wcp]{jmlr}
\usepackage{lipsum}% Provides dummy text for this example
\title[Article 3]{Third Sample Article}
\author{\Name{John Smith}\Email{js@sample.com}\\
\addr{University of No Where}}
\editor{Anne 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.}
\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{paper3}
\appendix
\section{First Appendix}\label{apd:first}
\lipsum
\end{document}