From 8ff135d55fbc3b8ff11ba173b972f7879c9a8d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Hutter?= Date: Tue, 12 Jan 2021 19:22:32 +0100 Subject: [PATCH] Added support for Euro symbols (thnx to Mr. Qiu) --- style/template.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/template.tex b/style/template.tex index b0a869e..b0c1b98 100644 --- a/style/template.tex +++ b/style/template.tex @@ -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}