diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-11-22 21:08:41 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-11-22 21:08:41 -0500 |
| commit | 36eb1fee5492e57368846cbf4e107f1e4cb31589 (patch) | |
| tree | 6380028284779e10d01fb9ff51f3c561ae9ce57c /paper/main.tex | |
| parent | 4f7d4804234f5515a4dded8b05d9568653b7ae3c (diff) | |
| download | fast-seeding-36eb1fee5492e57368846cbf4e107f1e4cb31589.tar.gz | |
WWW version
Diffstat (limited to 'paper/main.tex')
| -rw-r--r-- | paper/main.tex | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/paper/main.tex b/paper/main.tex index e25212a..60751e5 100644 --- a/paper/main.tex +++ b/paper/main.tex @@ -3,6 +3,7 @@ \usepackage{amsmath,amsfonts} %yaron: removed class amsthm \usepackage[pagebackref=true,breaklinks=true,colorlinks=true]{hyperref} +\usepackage[english]{babel} \usepackage{algorithmic,algorithm} \usepackage{booktabs} \usepackage{graphicx} @@ -43,28 +44,30 @@ Yaron Singer\\ \section{Introduction} \input{sections/introduction} -\input{sections/related} \section{Model} +\label{sec:model} \input{sections/model} +\section{Non-adaptive Optimization} +\label{sec:adaptivity} +\input{sections/adaptivity} + \section{Algorithms} +\label{sec:algorithms} \input{sections/algorithms} -%\section{The Combinatorial Algorithm} -%\input{sections/combinatorial} - \section{Experiments} +\label{sec:experiments} \input{sections/experiments} +\section{Related work} +\input{sections/related} -\footnotesize{ \bibliographystyle{abbrv} -\bibliography{paper} -%\balancecolumns -%\appendix -%\balancecolumns % GM June 2007 -%\input{sections/appendix} -} +\bibliography{main} +\appendix +\input{sections/appendix} +\balancecolumns % GM June 2007 \end{document} |
