From f65b80c12f8514267c2f333411205633ae0cf96f Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Wed, 25 Mar 2020 17:33:12 +0100 Subject: [PATCH] Issue #149: Remove `graphicx` dependency --- eisvogel.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eisvogel.tex b/eisvogel.tex index bfae2ac..d886da7 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -360,7 +360,7 @@ $else$ \usepackage{footnotebackref} $endif$ $if(graphics)$ -\usepackage{graphicx,grffile} +\usepackage{graphicx} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} \def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}