summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-05-12 00:26:33 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-05-12 00:26:33 -0400
commitc0da2c2f8fc7cd22a70ad3965f23418b76e5e491 (patch)
tree2c90a65ff4d9ec1aec57bace08027228e93f277c
parent2d4fc04eb9bb4c7dc49d43455eb48d0083aa05f9 (diff)
downloadecon2099-c0da2c2f8fc7cd22a70ad3965f23418b76e5e491.tar.gz
Fix natbib style
-rw-r--r--final/main.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/final/main.tex b/final/main.tex
index dae0503..f5ad43f 100644
--- a/final/main.tex
+++ b/final/main.tex
@@ -207,6 +207,7 @@ We can now formally describe the candidate mechanism.
\end{minipage}
}
\end{center}
+
where we use the notation $\I[\text{expression}]$ to denote the indicator
variable for the expression, which takes on value 1 when the expression is true and 0 otherwise.
@@ -239,6 +240,6 @@ Lemma.
\end{lemma}
-\bibliographystyle{abbr}
+\bibliographystyle{abbrvnat}
\bibliography{main}
\end{document}