Author: Maciej Fijalkowski <[email protected]>
Branch: extradoc
Changeset: r4963:7bb26582f0c7
Date: 2013-03-20 14:44 -0700
http://bitbucket.org/pypy/extradoc/changeset/7bb26582f0c7/

Log:    fix stuff, add pdf

diff --git a/talk/sftour2013/invitae/Makefile b/talk/sftour2013/invitae/Makefile
--- a/talk/sftour2013/invitae/Makefile
+++ b/talk/sftour2013/invitae/Makefile
@@ -4,11 +4,14 @@
 
 
 talk.pdf: talk.rst author.latex stylesheet.latex
-       rst2beamer --input-encoding=utf8 --output-encoding=utf8 
--stylesheet=stylesheet.latex --documentoptions=14pt talk.rst talk.latex || exit
+       rst2beamer --input-encoding=utf8 --output-encoding=utf8 
--stylesheet=stylesheet.latex --overlaybullets=False --theme=Boadilla 
--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
+       sed 's/\\maketitle/\\input{title.latex}/' -i talk.latex || exit
        pdflatex talk.latex  || exit
 
+clean:
+       rm talk.pdf talk.latex
+
 view: talk.pdf
        evince talk.pdf &
 
diff --git a/talk/sftour2013/invitae/stylesheet.latex 
b/talk/sftour2013/invitae/stylesheet.latex
--- a/talk/sftour2013/invitae/stylesheet.latex
+++ b/talk/sftour2013/invitae/stylesheet.latex
@@ -1,4 +1,3 @@
-\usetheme{Boadilla}
 \usecolortheme{whale}
 \setbeamercovered{transparent}
 \setbeamertemplate{navigation symbols}{}
diff --git a/talk/sftour2013/invitae/talk.pdf b/talk/sftour2013/invitae/talk.pdf
new file mode 100644
index 
0000000000000000000000000000000000000000..8cc70917b710790411e934850ab9478901d4c649
GIT binary patch

[cut]

_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to