]> wagnertech.de Git - mfinanz.git/blobdiff - insettings.tex
initialize default account information
[mfinanz.git] / insettings.tex
index 73e7be7eeaaed4a1bede00a0ffd7ae10b012fec0..17929142eec007728e9c10240623b5fe3479e10b 100644 (file)
 \input{\identpath/ident.tex}
 
 \ExplSyntaxOn
+
+%Setze Briefkopf-logo falls vorhanden
+\setkomavar{fromlogo}{\includegraphics[width=.25\linewidth]{\identpath/briefkopf}}
+
 % Währungen/Konten
 \tl_new:N \g_kivi_currency_tl
 \str_if_in:NnT \lxcurrency {USD} {\tl_gset:Nn \g_kivi_currency_tl {usd}}
 \str_if_in:NnT \lxcurrency {CHF} {\tl_gset:Nn \g_kivi_currency_tl {chf}}
-\tl_if_empty:NT  \g_kivi_currency_tl {\tl_gset:Nn  \g_kivi_currency_tl  {euro}}
-% wenn er es nicht kennt dann text übernehmen.
-% Problematisch mit Dateistruktur
+\str_if_in:NnT \lxcurrency {EUR} {\tl_gset:Nn \g_kivi_currency_tl {euro}}
+\tl_if_empty:NT  \g_kivi_currency_tl {
+       \tl_gset:Nn \g_kivi_currency_tl {default}
+       \edef \currency {\tl_to_str:N \lxcurrency}
+}
 
 \input{\identpath/\g_kivi_currency_tl _account.tex}
+
 \ExplSyntaxOff