[pypy-commit] extradoc extradoc: show comments and add a command for my comments

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


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4293:fb96dc808ba8
Date: 2012-07-09 17:28 +0200
http://bitbucket.org/pypy/extradoc/changeset/fb96dc808ba8/

Log:	show comments and add a command for my comments

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -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}{}


More information about the pypy-commit mailing list