diff options
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} |
