From f9aca6ce08a441f77391518f93b095266f4c52aa Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Wed, 6 Feb 2019 10:54:53 +0100 Subject: [PATCH] Remove the line that include thumbnal versions to save place (will fix later) --- module1/slides/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module1/slides/Makefile b/module1/slides/Makefile index ba055a5..a244a36 100644 --- a/module1/slides/Makefile +++ b/module1/slides/Makefile @@ -25,4 +25,4 @@ C028AL_slides_module1-fr-gz.pdf: diapos_module1.pdf %.tex: %.org emacs -batch $^ --funcall org-beamer-export-to-latex - sed -i -e 's|includegraphics\(.*\)../assets/img/|includegraphics\1../assets/img/thumbnail/|' -e 's/\.png}/.jpg}/i' -e 's/\.JPG}/.jpg}/i' $@ +# sed -i -e 's|includegraphics\(.*\)../assets/img/|includegraphics\1../assets/img/thumbnail/|' -e 's/\.png}/.jpg}/i' -e 's/\.JPG}/.jpg}/i' $@ -- 2.18.1