diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-06-28 00:16:44 +0200 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-06-28 00:16:44 +0200 |
| commit | 07d48e21fb6fc62b1a85b9d80c25560529a9a0b5 (patch) | |
| tree | 08d636c66b2933c370039bbd0bfb886b34b25505 /paper.tex | |
| parent | d5f4afbbf188d745439e0e15b1857fb696477d70 (diff) | |
| download | recommendation-07d48e21fb6fc62b1a85b9d80c25560529a9a0b5.tar.gz | |
Moving the proofs to the appendix, improving the flow
Diffstat (limited to 'paper.tex')
| -rw-r--r-- | paper.tex | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -5,9 +5,9 @@ \usepackage{amsmath,amsfonts} \usepackage{algorithm, algpseudocode} \usepackage{bbm,color,verbatim} -\usepackage[pagebackref=true,breaklinks=true,colorlinks=true]{hyperref} \usepackage{amsthm} \input{definitions} +\usepackage[pagebackref=true,breaklinks=true,colorlinks=true]{hyperref} \title{Budget Feasible Mechanisms for Experimental Design} \author{ Thibaut Horel\\École Normale Supérieure\\\texttt{thibaut.horel@ens.fr} @@ -33,10 +33,8 @@ \input{problem} \section{Approximation results}\label{sec:approximation} \input{approximation} -\section{Mechanism for \SEDP{}} +\section{Mechanism for \SEDP{}}\label{sec:mechanism} \input{main} -\section{Proofs}\label{sec:proofs} -\input{proofs} \section{Extensions}\label{sec:ext} \input{general} %\section{Conclusion} @@ -44,6 +42,6 @@ \bibliographystyle{abbrvnat} \bibliography{notes} \newpage -\section*{Appendix} +\section{Appendix} \input{appendix} \end{document} |
