From fcde5a3abb181afa43a91a56e1f57a4d14c91a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Block?= Date: Wed, 22 Sep 2021 21:29:30 +0200 Subject: [PATCH] include graphicx package --- wbh.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wbh.tex b/wbh.tex index 57a02a9..b181f5d 100644 --- a/wbh.tex +++ b/wbh.tex @@ -49,6 +49,7 @@ $endif$ \usepackage[right]{eurosym} \usepackage[subfigure,titles]{tocloft} \usepackage{helvet} +\usepackage{graphicx} $if(tables)$ \usepackage{longtable,booktabs} % This two Packages are needet for Pandoc Table support. Issue is opened: https://github.com/jgm/pandoc/issues/1023 @@ -137,7 +138,7 @@ $endif$ \renewenvironment{quote}{\begin{customblockquote}\list{}{\rightmargin=0em\leftmargin=0em}% \item\relax\color{blockquote-text}\ignorespaces}{\unskip\unskip\endlist\end{customblockquote}} -% Syntax Highligting with colors +% Syntax Highlighting with colors % ----------------------------------------------------------------- $if(highlighting-macros)$ $highlighting-macros$