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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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