[Reproducible-commits] [presentations] 01/01: Add reference for XKCD comic

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Aug 5 17:31:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository presentations.

commit 2da530366a5baa7a3fc21eee5390497f9333e31e
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Aug 5 19:30:54 2015 +0200

    Add reference for XKCD comic
---
 2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
index c079f46..fc36269 100644
--- a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
+++ b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
@@ -57,6 +57,7 @@
 \usepackage{ctable}
 \usepackage{multicol}
 \usepackage{tikz}
+\usetikzlibrary{positioning}
 
 %\usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/swirl-lightest.pdf}}
 %\logo{\includegraphics[viewport=274 335 360 440,width=1cm]{images/openlogo-nd.pdf}}
@@ -480,9 +481,10 @@ for module in \only<2>{\alert{sorted(}}dependencies.keys()\only<2>{\alert{)}}:
 {
 \usebackgroundtemplate{%
  \begin{tikzpicture}[remember picture,overlay]%
-  \node[shift={(-0.2\paperwidth, -0.2\paperheight)},at=(current page.north east)] {
+  \node[shift={(-0.2\paperwidth, -0.2\paperheight)},at=(current page.north east)] (image) {
     \includegraphics[width=0.3\paperwidth]{images/random_number.png}
   };
+  \node[below=-0.03\paperheight of image,align=center,font=\tiny,color=gray]{XKCD \#221};
  \end{tikzpicture}%
 }
 \begin{frame}[fragile]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list