I frequently use the eurosym package to typeset Euro values.
\documentclass{article}
\usepackage{eurosym}
\begin{document}
\EUR{100000}
\end{document}
This translates into '€ 100000'.
It however misses the option for thousands separators. For an English text, I'd like to convert this into '€ 100,000'. In a German text, one would rather do '100.000 €'. The placement of the Euro sign is already taken care of by the eurosym package.
Is there a way (ideally, a package) that provides this or does someone have an idea how to achieve this easily?




siunitxpackage? It can also handle currency with a special syntax. And includes various tools to format numbers – daleif Jan 15 '19 at 13:28