diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-02-10 00:32:02 -0800 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-02-10 00:32:02 -0800 |
| commit | 08a282949ec22b77cb9477103e640b4f9954ba80 (patch) | |
| tree | a5e59d0e32001b99e7e4a18c4faf35628a36c8d5 | |
| parent | 2755cb771c956590c627b19692a4d62dcdeb4e19 (diff) | |
| download | recommendation-08a282949ec22b77cb9477103e640b4f9954ba80.tar.gz | |
EC format
| -rw-r--r-- | definitions.tex | 8 | ||||
| -rw-r--r-- | paper.tex | 22 |
2 files changed, 18 insertions, 12 deletions
diff --git a/definitions.tex b/definitions.tex index de551ca..2c364da 100644 --- a/definitions.tex +++ b/definitions.tex @@ -1,11 +1,11 @@ \newcommand{\mutual}{\ensuremath{{I}}} \newcommand{\entropy}{\ensuremath{{H}}} -\newtheorem{lemma}{Lemma} +%\newtheorem{lemma}{Lemma} \newtheorem{fact}{Fact} -\newtheorem{example}{Example} +%\newtheorem{example}{Example} \newtheorem{prop}{Proposition} -\newtheorem{theorem}{Theorem} -\newtheorem{corollary}{Corollary} +%\newtheorem{theorem}{Theorem} +%\newtheorem{corollary}{Corollary} %\newcommand*{\defeq}{\stackrel{\text{def}}{=}} \newcommand*{\defeq}{\equiv} \newcommand{\var}{\mathop{\mathrm{Var}}} @@ -1,14 +1,22 @@ -\documentclass{article} +\documentclass[prodmode,acmec]{ec-acmsmall} +%\documentclass{article} +\acmVolume{X} +\acmNumber{X} +\acmArticle{X} +\acmYear{2013} +\acmMonth{2} +\usepackage[numbers]{natbib} \usepackage[utf8]{inputenc} -\usepackage{amsmath,amsfonts,amsthm} +\usepackage{amsmath,amsfonts} +%\usepackage{amsthm} \usepackage{algorithm} \usepackage{algpseudocode,bbm,color,verbatim} \input{definitions} \title{Budget Feasible Mechanisms for Experimental Design} \author{ -Thibaut Horel\\Technicolor\\\texttt{thibaut.horel@ens.fr} \and -Stratis Ioannidis\\Technicolor\\\texttt{stratis.ioannidis@technicolor.com}\and -S. Muthukrishnan\\Rutgers University, Microsoft Research\\\texttt{muthu@cs.rutgers.edu}} + Thibaut Horel \affil{Technicolor} +Stratis Ioannidis \affil{Technicolor} +S. Muthukrishnan \affil{Rutgers University, Microsoft Research}} %Remove permission block empty space \makeatletter \let\@copyrightspace\relax @@ -31,10 +39,8 @@ S. Muthukrishnan\\Rutgers University, Microsoft Research\\\texttt{muthu@cs.rutge \input{general} %\section{Conclusion} %\input{conclusion} -\begin{small} -\bibliographystyle{abbrv} +\bibliographystyle{acmsmall} \bibliography{notes} -\end{small} \section*{Appendix} \input{appendix} \end{document} |
