[pypy-commit] extradoc extradoc: set preprint option

bivab noreply at buildbot.pypy.org
Wed Aug 1 17:52:59 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4398:f034771116f9
Date: 2012-07-31 12:25 +0200
http://bitbucket.org/pypy/extradoc/changeset/f034771116f9/

Log:	set preprint option

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -1,4 +1,4 @@
-\documentclass[10pt]{sigplanconf}
+\documentclass[10pt,preprint]{sigplanconf}
 
 \usepackage{ifthen}
 \usepackage{fancyvrb}
@@ -104,7 +104,6 @@
 \section{Introduction}
 
 
-\todo{add page numbers (draft) for review}
 In this paper we describe and analyze how deoptimization works in the context
 of tracing just-in-time compilers. What instructions are used in the
 intermediate and low-level representation of the JIT instructions and how these


More information about the pypy-commit mailing list