[pypy-svn] r76236 - in pypy/extradoc/talk: ecoop2009-tutorial/tls ep2010/pypy_demo ep2010/talk icooolps2009

antocuni at codespeak.net antocuni at codespeak.net
Thu Jul 15 15:49:48 CEST 2010


Author: antocuni
Date: Thu Jul 15 15:49:46 2010
New Revision: 76236

Added:
   pypy/extradoc/talk/ecoop2009-tutorial/tls/
   pypy/extradoc/talk/ep2010/pypy_demo/
      - copied from r76235, pypy/extradoc/talk/pycon-italy-2010/pypy_demo/
   pypy/extradoc/talk/ep2010/talk/
      - copied from r76235, pypy/extradoc/talk/pycon-italy-2010/talk/
   pypy/extradoc/talk/ep2010/talk/talk.rst
      - copied, changed from r76235, pypy/extradoc/talk/pycon-italy-2010/talk/talk.txt
Removed:
   pypy/extradoc/talk/ep2010/talk/talk.txt
Modified:
   pypy/extradoc/talk/ep2010/talk/Makefile
   pypy/extradoc/talk/ep2010/talk/author.latex
   pypy/extradoc/talk/ep2010/talk/stylesheet.latex
   pypy/extradoc/talk/icooolps2009/paper.bib
Log:
initial commit for ep2010 talk. Mostly copied from the pycon italy one


Modified: pypy/extradoc/talk/ep2010/talk/Makefile
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2010/talk/Makefile	(original)
+++ pypy/extradoc/talk/ep2010/talk/Makefile	Thu Jul 15 15:49:46 2010
@@ -4,8 +4,8 @@
 # WARNING: to work, it needs this patch for docutils
 # https://sourceforge.net/tracker/?func=detail&atid=422032&aid=1459707&group_id=38414
 
-talk.pdf: talk.txt author.latex title.latex stylesheet.latex
-	rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt talk.txt talk.latex || exit
+talk.pdf: talk.rst author.latex title.latex stylesheet.latex
+	rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt talk.rst talk.latex || exit
 	sed 's/\\date{}/\\input{author.latex}/' -i talk.latex || exit
 	sed 's/\\maketitle/\\input{title.latex}/' -i talk.latex || exit
 	pdflatex talk.latex  || exit

Modified: pypy/extradoc/talk/ep2010/talk/author.latex
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2010/talk/author.latex	(original)
+++ pypy/extradoc/talk/ep2010/talk/author.latex	Thu Jul 15 15:49:46 2010
@@ -1,8 +1,8 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
-\title[PyPy 1.2]{PyPy 1.2: snakes never crawled so fast}
-\author[antocuni, arigato]
-{Antonio Cuni \\ Armin Rigo}
+\title[PyPy 1.3]{PyPy \sout{1.2} 1.3: Status and News}
+\author[amaury, antocuni, arigato]
+{Amaury Forgeot d'Arc \\ Antonio Cuni \\ Armin Rigo}
 
-\institute{Pycon Italia Qu4ttro}
-\date{May 8 2010}
+\institute{EuroPython 2010}
+\date{July 19 2010}

Modified: pypy/extradoc/talk/ep2010/talk/stylesheet.latex
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2010/talk/stylesheet.latex	(original)
+++ pypy/extradoc/talk/ep2010/talk/stylesheet.latex	Thu Jul 15 15:49:46 2010
@@ -1,3 +1,4 @@
+\usepackage{ulem}
 \usetheme{Boadilla}
 \setbeamercovered{transparent}
 \setbeamertemplate{navigation symbols}{}

Copied: pypy/extradoc/talk/ep2010/talk/talk.rst (from r76235, pypy/extradoc/talk/pycon-italy-2010/talk/talk.txt)
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2010/talk/talk.txt	(original)
+++ pypy/extradoc/talk/ep2010/talk/talk.rst	Thu Jul 15 15:49:46 2010
@@ -1,14 +1,14 @@
 .. include:: beamerdefs.txt
 
 =======================================
-PyPy 1.2: snakes never crawled so fast
+PyPy 1.3: status and news
 =======================================
 
 
 Outline
 -------
 
-- PyPy 1.2: what's new and status update
+- PyPy 1.3: what's new and status update
 
 - Overview of the JIT
 
@@ -40,10 +40,10 @@
 - What's new and status update
 
 
-What's new in PyPy 1.2
+What's new in PyPy 1.3
 -----------------------
 
-- Released on March 12th, 2010
+- Released on March 12th, 2010 XXX
 
 - Main theme: speed
 

Modified: pypy/extradoc/talk/icooolps2009/paper.bib
==============================================================================
--- pypy/extradoc/talk/icooolps2009/paper.bib	(original)
+++ pypy/extradoc/talk/icooolps2009/paper.bib	Thu Jul 15 15:49:46 2010
@@ -152,16 +152,6 @@
 	year = {2009},
 },
 
- at article{bala_dynamo:transparent_2000,
-	title = {Dynamo: a Transparent Dynamic Optimization System},
-	volume = {35},
-	url = {http://citeseer.ist.psu.edu/bala00dynamo.html},
-	number = {5},
-	journal = {{ACM} {SIGPLAN} Notices},
-	author = {Vasanth Bala and Evelyn Duesterwald and Sanjeev Banerjia},
-	year = {2000},
-	pages = {1--12}
-},
 
 @techreport{andreas_gal_incremental_2006,
 	title = {Incremental Dynamic Code Generation with Trace Trees},
@@ -348,4 +338,3 @@
 	year = {2009},
 	note = {to appear}
 }
-



More information about the Pypy-commit mailing list