Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4f107f67

Von Marei Peischl vor fast 5 Jahren hinzugefügt

  • ID 4f107f67d17eefaa680fc154e990b22cf8d1d659
  • Vorgänger 3351b71d
  • Nachfolger da130c6d

initialize default account information

Unterschiede anzeigen:

insettings.tex
54 54
\str_if_in:NnT \lxcurrency {USD} {\tl_gset:Nn \g_kivi_currency_tl {usd}}
55 55
\str_if_in:NnT \lxcurrency {CHF} {\tl_gset:Nn \g_kivi_currency_tl {chf}}
56 56
\str_if_in:NnT \lxcurrency {EUR} {\tl_gset:Nn \g_kivi_currency_tl {euro}}
57
\tl_if_empty:NTF  \g_kivi_currency_tl {
58
	\str_gset_eq:NN  \g_kivi_currency_tl  \lxcurrency
59
	\input{\identpath/euro_account.tex}
60
	\let\currency\g_kivi_currency_tl
61
}{
62
	\input{\identpath/\g_kivi_currency_tl _account.tex}
57
\tl_if_empty:NT  \g_kivi_currency_tl {
58
	\tl_gset:Nn \g_kivi_currency_tl {default}
59
	\edef \currency {\tl_to_str:N \lxcurrency}
63 60
}
61

  
62
\input{\identpath/\g_kivi_currency_tl _account.tex}
63

  
64 64
\ExplSyntaxOff
65 65

  
66 66

  

Auch abrufbar als: Unified diff