[pypy-svn] r57967 - pypy/extradoc/talk/pycon-uk-2008/status

fijal at codespeak.net fijal at codespeak.net
Mon Sep 8 14:05:37 CEST 2008


Author: fijal
Date: Mon Sep  8 14:05:34 2008
New Revision: 57967

Added:
   pypy/extradoc/talk/pycon-uk-2008/status/merlinux-logo.jpg   (contents, props changed)
   pypy/extradoc/talk/pycon-uk-2008/status/title.latex
Modified:
   pypy/extradoc/talk/pycon-uk-2008/status/author.latex
   pypy/extradoc/talk/pycon-uk-2008/status/makepdf
   pypy/extradoc/talk/pycon-uk-2008/status/status.txt
Log:
Whack Whack whack until it works - logo insertion for first and last page.
I'm not very happy with that though


Modified: pypy/extradoc/talk/pycon-uk-2008/status/author.latex
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/status/author.latex	(original)
+++ pypy/extradoc/talk/pycon-uk-2008/status/author.latex	Mon Sep  8 14:05:34 2008
@@ -1,7 +1,7 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
 \title[PyPy status talk]{PyPy status talk}
-\author[H. Krekel, M. Fijalkowski]{Holger Krekel \and Maciej Fijalkowski\\Merlinux GmbH}
+\author[H. Krekel, M. Fijalkowski]{Holger Krekel \and Maciej Fijalkowski}
 
 \institute[PyCon UK 2008]{PyCon UK 2008 - Birmingham}
 \date{September 13 2008}

Modified: pypy/extradoc/talk/pycon-uk-2008/status/makepdf
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/status/makepdf	(original)
+++ pypy/extradoc/talk/pycon-uk-2008/status/makepdf	Mon Sep  8 14:05:34 2008
@@ -9,5 +9,6 @@
 BASE=status
 rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt $BASE.txt $BASE.latex || exit
 sed 's/\\date{}/\\input{author.latex}/' -i $BASE.latex || exit
+sed 's/\\maketitle/\\input{title.latex}/' -i $BASE.latex || exit
 pdflatex $BASE.latex  || exit
 

Added: pypy/extradoc/talk/pycon-uk-2008/status/merlinux-logo.jpg
==============================================================================
Binary file. No diff available.

Modified: pypy/extradoc/talk/pycon-uk-2008/status/status.txt
==============================================================================
--- pypy/extradoc/talk/pycon-uk-2008/status/status.txt	(original)
+++ pypy/extradoc/talk/pycon-uk-2008/status/status.txt	Mon Sep  8 14:05:34 2008
@@ -248,3 +248,11 @@
 PyPy: http://codespeak.net/pypy
 
 Blog: http://morepypy.blogspot.com
+
+.. raw:: latex
+
+    \begin{figure}
+    \includegraphics[width=64px,height=64px]{merlinux-logo.jpg}
+    \qquad
+    \includegraphics[width=80px]{../../img/py-web.png}
+    \end{figure}

Added: pypy/extradoc/talk/pycon-uk-2008/status/title.latex
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon-uk-2008/status/title.latex	Mon Sep  8 14:05:34 2008
@@ -0,0 +1,7 @@
+\begin{titlepage}
+\begin{figure}[h]
+\includegraphics[width=64px,height=64px]{merlinux-logo.jpg}
+\qquad
+\includegraphics[width=80px]{../../img/py-web.png}
+\end{figure}
+\end{titlepage}



More information about the Pypy-commit mailing list