[pypy-commit] extradoc extradoc: tweaks tweaks tweaks

arigo pypy.commits at gmail.com
Tue Feb 2 06:30:43 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5602:bbe9486a3f32
Date: 2016-02-02 12:30 +0100
http://bitbucket.org/pypy/extradoc/changeset/bbe9486a3f32/

Log:	tweaks tweaks tweaks

diff --git a/talk/swisspython2016/Makefile b/talk/swisspython2016/Makefile
new file mode 100644
--- /dev/null
+++ b/talk/swisspython2016/Makefile
@@ -0,0 +1,6 @@
+slides.pdf: slides.tex author.latex
+	pdflatex $<
+
+slides.tex: slides.rst
+	rst2beamer.py slides.rst > slides.tex
+	sed 's/\\date{}/\\input{author.latex}/' -i slides.tex || exit
diff --git a/talk/swisspython2016/author.latex b/talk/swisspython2016/author.latex
new file mode 100644
--- /dev/null
+++ b/talk/swisspython2016/author.latex
@@ -0,0 +1,7 @@
+\definecolor{rrblitbackground}{rgb}{0.4, 0.0, 0.0}
+
+\title[CFFI and PyPy]{CFFI and PyPy}
+\author[Armin Rigo]{Armin Rigo}
+
+\institute{Swiss Python Summit 2016}
+\date{Feb 2016}
diff --git a/talk/swisspython2016/slides.rst b/talk/swisspython2016/slides.rst
--- a/talk/swisspython2016/slides.rst
+++ b/talk/swisspython2016/slides.rst
@@ -1,6 +1,6 @@
-=============
+====================================================
 CFFI and PyPy
-=============
+====================================================
 
 .. raw:: latex
 
@@ -10,6 +10,7 @@
    \let\foobarbaz=>
    \catcode`\>=13
    \def>{\foobarbaz\relax}
+
  
 
 CFFI


More information about the pypy-commit mailing list