[pypy-svn] r54516 - pypy/extradoc/talk/pycon-italy-2008
antocuni at codespeak.net
antocuni at codespeak.net
Wed May 7 11:24:05 CEST 2008
Author: antocuni
Date: Wed May 7 11:24:04 2008
New Revision: 54516
Added:
pypy/extradoc/talk/pycon-italy-2008/makepdf (contents, props changed)
pypy/extradoc/talk/pycon-italy-2008/stylesheet.latex
Modified:
pypy/extradoc/talk/pycon-italy-2008/motivation.txt
pypy/extradoc/talk/pycon-italy-2008/technical.txt
Log:
- include technical.txt into motivation.txt
- make it rst2beamer friendly
Added: pypy/extradoc/talk/pycon-italy-2008/makepdf
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon-italy-2008/makepdf Wed May 7 11:24:04 2008
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+rst2beamer.py --stylesheet=stylesheet.latex motivation.txt motivation.latex && pdflatex motivation.latex
Modified: pypy/extradoc/talk/pycon-italy-2008/motivation.txt
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/motivation.txt (original)
+++ pypy/extradoc/talk/pycon-italy-2008/motivation.txt Wed May 7 11:24:04 2008
@@ -1,15 +1,14 @@
.. include:: <s5defs.txt>
-========================================================================
- PyPy
-========================================================================
-
-The Art of Generating Virtual Machines
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-:Author: Antonio Cuni (DISI - University of Genova)
-:Place: PyCon Due
-:Date: May 10th, 2008
+.. raw:: latex
+
+ \author[Antonio Cuni]{Antonio Cuni -- DISI, Università degli Studi di Genova}
+ \institute[PyCon Due 2008]{PyCon Due 2008 - Firenze}
+ \date{May 10, 2008}
+
+
+PyPy and The Art of Generating Virtual Machines
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PyPy
@@ -233,3 +232,4 @@
* By construction all interpreter/language features are supported
+.. include:: technical.txt
Added: pypy/extradoc/talk/pycon-italy-2008/stylesheet.latex
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon-italy-2008/stylesheet.latex Wed May 7 11:24:04 2008
@@ -0,0 +1,7 @@
+\usetheme{Boadilla}
+\setbeamercovered{transparent}
+\setbeamertemplate{navigation symbols}{}
+
+\definecolor{darkgreen}{rgb}{0, 0.5, 0.0}
+\newcommand{\docutilsrolegreen}[1]{\color{darkgreen} #1 \normalcolor}
+\newcommand{\docutilsrolered}[1]{\color{red} #1 \normalcolor}
Modified: pypy/extradoc/talk/pycon-italy-2008/technical.txt
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/technical.txt (original)
+++ pypy/extradoc/talk/pycon-italy-2008/technical.txt Wed May 7 11:24:04 2008
@@ -1,15 +1,3 @@
-.. include:: <s5defs.txt>
-
-========================================================================
- PyPy
-========================================================================
-
-The Art of Generating Virtual Machines
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-:Author: Antonio Cuni (DISI - University of Genova)
-:Place: PyCon Due
-:Date: May 10th, 2008
Translation
More information about the pypy-svn
mailing list