Differences From Artifact [ee98e694dd]:
- File slides-header.tex — part of check-in [ef1e71b301] at 2014-01-28 19:11:52 on branch fosdem-2014 — Makefile and LaTeX header to generate Beamer and DZSlides presentations. (user: ivan, size: 440) [annotate] [blame] [check-ins using]
To Artifact [5b9e0324a0]:
- File slides-header.tex — part of check-in [79f59fb314] at 2014-01-29 14:34:40 on branch fosdem-2014 — Rename ``pngs`` to ``imgs``, use PDF for background. (user: ivan, size: 440) [annotate] [blame] [check-ins using]
3 3 \usepackage{tikz} 4 4 \usebackgroundtemplate { 5 5 \vbox to \paperheight { 6 6 \vfil 7 7 \hbox to \paperwidth { 8 8 \hfil 9 9 \tikz\node[opacity=0.25] { 10 - \includegraphics[width=0.75\textwidth]{pngs/confine,background.png} 10 + \includegraphics[width=0.75\textwidth]{imgs/confine,background.pdf} 11 11 }; 12 12 \hfil 13 13 } 14 14 \vfil 15 15 } 16 16 }