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

4 years ago
  1. % This file is public domain
  2. \documentclass[wcp]{jmlr}
  3. \usepackage{lipsum}% Provides dummy text for this example
  4. \title[Article 3]{Third Sample Article}
  5. \author{\Name{John Smith}\Email{js@sample.com}\\
  6. \addr{University of No Where}}
  7. \editor{Anne Editor}
  8. \begin{document}
  9. \maketitle
  10. \begin{abstract}
  11. \lipsum[1]
  12. \end{abstract}
  13. \begin{keywords}
  14. Sample
  15. \end{keywords}
  16. \section{Introduction}
  17. This is a sample article. \sectionref{sec:method} discusses
  18. the method used. \equationref{eq:emc2} is an interesting
  19. equation. The results are discussed in \sectionref{sec:results}
  20. and some other stuff is in \appendixref{apd:first}.\footnote{Here's
  21. a footnote.}
  22. \lipsum
  23. \section{Method}\label{sec:method}
  24. \lipsum
  25. \begin{equation}\label{eq:emc2}
  26. E = mc^2
  27. \end{equation}
  28. \section{Results}\label{sec:results}
  29. \lipsum
  30. Here are some citations:
  31. \citet{guyon-elisseeff-03,guyon2007causalreport}.\footnote{Here's
  32. another footnote.}
  33. \bibliography{paper3}
  34. \appendix
  35. \section{First Appendix}\label{apd:first}
  36. \lipsum
  37. \end{document}