Artifact ee98e694dda5e76d79f315b845ae48e2683ef5b8:
- 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]
%% https://tex.stackexchange.com/questions/26458/beamer-background-image-centered %% https://tex.stackexchange.com/questions/74038/transparent-image-background-in-beamer \usepackage{tikz} \usebackgroundtemplate { \vbox to \paperheight { \vfil \hbox to \paperwidth { \hfil \tikz\node[opacity=0.25] { \includegraphics[width=0.75\textwidth]{pngs/confine,background.png} }; \hfil } \vfil } }