Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.09k stars 958 forks source link

Euro currency symbol in Markdown file is translated to \euro instead of \texteuro #172

Closed topofocus closed 4 years ago

topofocus commented 4 years ago

Using the standard pdflatex option, the € symbol is somehow translated. Latex knows how to operate with UTF8 Symbols, including the €, £, etc.

Is it possible, to omit the translation of special characters?

If not, how to change \euro to \texteuro\/ ?

Thanks

hartmut

topofocus commented 4 years ago

If just learned, that Ubuntu 18.04 still installs Pandoc 1.19. After manually installing the most recent deb-package, anything works fine

AvverbioPronome commented 3 years ago

This should not be an issue with \usepackage[utf8]{inputenc}, there would be no reason to translate the euro symbol to anything.