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.

65 lines
1.3 KiB

4 years ago
  1. % This file is public domain
  2. \documentclass[wcp]{jmlr}
  3. \usepackage{lipsum}% Provides dummy text for this example
  4. \newcommand{\samplecommand}{\textbf{A sample command}}
  5. \jmlrvolume{42}
  6. \jmlryear{2010}
  7. \jmlrworkshop{Workshop on Causality}
  8. \title[Article 2]{Second Sample Article}
  9. \author{\Name{Bob {de Winter}}\Email{bdw@sample.com}\\
  10. \Name{{\'E}louise Mary Finchley}\Email{emf@sample.com}\\
  11. \Name{Jack Mark Jones}\Email{jmj@sample.com}\\
  12. \addr{University of No Where}}
  13. \editor{Anne Other Editor}
  14. \begin{document}
  15. \maketitle
  16. \begin{abstract}
  17. \lipsum[1]
  18. \end{abstract}
  19. \begin{keywords}
  20. Sample
  21. \end{keywords}
  22. \section{Introduction}
  23. This is a sample article. \sectionref{sec:method} discusses
  24. the method used. \equationref{eq:emc2} is an interesting
  25. equation. The results are discussed in \sectionref{sec:results}
  26. and some other stuff is in \appendixref{apd:first}.\footnote{Here's
  27. a footnote.}
  28. \samplecommand.
  29. \lipsum
  30. \section{Method}\label{sec:method}
  31. \lipsum
  32. \begin{equation}\label{eq:emc2}
  33. E = mc^2
  34. \end{equation}
  35. \section{Results}\label{sec:results}
  36. \lipsum
  37. Here are some citations:
  38. \citet{guyon-elisseeff-03,guyon2007causalreport}.\footnote{Here's
  39. another footnote.}
  40. \bibliography{paper2}
  41. \appendix
  42. \section{First Appendix}\label{apd:first}
  43. \lipsum
  44. \end{document}