euro symbol
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
include the euro symbol in your document:- standard method
% ... \usepackage{textcomp} % ... \begin{document} % ... \texteuro % ... \end{document} - use this if your font does not seem to include an euro symbol
% ... \usepackage[gen]{eurosym} % ... \begin{document} % ... \euro % ... \end{document}



