Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: extradoc
Changeset: r3715:4a119b2de605
Date: 2011-06-16 19:02 +0200
http://bitbucket.org/pypy/extradoc/changeset/4a119b2de605/

Log:    fix url, use different bibliography style

diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.tex
+++ b/talk/iwtc11/paper.tex
@@ -179,7 +179,7 @@
 \label{sec:PyPy}
 
 The work described in this paper was done in the context of the PyPy
-project\footnote{\url{http://pypy.org}}. PyPy is a framework for implementing
+project\footnote{\texttt{http://pypy.org}}. PyPy is a framework for 
implementing
 dynamic languages efficiently \cite{armin_rigo_pypys_2006}. When implementing a
 language with PyPy, one writes an interpreter for the language in RPython
 \cite{davide_ancona_rpython:_2007}. RPython (``Restricted Python``) is a subset
@@ -954,7 +954,7 @@
 
 % We recommend abbrvnat bibliography style.
 
-\bibliographystyle{abbrvnat}
+\bibliographystyle{abbrv}
 \bibliography{paper}
 
 \end{document}
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to