From b031704a67b7a8ecb15a567fdae5e31a677fbabe Mon Sep 17 00:00:00 2001 From: Marius Melzer Date: Wed, 6 Jul 2016 19:43:28 +0200 Subject: [PATCH] adapt paths if img includes in the snippets --- content/ccc/ccc_bundesweit.tex | 6 +++--- content/ccc/ccc_lokal.tex | 2 +- content/geraetesicherheit/app_permissions.tex | 2 +- content/geraetesicherheit/foss_programme_apps.tex | 10 +++++----- .../unerwuenschte_funktionalitaet.tex | 4 ++-- content/internet/kommunikationsmodelle.tex | 4 ++-- content/internet/server_kabel_router.tex | 6 +++--- content/metadaten/alternative_dienste.tex | 8 ++++---- content/metadaten/antitracking.tex | 6 +++--- content/metadaten/location_heatmap.tex | 4 ++-- content/metadaten/nextcloud.tex | 2 +- content/metadaten/tracking.tex | 4 ++-- content/metadaten/vds.tex | 2 +- content/metadaten/zeitstempel.tex | 6 +++--- content/motivation/stasi_vs_nsa.tex | 4 ++-- content/soziale_netzwerke/geschaeftsmodelleraten.tex | 2 +- content/verschluesselung/e2e.tex | 12 ++++++------ content/verschluesselung/https_everywhere.tex | 2 +- content/verschluesselung/ssl.tex | 6 +++--- 19 files changed, 46 insertions(+), 46 deletions(-) diff --git a/content/ccc/ccc_bundesweit.tex b/content/ccc/ccc_bundesweit.tex index c65a5cc..b002762 100644 --- a/content/ccc/ccc_bundesweit.tex +++ b/content/ccc/ccc_bundesweit.tex @@ -1,7 +1,7 @@ \begin{frame} \frametitle{Chaos Computer Club} \begin{center} - \includegraphics[height=0.2\textheight]{img/chaosknoten.png} + \includegraphics[height=0.2\textheight]{../../img/chaosknoten.png} \end{center} \begin{itemize} \item<1-> Verein wurde 1981 gegr"undet (\url{https://ccc.de}) @@ -14,13 +14,13 @@ \begin{frame} \frametitle{Chaos Computer Club} \begin{figure} - \includegraphics[height=0.7\textheight]{img/fingerabdruck.jpg} + \includegraphics[height=0.7\textheight]{../../img/fingerabdruck.jpg} \end{figure} \end{frame} \begin{frame} \frametitle{Chaos Computer Club} \begin{figure} - \includegraphics[height=0.7\textheight]{img/trojaner.png} + \includegraphics[height=0.7\textheight]{../../img/trojaner.png} \end{figure} \end{frame} diff --git a/content/ccc/ccc_lokal.tex b/content/ccc/ccc_lokal.tex index f6aa93d..2fd88ce 100644 --- a/content/ccc/ccc_lokal.tex +++ b/content/ccc/ccc_lokal.tex @@ -1,7 +1,7 @@ \begin{frame} \frametitle{Chaos Computer Club} \begin{center} - \includegraphics[height=0.1\textheight]{img/c3d2_logo.png} + \includegraphics[height=0.1\textheight]{../../img/c3d2_logo.png} \end{center} \begin{itemize} \item<1-> Chaos Computer Club Dresden (\url{https://c3d2.de}) diff --git a/content/geraetesicherheit/app_permissions.tex b/content/geraetesicherheit/app_permissions.tex index d02b07d..a42e4e7 100644 --- a/content/geraetesicherheit/app_permissions.tex +++ b/content/geraetesicherheit/app_permissions.tex @@ -18,7 +18,7 @@ \column{5cm} \begin{center} - \includegraphics[width=3.5cm]{img/permissions-android.png} + \includegraphics[width=3.5cm]{../../img/permissions-android.png} \par\end{center} \end{columns} \end{frame} diff --git a/content/geraetesicherheit/foss_programme_apps.tex b/content/geraetesicherheit/foss_programme_apps.tex index 97c4204..c026fd4 100644 --- a/content/geraetesicherheit/foss_programme_apps.tex +++ b/content/geraetesicherheit/foss_programme_apps.tex @@ -3,19 +3,19 @@ \begin{columns} \begin{column}{5cm} \begin{center} - \includegraphics[height=0.2\textheight]{img/firefox.png} \\ + \includegraphics[height=0.2\textheight]{../../img/firefox.png} \\ Firefox \\ \vspace{0.1\textheight} - \includegraphics[height=0.2\textheight]{img/libreoffice.jpg}\\ + \includegraphics[height=0.2\textheight]{../../img/libreoffice.jpg}\\ LibreOffice \end{center} \end{column} \begin{column}{5cm} \begin{center} - \includegraphics[height=0.2\textheight]{img/thunderbird.png} \\ + \includegraphics[height=0.2\textheight]{../../img/thunderbird.png} \\ Thunderbird \\ \vspace{0.1\textheight} - \includegraphics[height=0.2\textheight]{img/vlc.png}\\ + \includegraphics[height=0.2\textheight]{../../img/vlc.png}\\ VLC Media Player \end{center} \end{column} @@ -37,7 +37,7 @@ \column{5cm} \begin{center} - \includegraphics[width=2cm]{img/F-Droid_Logo_2} + \includegraphics[width=2cm]{../../img/F-Droid_Logo_2} \par\end{center} \begin{center} \par\end{center} diff --git a/content/geraetesicherheit/unerwuenschte_funktionalitaet.tex b/content/geraetesicherheit/unerwuenschte_funktionalitaet.tex index 2a2a258..a4c44b6 100644 --- a/content/geraetesicherheit/unerwuenschte_funktionalitaet.tex +++ b/content/geraetesicherheit/unerwuenschte_funktionalitaet.tex @@ -1,13 +1,13 @@ \begin{frame} \frametitle{Unerwünschte Funktionalität} \begin{center} - \includegraphics[width=0.7\textwidth]{img/windows10.png} + \includegraphics[width=0.7\textwidth]{../../img/windows10.png} \end{center} \end{frame} \begin{frame} \frametitle{Unerwünschte Funktionalität} \begin{center} - \includegraphics[width=7cm]{img/backdoor-apps} + \includegraphics[width=7cm]{../../img/backdoor-apps} \par\end{center} \end{frame} diff --git a/content/internet/kommunikationsmodelle.tex b/content/internet/kommunikationsmodelle.tex index 14ce2ce..028c234 100644 --- a/content/internet/kommunikationsmodelle.tex +++ b/content/internet/kommunikationsmodelle.tex @@ -1,13 +1,13 @@ \begin{frame} \frametitle{Wie kommunizieren wir im Internet?} \begin{center} - \includegraphics[height=5cm]{img/c-s.png} + \includegraphics[height=5cm]{../../img/c-s.png} \end{center} \end{frame} \begin{frame} \frametitle{Föderation} \begin{center} - \includegraphics[height=5cm]{img/fed.png} + \includegraphics[height=5cm]{../../img/fed.png} \end{center} \end{frame} diff --git a/content/internet/server_kabel_router.tex b/content/internet/server_kabel_router.tex index 6260409..9b43aa6 100644 --- a/content/internet/server_kabel_router.tex +++ b/content/internet/server_kabel_router.tex @@ -1,21 +1,21 @@ \begin{frame} \frametitle{Server im Rechenzentrum} \begin{center} - \includegraphics[height=5cm]{img/data_center.jpg} + \includegraphics[height=5cm]{../../img/data_center.jpg} \end{center} \end{frame} \begin{frame} \frametitle{Internetknoten (Router)} \begin{center} - \includegraphics[height=5cm]{img/internet_cable_map.png} + \includegraphics[height=5cm]{../../img/internet_cable_map.png} \end{center} \end{frame} \begin{frame} \frametitle{Internetknoten (DE-CIX in Frankfurt)} \begin{center} - \includegraphics[height=5cm]{img/de_cix.jpg} + \includegraphics[height=5cm]{../../img/de_cix.jpg} \\{\small \href{https://de.wikipedia.org/wiki/DE-CIX\#/media/File:DE-CIX\_GERMANY\_-\_Switch\_Rack\_\%286218137120\%29.jpg}{Grafik}: \href{https://creativecommons.org/licenses/by-sa/2.0/}{\cc{by-sa} Stefan Funke}} \end{center} \end{frame} diff --git a/content/metadaten/alternative_dienste.tex b/content/metadaten/alternative_dienste.tex index 15d41a7..36ef84b 100644 --- a/content/metadaten/alternative_dienste.tex +++ b/content/metadaten/alternative_dienste.tex @@ -12,9 +12,9 @@ \end{column} \begin{column}{5cm} \begin{center} - \includegraphics[width=0.5\textwidth]{img/startp_logo.png} + \includegraphics[width=0.5\textwidth]{../../img/startp_logo.png} \vspace{1cm} - \includegraphics[width=0.8\textwidth]{img/duckduckgo.pdf} + \includegraphics[width=0.8\textwidth]{../../img/duckduckgo.pdf} \end{center} \end{column} \end{columns} @@ -34,9 +34,9 @@ \end{column} \begin{column}{5cm} \begin{center} - \includegraphics[width=0.5\textwidth]{img/osm.png} + \includegraphics[width=0.5\textwidth]{../../img/osm.png} \vspace{1cm} - \includegraphics[width=0.8\textwidth]{img/openrouteservice.png} + \includegraphics[width=0.8\textwidth]{../../img/openrouteservice.png} \end{center} \end{column} \end{columns} diff --git a/content/metadaten/antitracking.tex b/content/metadaten/antitracking.tex index 660c6d2..3674dbc 100644 --- a/content/metadaten/antitracking.tex +++ b/content/metadaten/antitracking.tex @@ -1,14 +1,14 @@ \begin{frame} \frametitle{Disconnect, Privacy Badger (EFF), Ghostery} \begin{center} - \includegraphics[height=0.7\textheight]{img/disconnectme.jpg} + \includegraphics[height=0.7\textheight]{../../img/disconnectme.jpg} \end{center} \end{frame} \begin{frame} \frametitle{Antitracking im Firefox Privatmodus} \begin{center} - \includegraphics[height=0.7\textheight]{img/ff_antitrack.png} + \includegraphics[height=0.7\textheight]{../../img/ff_antitrack.png} \end{center} \end{frame} @@ -28,7 +28,7 @@ \column{5cm} \begin{center} - \includegraphics[width=3.5cm]{img/google-adid.png} + \includegraphics[width=3.5cm]{../../img/google-adid.png} \par\end{center} \end{columns} \end{frame} diff --git a/content/metadaten/location_heatmap.tex b/content/metadaten/location_heatmap.tex index 6fe88b1..3d0b71e 100644 --- a/content/metadaten/location_heatmap.tex +++ b/content/metadaten/location_heatmap.tex @@ -1,7 +1,7 @@ \begin{frame} \frametitle{Google Takeout} \begin{center} - \includegraphics[width=0.8\textwidth]<1>{img/google_heat_1.png} - \includegraphics[width=0.8\textwidth]<2>{img/google_heat_2.png} + \includegraphics[width=0.8\textwidth]<1>{../../img/google_heat_1.png} + \includegraphics[width=0.8\textwidth]<2>{../../img/google_heat_2.png} \end{center} \end{frame} diff --git a/content/metadaten/nextcloud.tex b/content/metadaten/nextcloud.tex index 91b21c4..6f83ed0 100644 --- a/content/metadaten/nextcloud.tex +++ b/content/metadaten/nextcloud.tex @@ -1,5 +1,5 @@ \begin{frame}{Owncloud/Nextcloud} \begin{center} - \includegraphics[width=9cm]{img/owncloud-screenshot.jpg} + \includegraphics[width=9cm]{../../img/owncloud-screenshot.jpg} \end{center} \end{frame} diff --git a/content/metadaten/tracking.tex b/content/metadaten/tracking.tex index 9dc30ab..38c49b9 100644 --- a/content/metadaten/tracking.tex +++ b/content/metadaten/tracking.tex @@ -1,7 +1,7 @@ \begin{frame} \frametitle{Metadaten im WWW} \begin{center} - \includegraphics<1>[width=0.7\textwidth]{img/lightbeam_1.png} - \includegraphics<2>[width=0.7\textwidth]{img/lightbeam_2.png} + \includegraphics<1>[width=0.7\textwidth]{../../img/lightbeam_1.png} + \includegraphics<2>[width=0.7\textwidth]{../../img/lightbeam_2.png} \end{center} \end{frame} diff --git a/content/metadaten/vds.tex b/content/metadaten/vds.tex index 4395c2c..a467cf8 100644 --- a/content/metadaten/vds.tex +++ b/content/metadaten/vds.tex @@ -18,5 +18,5 @@ \begin{frame} \frametitle{Metadaten - VDS} - \includegraphics[height=0.7\textheight]{img/maltespitz.png} + \includegraphics[height=0.7\textheight]{../../img/maltespitz.png} \end{frame} diff --git a/content/metadaten/zeitstempel.tex b/content/metadaten/zeitstempel.tex index d0da793..3cd13b3 100644 --- a/content/metadaten/zeitstempel.tex +++ b/content/metadaten/zeitstempel.tex @@ -2,17 +2,17 @@ \frametitle{Zeitstempel} \begin{center} \only<1>{ - \includegraphics[width=0.9\textwidth]{img/punch_1.png} + \includegraphics[width=0.9\textwidth]{../../img/punch_1.png} \\ \hfill \small Alan, Microblogging } \only<2>{ - \includegraphics[width=0.9\textwidth]{img/punch_2.png} + \includegraphics[width=0.9\textwidth]{../../img/punch_2.png} \\ \hfill \small Bob, Microblogging } \only<3>{ - \includegraphics[width=0.9\textwidth]{img/punch_3.png} + \includegraphics[width=0.9\textwidth]{../../img/punch_3.png} \\ \hfill \small Charlie, Github } \end{center} diff --git a/content/motivation/stasi_vs_nsa.tex b/content/motivation/stasi_vs_nsa.tex index 1c33eec..8a17d81 100644 --- a/content/motivation/stasi_vs_nsa.tex +++ b/content/motivation/stasi_vs_nsa.tex @@ -9,13 +9,13 @@ \begin{frame} \frametitle{Stasi vs. NSA} \begin{center} - \includegraphics[height=0.7\textheight]{img/akten1.png} + \includegraphics[height=0.7\textheight]{../../img/akten1.png} \end{center} \end{frame} \begin{frame} \frametitle{Stasi vs. NSA} \begin{center} - \includegraphics[height=0.7\textheight]{img/akten2.png} + \includegraphics[height=0.7\textheight]{../../img/akten2.png} \end{center} \end{frame} diff --git a/content/soziale_netzwerke/geschaeftsmodelleraten.tex b/content/soziale_netzwerke/geschaeftsmodelleraten.tex index 3187327..125feef 100644 --- a/content/soziale_netzwerke/geschaeftsmodelleraten.tex +++ b/content/soziale_netzwerke/geschaeftsmodelleraten.tex @@ -14,7 +14,7 @@ \begin{frame} \frametitle{Gesch"aftsmodelle} \begin{figure} - \includegraphics[height=0.7\textheight]{img/business_pigs.jpg} + \includegraphics[height=0.7\textheight]{../../img/business_pigs.jpg} \end{figure} \end{frame} diff --git a/content/verschluesselung/e2e.tex b/content/verschluesselung/e2e.tex index 96fed5f..aa0db50 100644 --- a/content/verschluesselung/e2e.tex +++ b/content/verschluesselung/e2e.tex @@ -1,14 +1,14 @@ \begin{frame} \frametitle{Ende-zu-Ende-Verschlüsselung} \begin{center} - \includegraphics[height=0.8\textheight]{img/enc-e2e.png} + \includegraphics[height=0.8\textheight]{../../img/enc-e2e.png} \end{center} \end{frame} \begin{frame} \frametitle{Email-Verschlüsselung (E2E): PGP} \begin{center} - \includegraphics[height=0.5\textheight]{img/emailselfdefense.png} + \includegraphics[height=0.5\textheight]{../../img/emailselfdefense.png} \begin{itemize} \item https://emailselfdefense.fsf.org/de/ \end{itemize} @@ -18,9 +18,9 @@ \begin{frame} \frametitle{Jabber: Conversations, ChatSecure} \begin{center} - \includegraphics[height=6cm]{img/conversations.png} + \includegraphics[height=6cm]{../../img/conversations.png} \hspace{0.5cm} - \includegraphics[height=6cm]{img/chatsecure.png} + \includegraphics[height=6cm]{../../img/chatsecure.png} \end{center} \url{https://xmpp.net/directory.php} \end{frame} @@ -28,8 +28,8 @@ \begin{frame} \frametitle{Signal} \begin{center} - \includegraphics[height=6cm]{img/signal1.png} + \includegraphics[height=6cm]{../../img/signal1.png} \hspace{0.5cm} - \includegraphics[height=6cm]{img/signal2.png} + \includegraphics[height=6cm]{../../img/signal2.png} \end{center} \end{frame} diff --git a/content/verschluesselung/https_everywhere.tex b/content/verschluesselung/https_everywhere.tex index 892493f..c29461f 100644 --- a/content/verschluesselung/https_everywhere.tex +++ b/content/verschluesselung/https_everywhere.tex @@ -1,6 +1,6 @@ \begin{frame} \frametitle{HTTPS Everywhere} \begin{center} - \includegraphics[height=5cm]{img/https-everywhere.png} + \includegraphics[height=5cm]{../../img/https-everywhere.png} \end{center} \end{frame} diff --git a/content/verschluesselung/ssl.tex b/content/verschluesselung/ssl.tex index 148c813..dc722c5 100644 --- a/content/verschluesselung/ssl.tex +++ b/content/verschluesselung/ssl.tex @@ -1,20 +1,20 @@ \begin{frame} \frametitle{Transportwegverschlüsselung} \begin{center} - \includegraphics[height=0.8\textheight]{img/enc-transport.png} + \includegraphics[height=0.8\textheight]{../../img/enc-transport.png} \end{center} \end{frame} \begin{frame} \frametitle{SSL im Browser} \begin{center} - \includegraphics[height=0.7\textheight]{img/ssl_special.png} + \includegraphics[height=0.7\textheight]{../../img/ssl_special.png} \end{center} \end{frame} \begin{frame} \frametitle{Ungültiges Zertifikat} \begin{center} - \includegraphics[height=0.7\textheight]{img/ssl_badcert.png} + \includegraphics[height=0.7\textheight]{../../img/ssl_badcert.png} \end{center} \end{frame}