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.

98 lines
1.8 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}{\emph{A sample command}}
  5. \jmlrvolume{42}
  6. \jmlryear{2010}
  7. \jmlrworkshop{Workshop on Causality}
  8. \title[Article 1]{First Sample Article}
  9. \author{\Name{Jane Doe}\Email{jd@sample.com}\and
  10. \Name{John {Smith Jones}}\Email{jsj@sample.com}\\
  11. \addr{University of No Where}}
  12. \editor{Anne Editor}
  13. \begin{document}
  14. \maketitle
  15. \begin{abstract}
  16. This abstract has a citation \citep{guyon-elisseeff-03}.
  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. A network is shown in Figure~\ref{fig:network}.
  36. \begin{figure}[htbp]
  37. \floatconts
  38. {fig:network}%
  39. {\caption{A Network}}%
  40. {\includegraphics{images/network}}%
  41. \end{figure}
  42. \section{Results}\label{sec:results}
  43. \begin{table}[htbp]
  44. \floatconts
  45. {tab:sample}
  46. {\caption{A Sample Table}}
  47. {%
  48. \begin{tabular}{cc}
  49. A & B\\
  50. 1 & 2
  51. \end{tabular}
  52. }%
  53. \end{table}
  54. \begin{table}[htbp]
  55. \floatconts
  56. {tab:sample2}
  57. {\caption{Another Sample Table}}
  58. {%
  59. \begin{tabular}{cc}
  60. A & B\\
  61. 1 & 2
  62. \end{tabular}
  63. }%
  64. \end{table}
  65. \lipsum
  66. Here are some citations:
  67. \citet{guyon-elisseeff-03,guyon2007causalreport}.\footnote{And
  68. here's another footnote.}
  69. \bibliography{paper1}
  70. \appendix
  71. \section{First Appendix}\label{apd:first}
  72. \lipsum
  73. \end{document}