[Reproducible-commits] [presentations] 02/02: Add missing images and Makefile

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Aug 5 12:49:29 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 67c143b06e52380a059af7ff2db6ab0363e5a676
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Aug 5 14:49:01 2015 +0200

    Add missing images and Makefile
---
 2015-08-13-CCCamp15/.gitignore                     |   2 ++
 2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex        |  24 ++++++++++-----------
 2015-08-13-CCCamp15/Makefile                       |  15 +++++++++++++
 2015-08-13-CCCamp15/images/31c3.png                | Bin 0 -> 435876 bytes
 2015-08-13-CCCamp15/images/cii_logo.png            | Bin 0 -> 7099 bytes
 .../images/diffoscope_example_html.png             | Bin 0 -> 98085 bytes
 .../images/diffoscope_example_text.png             | Bin 0 -> 64829 bytes
 2015-08-13-CCCamp15/images/diffoscope_logo.png     | Bin 0 -> 2335 bytes
 .../images/linux_foundation_logo.png               | Bin 0 -> 10163 bytes
 2015-08-13-CCCamp15/images/profitbricks_logo.png   | Bin 0 -> 3778 bytes
 .../images/random_function_order.png               | Bin 0 -> 83875 bytes
 11 files changed, 29 insertions(+), 12 deletions(-)

diff --git a/2015-08-13-CCCamp15/.gitignore b/2015-08-13-CCCamp15/.gitignore
new file mode 100644
index 0000000..71751e9
--- /dev/null
+++ b/2015-08-13-CCCamp15/.gitignore
@@ -0,0 +1,2 @@
+2015-08-13-CCCamp15.*
+!2015-08-13-CCCamp15.tex
diff --git a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
index a1fc404..311f6d0 100644
--- a/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
+++ b/2015-08-13-CCCamp15/2015-08-13-CCCamp15.tex
@@ -141,7 +141,7 @@
 \frametitle{Why does it matter?}
 
 \begin{center}
-\includegraphics[width=0.7\textwidth]{images/31c3}
+\includegraphics[width=0.7\textwidth]{images/31c3.png}
 
 Available on \url{media.ccc.de}, 31c3
 \end{center}
@@ -154,7 +154,7 @@ Available on \url{media.ccc.de}, 31c3
 At a CIA conference in 2012:
 
 \begin{center}
