[pypy-commit] extradoc extradoc: update figure with the correct variable indices and add the line numbers to the trace operations

bivab noreply at buildbot.pypy.org
Mon Aug 13 16:55:57 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4546:d81699ed79a6
Date: 2012-08-13 16:51 +0200
http://bitbucket.org/pypy/extradoc/changeset/d81699ed79a6/

Log:	update figure with the correct variable indices and add the line
	numbers to the trace operations

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -520,10 +520,10 @@
   \noindent
   \centering
   \begin{minipage}{1\columnwidth}
-    \begin{lstlisting}[mathescape]
-$b_1$ = int_eq($i_2$, 1)
-guard_false($b_1$)
-    \end{lstlisting}
+\begin{lstlisting}[mathescape, numbers=right, escapechar=|, firstnumber=18]
+$b_3$ = int_eq($i_5$, 1)                    |\setcounter{lstnumber}{17}|
+guard_false($b_3$)                          |\setcounter{lstnumber}{-1}|
+\end{lstlisting}
   \end{minipage}
   \begin{minipage}{.40\columnwidth}
     \begin{lstlisting}


More information about the pypy-commit mailing list