|
|
|
@ -23,6 +23,7 @@ $endif$
|
|
|
|
|
\usepackage{tabularx}
|
|
|
|
|
\usepackage{geometry}
|
|
|
|
|
\usepackage{setspace}
|
|
|
|
|
\usepackage{siunitx} % For using SI Units https://www.ctan.org/pkg/siunitx
|
|
|
|
|
\usepackage[right]{eurosym}
|
|
|
|
|
\usepackage[printonlyused]{acronym}
|
|
|
|
|
\usepackage{subfig}
|
|
|
|
@ -33,17 +34,15 @@ $endif$
|
|
|
|
|
\usepackage{array}
|
|
|
|
|
\usepackage{parskip}
|
|
|
|
|
\usepackage[right]{eurosym}
|
|
|
|
|
%\usepackage{picins}
|
|
|
|
|
\usepackage[subfigure,titles]{tocloft}
|
|
|
|
|
\usepackage[pdfpagelabels=true]{hyperref}
|
|
|
|
|
\usepackage{helvet}
|
|
|
|
|
|
|
|
|
|
% This two Packages are needet for Pandoc Table support. Issue is opened: https://github.com/jgm/pandoc/issues/1023
|
|
|
|
|
\usepackage{longtable}
|
|
|
|
|
\usepackage{booktabs}
|
|
|
|
|
% For using SI units https://www.ctan.org/pkg/siunitx
|
|
|
|
|
\usepackage{siunitx}
|
|
|
|
|
|
|
|
|
|
% blockquote
|
|
|
|
|
% Designing blockquote
|
|
|
|
|
\definecolor{blockquote-border}{RGB}{221,221,221}
|
|
|
|
|
\definecolor{blockquote-text}{RGB}{119,119,119}
|
|
|
|
|
\usepackage{mdframed}
|
|
|
|
|