Thanks for a great template. However, I am having some problems changing
the currency from dollars to danish crowns. I searched the invoice.cls
file for a place to change this but can not find anything. Can you point
me in the right direction?
Jonas
Calendars and Miscellaneous ⇒ Changing the currency from dollars to danish crowns
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Changing the currency from dollars to danish crowns
Hi Jonas,
Search the
becomes
Cheers,
Vel
Search the
invoice.cls
file for all occurences of \$
and remove them then place kr.
at the end of those statements, e.g:Code: Select all
##1 & & \$\formatNumber{##2} & \$\FPmul{\cost}{##2}{1}\formatNumber{\cost}
Code: Select all
##1 & & \$\formatNumber{##2} & \FPmul{\cost}{##2}{1}\formatNumber{\cost} kr.
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com