removing duplicate graphicx package

main
Sebastian Preisner 3 years ago
parent afd4faffdc
commit 4e2f6b8007

@ -58,10 +58,10 @@ $endif$
$if(tables)$ $if(tables)$
\usepackage{longtable,booktabs} % This two Packages are needet for Pandoc Table support. Issue is opened: https://github.com/jgm/pandoc/issues/1023 \usepackage{longtable,booktabs} % This two Packages are needet for Pandoc Table support. Issue is opened: https://github.com/jgm/pandoc/issues/1023
$endif$ $endif$
\usepackage{multirow} \usepackage{multirow}
$if(graphics)$ $if(graphics)$
\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