From d3da3b4b313095fe459e7d0f4f032636fd5b0946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Fri, 28 Jun 2019 13:02:09 +0200 Subject: [PATCH] Create subfolder for images and use it as default --- xkcd-1807.png => images/xkcd-1807.png | Bin klopapier.tex | 2 ++ 2 files changed, 2 insertions(+) rename xkcd-1807.png => images/xkcd-1807.png (100%) diff --git a/xkcd-1807.png b/images/xkcd-1807.png similarity index 100% rename from xkcd-1807.png rename to images/xkcd-1807.png diff --git a/klopapier.tex b/klopapier.tex index 8297745..5abc74a 100644 --- a/klopapier.tex +++ b/klopapier.tex @@ -22,6 +22,8 @@ % For embedding graphics \usepackage{graphicx} +% Default search path for images +\graphicspath{{images/}} % Typesetting improvments \usepackage{microtype}