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
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Changing the currency from dollars to danish crowns
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