summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/non-decimal-units/latex/non-decimal-units.german.tex
blob: cde4d7e8737fd10585bb80c4ed27741c738af608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%%% CURRENCY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\nduNewBaseUnit { reichsthaler } {
	symbol = { Rthl. } ,
	factor = { 30~groschen } ,
}

\nduNewBaseUnit { groschen } {
	symbol = { Gr. } ,
	factor = { 12~pfennig } ,
}

\nduNewBaseUnit { pfennig } {
	symbol = { Pf. } ,
}

\nduNewUnitGroup { german~reichsthaler } {
	reichsthaler ,
	groschen ,
	pfennig
}