From 241e153f99da6b4326ece0c17c7fa5e568dc3e6d Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 10 Sep 2017 17:56:35 +0200 Subject: [PATCH] Images inclution modified --- Makefile | 10 +++++----- presentation.mdwn | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 0eb166e..0c804e0 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,11 @@ presentation.pdf: presentation.mdwn $(images) pandoc -S -s -f markdown -t beamer -o $@ < $< images = \ - images/20170908_185031.jpg \ - images/20170908_185054.jpg \ - images/20170908_190111.jpg \ - images/20170908_190056.jpg \ - images/20170908_185911.jpg \ + images/20170908_185031-50.jpg \ + images/20170908_185054-50.jpg \ + images/20170908_190111-50.jpg \ + images/20170908_190056-50.jpg \ + images/20170908_185911-50.jpg \ images/Alvsbyn_SnowShoe-350x290.jpg \ images/Vandring_paa_Upplandsleden-2.jpg \ images/qgis-topo-och-trafikplatser-uppsala.png \ diff --git a/presentation.mdwn b/presentation.mdwn index 7064177..c591faf 100644 --- a/presentation.mdwn +++ b/presentation.mdwn @@ -2,23 +2,23 @@ % ETI 2 % Trainhack, Göteborg--Luleå--Uppsala, 7--9 sep 2017 -\includegraphics[width = \textwidth, angle = 180, trim = 350 200 250 200, clip = true]{images/20170908_185031.jpg} +\includegraphics[width = \textwidth, angle = 180, trim = 200 100 110 100, clip = true]{images/20170908_185031-50.jpg} ---- -\includegraphics[width = \textwidth, angle = 180]{images/20170908_185054.jpg} +\includegraphics[width = \textwidth, angle = 180]{images/20170908_185054-50.jpg} ---- -\includegraphics[width = \textwidth, angle = 180]{images/20170908_190111.jpg} +\includegraphics[width = \textwidth, angle = 180]{images/20170908_190111-50.jpg} ---- -\includegraphics[width = \textwidth]{images/20170908_190056.jpg} +\includegraphics[width = \textwidth]{images/20170908_190056-50.jpg} ----- -\includegraphics[angle = -90, trim = 850 0 850 400, clip = true, width = \textwidth]{images/20170908_185911.jpg} +\includegraphics[angle = -90, trim = 400 0 400 200, clip = true, width = \textwidth]{images/20170908_185911-50.jpg} -- 2.39.2