Merge pull request #3 from ruedigerblock/master

include graphicx package
main
Sebastian 3 years ago committed by GitHub
commit 86a1c0048d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
@ -135,7 +136,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$

Loading…
Cancel
Save