You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a pre-between key, by default set to ~
\DefineCurrency{USD}{name={dollar},plural={dollars},iso={USD},kind=symbol,symbol={\$},pre, pre-between={}}
Best regards
Antoine Lejay
On 30 Aug 2021, at 18:17, Raffi Khatchadourian ***@***.***> wrote:
\DefineCurrency{USD}{name={dollar},plural={dollars},iso={USD},kind=symbol,symbol={\$
},pre}
\dUSD{500000}
I can't seem to figure out how to get rid of the space between
$
and the value for USD:Gives
$ 500,000
but I want is$500,000
.The text was updated successfully, but these errors were encountered: