[py-svn] r57972 - py/extradoc/talk/pycon-uk-2008

hpk at codespeak.net hpk at codespeak.net
Mon Sep 8 15:07:20 CEST 2008


Author: hpk
Date: Mon Sep  8 15:07:18 2008
New Revision: 57972

Added:
   py/extradoc/talk/pycon-uk-2008/merlinux-logo.jpg   (contents, props changed)
   py/extradoc/talk/pycon-uk-2008/title.latex
Modified:
   py/extradoc/talk/pycon-uk-2008/author.latex
   py/extradoc/talk/pycon-uk-2008/makepdf
   py/extradoc/talk/pycon-uk-2008/pytest.pdf
   py/extradoc/talk/pycon-uk-2008/pytest.txt
Log:
finalizing slides PDF 


Modified: py/extradoc/talk/pycon-uk-2008/author.latex
==============================================================================
--- py/extradoc/talk/pycon-uk-2008/author.latex	(original)
+++ py/extradoc/talk/pycon-uk-2008/author.latex	Mon Sep  8 15:07:18 2008
@@ -1,6 +1,6 @@
 \definecolor{rrblitbackground}{rgb}{0.0, 0.0, 0.0}
 
-\title[py.test - rapid testing with minimal effort]{py.test: rapid testing with minimal effort}
+\title[py.test - rapid testing with minimal effort]{py.test: testing with minimal effort}
 \author[H. Krekel]{Holger Krekel \\Merlinux GmbH}
 
 \institute[PyCon UK 2008]{PyCon UK 2008 - Birmingham}

Modified: py/extradoc/talk/pycon-uk-2008/makepdf
==============================================================================
--- py/extradoc/talk/pycon-uk-2008/makepdf	(original)
+++ py/extradoc/talk/pycon-uk-2008/makepdf	Mon Sep  8 15:07:18 2008
@@ -8,5 +8,6 @@
 
 python rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt pytest.txt pytest.latex 
 sed 's/\\date{}/\\input{author.latex}/' -i pytest.latex
+sed 's/\\maketitle/\\input{title.latex}/' -i pytest.latex
 pdflatex pytest.latex
 

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

Modified: py/extradoc/talk/pycon-uk-2008/pytest.pdf
==============================================================================
Binary files. No diff available.

Modified: py/extradoc/talk/pycon-uk-2008/pytest.txt
==============================================================================
--- py/extradoc/talk/pycon-uk-2008/pytest.txt	(original)
+++ py/extradoc/talk/pycon-uk-2008/pytest.txt	Mon Sep  8 15:07:18 2008
@@ -2,7 +2,7 @@
 .. include:: <s5defs.txt>
 
 =================================================================
-py.test: rapid testing with minimal effort 
+rapid testing with minimal effort 
 =================================================================
 
 my background 
@@ -311,5 +311,5 @@
 
 http://pylib.org  http://pytest.org
 
-http://merlinux.eu - holger at merlinux.de 
+http://merlinux.eu - holger at merlinux.eu 
 

Added: py/extradoc/talk/pycon-uk-2008/title.latex
==============================================================================
--- (empty file)
+++ py/extradoc/talk/pycon-uk-2008/title.latex	Mon Sep  8 15:07:18 2008
@@ -0,0 +1,6 @@
+\begin{titlepage}
+\begin{figure}[h]
+\includegraphics[width=64px,height=64px]{merlinux-logo.jpg}
+\qquad
+\end{figure}
+\end{titlepage}



More information about the pytest-commit mailing list