-\includegraphics[width=0.8\textwidth]{images/strawhorse}
+\includegraphics[width=0.8\textwidth]{images/strawhorse.png}
 
 {\footnotesize 
 \url{firstlook.org/theintercept/2015/03/10/ispy-cia-campaign-steal-apples-secrets/}
@@ -239,7 +239,7 @@ In a nutshell:
 \begin{frame}[plain]
  \begin{tikzpicture}[remember picture,overlay]
   \node[at=(current page.center)] {
-    \includegraphics[width=\paperwidth]{images/why_is_gone}
+    \includegraphics[width=\paperwidth]{images/why_is_gone.png}
   };
  \end{tikzpicture}
 \end{frame}
@@ -268,7 +268,7 @@ SIZE (dash-0.5.8.tar.gz) = 223028
 \begin{frame}[plain]
  \begin{tikzpicture}[remember picture,overlay]
   \node[at=(current page.center)] {
-    \includegraphics[width=\paperwidth]{images/filesystem_order_in_tarball}
+    \includegraphics[width=\paperwidth]{images/filesystem_order_in_tarball.png}
   };
  \end{tikzpicture}
 \end{frame}
@@ -310,7 +310,7 @@ find src -print0 | \only<4>{\alert{LC\_ALL=C} }sort -z |
 \begin{frame}[plain]
  \begin{tikzpicture}[remember picture,overlay]
   \node[at=(current page.center)] {
-    \includegraphics[width=\paperwidth]{images/uninitialized_memory}
+    \includegraphics[width=\paperwidth]{images/uninitialized_memory.png}
   };
  \end{tikzpicture}
 \end{frame}
@@ -340,7 +340,7 @@ static int write_binary(FILE *out, FILE *in, struct bimg_header *hdr)
 \begin{frame}[plain]
  \begin{tikzpicture}[remember picture,overlay]
   \node[at=(current page.center)] {
-    \includegraphics[width=\paperwidth]{images/varying_version}
+    \includegraphics[width=\paperwidth]{images/varying_version.png}
   };
  \end{tikzpicture}
 \end{frame}
@@ -414,7 +414,7 @@ tar\only<2>{\alert{ --mtime='2015-08-13 00:00Z'}} -cf product.tar build
 \begin{frame}[plain]
  \begin{tikzpicture}[remember picture,overlay]
   \node[at=(current page.center)] {
-    \includegraphics[width=\paperwidth]{images/random_function_order}
+    \includegraphics[width=\paperwidth]{images/random_function_order.png}
   };
  \end{tikzpicture}
 \end{frame}
@@ -778,7 +778,7 @@ hour, minute & \multicolumn{2}{l}{hour is usually the same… usually, the minut
 \usebackgroundtemplate{%
  \begin{tikzpicture}[remember picture,overlay]%
   \node[shift={(-0.15\paperwidth, 0.4\paperheight)},at=(current page.south east)] {
-    \includegraphics[width=0.2\paperwidth]{images/diffoscope_logo}
+    \includegraphics[width=0.2\paperwidth]{images/diffoscope_logo.png}
   };
  \end{tikzpicture}%
 }
@@ -809,7 +809,7 @@ hour, minute & \multicolumn{2}{l}{hour is usually the same… usually, the minut
  \frametitle{diffoscope example (HTML output)}
 
  \begin{center}
-  \includegraphics[width=0.9\paperwidth]{images/diffoscope_example_html}
+  \includegraphics[width=0.9\paperwidth]{images/diffoscope_example_html.png}
  \end{center}
 \end{frame}
 
@@ -817,7 +817,7 @@ hour, minute & \multicolumn{2}{l}{hour is usually the same… usually, the minut
  \frametitle{diffoscope example (text output)}
 
  \begin{center}
-  \includegraphics[width=0.9\paperwidth]{images/diffoscope_example_text}
+  \includegraphics[width=0.9\paperwidth]{images/diffoscope_example_text.png}
  \end{center}
 \end{frame}
 
@@ -867,9 +867,9 @@ hour, minute & \multicolumn{2}{l}{hour is usually the same… usually, the minut
  \end{itemize}
 
  \begin{center}
-  \includegraphics[height=0.1\paperheight]{images/linux_foundation_logo}
+  \includegraphics[height=0.1\paperheight]{images/linux_foundation_logo.png}
   \hspace{0.1\paperwidth}
-  \includegraphics[height=0.1\paperheight]{images/cii_logo}
+  \includegraphics[height=0.1\paperheight]{images/cii_logo.png}
  \end{center}
 
  \vfill
diff --git a/2015-08-13-CCCamp15/Makefile b/2015-08-13-CCCamp15/Makefile
new file mode 100644
index 0000000..145cc79
--- /dev/null
+++ b/2015-08-13-CCCamp15/Makefile
@@ -0,0 +1,15 @@
+.PHONY: all source images
+
+PRESENTATION = 2015-08-13-CCCamp15
+
+all: $(PRESENTATION).pdf
+
+source: $(PRESENTATION)-src.tar.gz
+
+IMGS = $(shell sed -n -e 's/^[^%]*\\includegraphics\([^{]*\)\?{\([^}]*\)}.*$$/\2/p' $(PRESENTATION).tex | sort -u)
+
+$(PRESENTATION).pdf: $(PRESENTATION).tex $(IMGS)
+	lualatex $<
+	if grep 'Package rerunfilecheck Warning:' $(PRESENTATION).log; then \
+		lualatex $<; \
+	fi
diff --git a/2015-08-13-CCCamp15/images/31c3.png b/2015-08-13-CCCamp15/images/31c3.png
new file mode 100644
index 0000000..8922581
Binary files /dev/null and b/2015-08-13-CCCamp15/images/31c3.png differ
diff --git a/2015-08-13-CCCamp15/images/cii_logo.png b/2015-08-13-CCCamp15/images/cii_logo.png
new file mode 100644
index 0000000..690b7c6
Binary files /dev/null and b/2015-08-13-CCCamp15/images/cii_logo.png differ
diff --git a/2015-08-13-CCCamp15/images/diffoscope_example_html.png b/2015-08-13-CCCamp15/images/diffoscope_example_html.png
new file mode 100644
index 0000000..f7bb7f9
Binary files /dev/null and b/2015-08-13-CCCamp15/images/diffoscope_example_html.png differ
diff --git a/2015-08-13-CCCamp15/images/diffoscope_example_text.png b/2015-08-13-CCCamp15/images/diffoscope_example_text.png
new file mode 100644
index 0000000..ed82864
Binary files /dev/null and b/2015-08-13-CCCamp15/images/diffoscope_example_text.png differ
diff --git a/2015-08-13-CCCamp15/images/diffoscope_logo.png b/2015-08-13-CCCamp15/images/diffoscope_logo.png
new file mode 100644
index 0000000..ff9c312
Binary files /dev/null and b/2015-08-13-CCCamp15/images/diffoscope_logo.png differ
diff --git a/2015-08-13-CCCamp15/images/linux_foundation_logo.png b/2015-08-13-CCCamp15/images/linux_foundation_logo.png
new file mode 100644
index 0000000..860c2bb
Binary files /dev/null and b/2015-08-13-CCCamp15/images/linux_foundation_logo.png differ
diff --git a/2015-08-13-CCCamp15/images/profitbricks_logo.png b/2015-08-13-CCCamp15/images/profitbricks_logo.png
new file mode 100644
index 0000000..2ce8ce8
Binary files /dev/null and b/2015-08-13-CCCamp15/images/profitbricks_logo.png differ
diff --git a/2015-08-13-CCCamp15/images/random_function_order.png b/2015-08-13-CCCamp15/images/random_function_order.png
new file mode 100644
index 0000000..a44f2c7
Binary files /dev/null and b/2015-08-13-CCCamp15/images/random_function_order.png differ

-- 
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