Added support for Euro symbols (thnx to Mr. Qiu)

This commit is contained in:
Günther Hutter 2021-01-12 19:22:32 +01:00
parent c15880e4f8
commit 8ff135d55f

View File

@ -143,7 +143,7 @@
\usepackage[usenames,dvipsnames,table]{xcolor} % Allows the definition and use of colors. This package has to be included before tikz.
\usepackage{nag} % Issues warnings when best practices in writing LaTeX documents are violated.
\usepackage{todonotes} % Provides tooltip-like todo notes.
\usepackage{eurosym} % Euro symbols FTW
% PDF Dateien einbinden lassen (für Appendix)
\usepackage{pdfpages}