From 621e43e0ec2d0ee81436c01256d994a514d9824c Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Fri, 8 Sep 2017 22:17:31 +0100 Subject: Write euro symbol directly in LaTeX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The textcomp package allows pdfLaTeX to parse `€` directly, making the \euro command unneeded. Closes #3801. --- test/writers-lang-and-dir.latex | 1 + 1 file changed, 1 insertion(+) (limited to 'test/writers-lang-and-dir.latex') diff --git a/test/writers-lang-and-dir.latex b/test/writers-lang-and-dir.latex index ae29cd1bb..97c34010c 100644 --- a/test/writers-lang-and-dir.latex +++ b/test/writers-lang-and-dir.latex @@ -9,6 +9,7 @@ \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} + \usepackage{textcomp} % provides euro and other symbols \else % if luatex or xelatex \usepackage{unicode-math} \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase} -- cgit v1.2.3