In my *.cls class file I loaded
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
(does the order of the two matter?)
and get the following error message: Command \texteuro unavailable in encoding T1.
- Why can't I insert the EURO € symbol?
- Do I need to to load a special package, e.g.
eurosym? - Can I just type it plainly, or do I need to wrap it in TeX-code?
euro symbolwould’ve sufficed. – doncherry Apr 17 '13 at 17:06