Browse Source

Issue #149: Remove `graphicx` dependency

pull/169/head
Alexandre ZANNI 5 years ago
committed by GitHub
parent
commit
f65b80c12f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      eisvogel.tex

2
eisvogel.tex

@ -360,7 +360,7 @@ $else$
\usepackage{footnotebackref} \usepackage{footnotebackref}
$endif$ $endif$
$if(graphics)$ $if(graphics)$
\usepackage{graphicx,grffile} \usepackage{graphicx}
\makeatletter \makeatletter
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} \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} \def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}

Loading…
Cancel
Save