[pypy-commit] extradoc extradoc: update figure

bivab noreply at buildbot.pypy.org
Wed Jul 25 15:26:55 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4362:699d04be2651
Date: 2012-07-25 15:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/699d04be2651/

Log:	update figure

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -354,9 +354,9 @@
   \noindent
   \centering
   \begin{minipage}{1\columnwidth}
-    \begin{lstlisting}
-    i8 = int_eq(i6, 1)
-    guard_false(i8) [i6, i1, i0]
+    \begin{lstlisting}[mathescape]
+$b_1$ = int_eq($i_2$, 1)
+guard_false($b_1$)
     \end{lstlisting}
   \end{minipage}
   \begin{minipage}{.40\columnwidth}


More information about the pypy-commit mailing list