Euro Symbol

Include the Euro symbol in your document:

Standard method

% ...
\usepackage{textcomp}
% ...
\begin{document}
% ...
\texteuro
% ...
\end{document}

Font without Euro symbol

Use this if your font does not seem to include an Euro symbol

% ...
\usepackage[gen]{eurosym}
% ...
\begin{document}
% ...
\euro
% ...
\end{document}
Feedback is always welcome! If you'd like to get in touch with me concerning the contents of this article, please use Twitter.