diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-04-14 15:27:24 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-04-14 15:27:24 -0400 |
| commit | 90211ba1847251c552361a7d0b2eef1c540ef72a (patch) | |
| tree | f7768a2299b7813fe6e5e792f960b2fb469eef25 /paper/main.tex | |
| parent | d8a68c6917f5b6053117e0145f6d4d80a8bec26b (diff) | |
| download | learn-optimize-90211ba1847251c552361a7d0b2eef1c540ef72a.tar.gz | |
Nips format and minor tweaks. We are already close to the page limit…
Diffstat (limited to 'paper/main.tex')
| -rw-r--r-- | paper/main.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/paper/main.tex b/paper/main.tex index 58b6b22..0b33bdd 100644 --- a/paper/main.tex +++ b/paper/main.tex @@ -1,6 +1,11 @@ \documentclass[10pt]{article} -\usepackage{fullpage, amsmath, amssymb, amsthm, bbm} +\usepackage{nips15submit_e} +\usepackage{amsmath, amssymb, amsthm, bbm, microtype} \usepackage[utf8x]{inputenc} +\usepackage[capitalize, noabbrev]{cleveref} +\usepackage[pagebackref=false,breaklinks=true,colorlinks=true]{hyperref} +\usepackage{natbib} +\usepackage{url} \DeclareMathOperator{\E}{\mathbb{E}} \let\P\relax @@ -11,7 +16,6 @@ \newcommand{\ints}{\mathbb{N}} \renewcommand{\O}{\mathcal{O}} - \newtheorem{proposition}{Proposition} \newtheorem{corollary}{Corollary} \newtheorem{problem}{Problem} @@ -35,7 +39,7 @@ \section{Positive results} \input{sections/positive.tex} -\bibliographystyle{apalike} +\bibliographystyle{abbrv} \bibliography{optimize} |
