diff options
Diffstat (limited to 'paper/paper.tex')
| -rw-r--r-- | paper/paper.tex | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/paper/paper.tex b/paper/paper.tex index ce8cde9..5311bec 100644 --- a/paper/paper.tex +++ b/paper/paper.tex @@ -12,7 +12,7 @@ % For figures \usepackage{graphicx} % more modern %\usepackage{epsfig} % less modern -\usepackage{subfigure} +\usepackage{subfigure} % For citations \usepackage{natbib} @@ -34,7 +34,7 @@ % Employ the following version of the ``usepackage'' statement for % submitting the draft version of the paper for review. This will set % the note in the first column to ``Under review. Do not distribute.'' -\usepackage{icml2015} +\usepackage{icml2015} % Employ this version of the ``usepackage'' statement after the paper has % been accepted, when creating the final version. This will set the @@ -72,7 +72,7 @@ \newtheorem{proposition}{Proposition} \newtheorem{definition}{Definition} -\begin{document} +\begin{document} \twocolumn[ \icmltitle{Inferring Graphs from Cascades: A Sparse Recovery Framework} @@ -88,17 +88,17 @@ \icmladdress{Their Fantastic Institute, 27182 Exp St., Toronto, ON M6H 2T1 CANADA} -% You may provide any keywords that you -% find helpful for describing your paper; these are used to populate +% You may provide any keywords that you +% find helpful for describing your paper; these are used to populate % the "keywords" metadata in the PDF but will not be shown in the document \icmlkeywords{boring formatting information, machine learning, ICML} \vskip 0.3in ] -\begin{abstract} +\begin{abstract} \input{sections/abstract.tex} -\end{abstract} +\end{abstract} \section{Introduction} \input{sections/intro.tex} @@ -131,12 +131,14 @@ \label{sec:linear_threshold} \input{sections/discussion.tex} -%\section{Appendix} -%\input{sections/appendix.tex} + \newpage \bibliography{sparse} \bibliographystyle{icml2015} -\end{document} +\newpage +\section{Appendix} +\input{sections/appendix.tex} +\end{document} |
