Author: David Schneider <david.schnei...@picle.org>
Branch: extradoc
Changeset: r4295:09df6e8fd4c4
Date: 2012-07-11 14:34 +0200
http://bitbucket.org/pypy/extradoc/changeset/09df6e8fd4c4/

Log:    merge heads

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{sigplanconf}
+\documentclass[10pt]{sigplanconf}
 
 \usepackage{ifthen}
 \usepackage{fancyvrb}
@@ -36,7 +36,7 @@
 }
 
 \newboolean{showcomments}
-\setboolean{showcomments}{false}
+\setboolean{showcomments}{true}
 \ifthenelse{\boolean{showcomments}}
   {\newcommand{\nb}[2]{
     \fbox{\bfseries\sffamily\scriptsize#1}
@@ -54,6 +54,7 @@
 \newcommand\arigo[1]{\nb{AR}{#1}}
 \newcommand\fijal[1]{\nb{FIJAL}{#1}}
 \newcommand\pedronis[1]{\nb{PEDRONIS}{#1}}
+\newcommand\bivab[1]{\nb{DAVID}{#1}}
 \newcommand{\commentout}[1]{}
 
 \newcommand{\noop}{}
@@ -79,7 +80,7 @@
            }
            {XXX emails}
 
-\conferenceinfo{VMIL'11}{}
+\conferenceinfo{VMIL'12}{}
 \CopyrightYear{2012}
 \crdata{}
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to