[pypy-svn] extradoc extradoc: Add a pic

fijal commits-noreply at bitbucket.org
Thu Mar 10 15:05:59 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3362:38fa4c1edf8a
Date: 2011-03-10 09:03 -0500
http://bitbucket.org/pypy/extradoc/changeset/38fa4c1edf8a/

Log:	Add a pic

diff --git a/talk/pycon2011/whyslow/carl_tests.jpg b/talk/pycon2011/whyslow/carl_tests.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..85fd1e6a5dc466e9ba985b44a3c1410e4ee50d0b
GIT binary patch
[cut]
diff --git a/talk/ustour2011/author.latex b/talk/ustour2011/author.latex
--- a/talk/ustour2011/author.latex
+++ b/talk/ustour2011/author.latex
@@ -4,5 +4,5 @@
 \author[fijal, agaynor, arigato]
 {Maciej Fija&#322;kowski \\ Alex Gaynor \\ Armin Rigo}
 
-\institute{Google}
+\institute{Mozilla}
 \date{7 March 2011}

diff --git a/talk/ustour2011/Makefile b/talk/ustour2011/Makefile
--- a/talk/ustour2011/Makefile
+++ b/talk/ustour2011/Makefile
@@ -6,5 +6,11 @@
 	sed 's/\\maketitle/\\input{title.latex}/' -i google-talk.latex || exit
 	pdflatex google-talk.latex  || exit
 
+mozilla-talk.pdf: mozilla-talk.txt author.latex title.latex stylesheet.latex
+	rst2beamer --input-encoding=utf-8 --output-encoding=utf-8 --stylesheet=stylesheet.latex --documentoptions=14pt --theme=Warsaw --overlaybullets=False mozilla-talk.txt mozilla-talk.latex || exit
+	sed 's/\\date{}/\\input{author.latex}/' -i mozilla-talk.latex || exit
+	sed 's/\\maketitle/\\input{title.latex}/' -i mozilla-talk.latex || exit
+	pdflatex mozilla-talk.latex  || exit
+
 view: google-talk.pdf
 	evince google-talk.pdf &
\ No newline at end of file


More information about the Pypy-commit mailing list