From 95cbe78977ea308a076814b8cf0ac4784090606a Mon Sep 17 00:00:00 2001 From: Florian Heiderich Date: Sat, 2 Sep 2017 13:17:40 +0200 Subject: [PATCH 1/2] add support for the UTF-8 euro symbol in pg files --- conf/snippets/hardcopyThemes/twoColumn/hardcopyPreamble.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/snippets/hardcopyThemes/twoColumn/hardcopyPreamble.tex b/conf/snippets/hardcopyThemes/twoColumn/hardcopyPreamble.tex index dd6522997a..b9fdd915b1 100644 --- a/conf/snippets/hardcopyThemes/twoColumn/hardcopyPreamble.tex +++ b/conf/snippets/hardcopyThemes/twoColumn/hardcopyPreamble.tex @@ -11,6 +11,10 @@ \usepackage{epsfig} \usepackage{pslatex} \usepackage[utf8]{inputenc} + +\usepackage{eurosym} % the euro symbol +\DeclareUnicodeCharacter{20AC}{\euro} % make it possible to use the UTF-8 character for the euro symbol in problems + \pagestyle{plain} \textheight 9in \oddsidemargin = -0.42in From 8e7a07a3d58bf1d9e87362fd25d1de55817fd252 Mon Sep 17 00:00:00 2001 From: Florian Heiderich Date: Tue, 22 May 2018 10:34:03 +0200 Subject: [PATCH 2/2] UTF-8 euro symbol support in oneColumn preamble --- conf/snippets/hardcopyThemes/oneColumn/hardcopyPreamble.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/snippets/hardcopyThemes/oneColumn/hardcopyPreamble.tex b/conf/snippets/hardcopyThemes/oneColumn/hardcopyPreamble.tex index 1cf495954b..10bc6c593b 100644 --- a/conf/snippets/hardcopyThemes/oneColumn/hardcopyPreamble.tex +++ b/conf/snippets/hardcopyThemes/oneColumn/hardcopyPreamble.tex @@ -12,6 +12,10 @@ \usepackage{pslatex} \usepackage{fullpage} \usepackage[utf8]{inputenc} + +\usepackage{eurosym} % the euro symbol +\DeclareUnicodeCharacter{20AC}{\euro} % make it possible to use the UTF-8 character for the euro symbol in problems + \pagestyle{plain} \def\endline{\bigskip\hrule width \hsize height 0.8pt } \newcommand{\lt}{<}