diff options
Diffstat (limited to 'paper.tex')
| -rw-r--r-- | paper.tex | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -4,7 +4,13 @@ \usepackage{algorithm} \usepackage{algpseudocode,bbm,color,verbatim} \input{definitions} -\title{Budgeted Mechanisms for Experimental Design} +\title{Budget Feasible Mechanisms for Experimental Design} + +%Remove permission block empty space +\makeatletter +\let\@copyrightspace\relax +\makeatother + \begin{document} \maketitle @@ -12,11 +18,11 @@ \section{Introduction} \input{intro} -\section{Preliminaries} +\section{Preliminaries}\label{sec:peel} \input{problem} \section{Mechanism for \EDP{}} \input{main} -\section{Extension to Other Problems} +\section{Extension to Other Problems}\label{sec:ext} \input{general} \section{Conclusion} \input{conclusion} |
