Author: Antonio Cuni <anto.c...@gmail.com>
Branch: extradoc
Changeset: r4234:ff221551268b
Date: 2012-06-30 21:35 +0200
http://bitbucket.org/pypy/extradoc/changeset/ff221551268b/

Log:    import rst2beamer template

diff --git a/talk/rst2beamer-template/Makefile b/talk/ep2012/stm/Makefile
copy from talk/rst2beamer-template/Makefile
copy to talk/ep2012/stm/Makefile
--- a/talk/rst2beamer-template/Makefile
+++ b/talk/ep2012/stm/Makefile
@@ -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
diff --git a/talk/rst2beamer-template/author.latex 
b/talk/ep2012/stm/author.latex
copy from talk/rst2beamer-template/author.latex
copy to talk/ep2012/stm/author.latex
--- a/talk/rst2beamer-template/author.latex
+++ b/talk/ep2012/stm/author.latex
@@ -1,8 +1,8 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
-\title[PyPy: becoming fast]{PyPy: becoming fast}
-\author[antocuni, cfbolz, pedronis]
-{Antonio Cuni \\ Carl Friedrich Bolz\\ Samuele Pedroni}
+\title[PyPy: current status and GIL-less future]{PyPy: current status and 
GIL-less future}
+\author[antocuni, fijal, arigo]
+{Antonio Cuni \\ Maciej Fijalkowski \\ Armin Rigo}
 
-\institute{EuroPython 2009}
-\date{June 30 2009}
+\institute{EuroPython 2012}
+\date{July 2 20129}
diff --git a/talk/rst2beamer-template/beamerdefs.txt 
b/talk/ep2012/stm/beamerdefs.txt
copy from talk/rst2beamer-template/beamerdefs.txt
copy to talk/ep2012/stm/beamerdefs.txt
diff --git a/talk/rst2beamer-template/stylesheet.latex 
b/talk/ep2012/stm/stylesheet.latex
copy from talk/rst2beamer-template/stylesheet.latex
copy to talk/ep2012/stm/stylesheet.latex
diff --git a/talk/rst2beamer-template/talk.pdf.info 
b/talk/ep2012/stm/talk.pdf.info
copy from talk/rst2beamer-template/talk.pdf.info
copy to talk/ep2012/stm/talk.pdf.info
diff --git a/talk/ep2012/stm/talk.rst b/talk/ep2012/stm/talk.rst
--- a/talk/ep2012/stm/talk.rst
+++ b/talk/ep2012/stm/talk.rst
@@ -1,3 +1,4 @@
+.. include:: beamerdefs.txt
 
 ============================================
 PyPy: current status and the GIL-less future
diff --git a/talk/rst2beamer-template/title.latex b/talk/ep2012/stm/title.latex
copy from talk/rst2beamer-template/title.latex
copy to talk/ep2012/stm/title.latex
--- a/talk/rst2beamer-template/title.latex
+++ b/talk/ep2012/stm/title.latex
@@ -1,5 +1,5 @@
 \begin{titlepage}
 \begin{figure}[h]
-\includegraphics[width=80px]{../img/py-web.png}
+\includegraphics[width=80px]{../../../logo/pypy_small128.png}
 \end{figure}
 \end{titlepage}
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to