| CODENOTIFIER | HelpYou are not signed inSign in |
Project: PyPy
Revision: 57967
Author: fijal
Date: 08 Sep 2008 08:05:34
Changes:Whack Whack whack until it works - logo insertion for first and last page.
I'm not very happy with that though
| ... | ...@@ -0,0 +1,7 @@ | |
| 1 | \begin{titlepage} | |
| 2 | \begin{figure}[h] | |
| 3 | \includegraphics[width=64px,height=64px]{merlinux-logo.jpg} | |
| 4 | \qquad | |
| 5 | \includegraphics[width=80px]{../../img/py-web.png} | |
| 6 | \end{figure} | |
| 7 | \end{titlepage} |
| ... | ...@@ -1,7 +1,7 @@ | |
| 1 | 1 | \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0} |
| 2 | 2 | |
| 3 | 3 | \title[PyPy status talk]{PyPy status talk} |
| 4 | \author[H. Krekel, M. Fijalkowski]{Holger Krekel \and Maciej Fijalkowski\\Merlinux GmbH} | |
| 4 | \author[H. Krekel, M. Fijalkowski]{Holger Krekel \and Maciej Fijalkowski} | |
| 5 | 5 | |
| 6 | 6 | \institute[PyCon UK 2008]{PyCon UK 2008 - Birmingham} |
| 7 | 7 | \date{September 13 2008} |
| ... | ...@@ -248,3 +248,11 @@ | |
| 248 | 248 | PyPy: http://codespeak.net/pypy |
| 249 | 249 | |
| 250 | 250 | Blog: http://morepypy.blogspot.com |
| 251 | ||
| 252 | .. raw:: latex | |
| 253 | ||
| 254 | \begin{figure} | |
| 255 | \includegraphics[width=64px,height=64px]{merlinux-logo.jpg} | |
| 256 | \qquad | |
| 257 | \includegraphics[width=80px]{../../img/py-web.png} | |
| 258 | \end{figure} |
| ... | ...@@ -9,5 +9,6 @@ | |
| 9 | 9 | BASE=status |
| 10 | 10 | rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt $BASE.txt $BASE.latex || exit |
| 11 | 11 | sed 's/\\date{}/\\input{author.latex}/' -i $BASE.latex || exit |
| 12 | sed 's/\\maketitle/\\input{title.latex}/' -i $BASE.latex || exit | |
| 12 | 13 | pdflatex $BASE.latex || exit |
| 13 | 14 |