[pypy-commit] extradoc extradoc: title slide

antocuni noreply at buildbot.pypy.org
Wed May 21 01:42:27 CEST 2014


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r5256:d982f5e27f71
Date: 2014-05-20 17:31 +0200
http://bitbucket.org/pypy/extradoc/changeset/d982f5e27f71/

Log:	title slide

diff --git a/talk/pycon-italy-2014/Makefile b/talk/pycon-italy-2014/Makefile
--- a/talk/pycon-italy-2014/Makefile
+++ b/talk/pycon-italy-2014/Makefile
@@ -5,9 +5,9 @@
 # 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
+	/home/antocuni/.virtualenvs/rst2beamer/bin/python `which rst2beamer.py` --stylesheet=stylesheet.latex --documentoptions=14pt talk.txt talk.latex || exit
 	sed 's/\\date{}/\\input{author.latex}/' -i talk.latex || exit
-	sed 's/\\maketitle/\\input{title.latex}/' -i talk.latex || exit
+	#sed 's/\\maketitle/\\input{title.latex}/' -i talk.latex || exit
 	pdflatex talk.latex  || exit
 
 view: talk.pdf
diff --git a/talk/pycon-italy-2014/author.latex b/talk/pycon-italy-2014/author.latex
--- a/talk/pycon-italy-2014/author.latex
+++ b/talk/pycon-italy-2014/author.latex
@@ -1,8 +1,8 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
-\title[PyPy Status]{PyPy Status}
+\title[PyPy Status]{PyPy Status\\\small{(no, PyPy is not dead)}}
 \author[antocuni]
 {Antonio Cuni}
 
 \institute{PyCon Cinque}
-\date{May 24 2014}
+\date{May 24, 2014}


More information about the pypy-commit mailing list