[pypy-svn] r63778 - pypy/extradoc/talk/icooolps2009-dotnet

davide at codespeak.net davide at codespeak.net
Tue Apr 7 11:26:08 CEST 2009


Author: davide
Date: Tue Apr  7 11:26:07 2009
New Revision: 63778

Modified:
   pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
Log:
keyword style now is bf

Modified: pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	Tue Apr  7 11:26:07 2009
@@ -8,7 +8,7 @@
 
 \lstset{language=Python,
         basicstyle=\scriptsize\ttfamily,
-        keywordstyle=\color{blue}, % I couldn't find a way to make chars both bold and tt
+        keywordstyle=\bf, %\color{blue}, % I couldn't find a way to make chars both bold and tt
         frame=none,
         stringstyle=\color{blue},
         fancyvrb=true,



More information about the Pypy-commit mailing list