Revision cc59e279
Von Marei Peischl vor mehr als 1 Jahr hinzugefügt
templates/print/marei/kiviletter.sty | ||
---|---|---|
|
||
%Definitionen für die insettings.tex
|
||
\NewDocumentCommand{\setupIdentpath}{sm}{
|
||
\file_if_exist:nTF {#2/ident.tex}
|
||
{
|
||
\newcommand*{\identpath}{#2}
|
||
} {
|
||
\newcommand*{\identpath}{firma}
|
||
}
|
||
}
|
||
\file_if_exist:nTF {#2/ident.tex}
|
||
{
|
||
\newcommand*{\identpath}{#2}
|
||
} {
|
||
\newcommand*{\identpath}{firma}
|
||
}
|
||
}
|
||
|
||
\newcommand*{\setupCurrencyConfig}[3][euro]{
|
Auch abrufbar als: Unified diff
marei: fix syntax error