projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da441fe
)
move fromlogo to insettings
author
Marei Peischl
<marei@peitex.de>
Mon, 9 Dec 2019 15:08:10 +0000
(16:08 +0100)
committer
Jan Büren
<jan@kivitendo.de>
Mon, 3 Feb 2020 11:21:38 +0000
(12:21 +0100)
insettings.tex
patch
|
blob
|
history
kiviletter.sty
patch
|
blob
|
history
diff --git
a/insettings.tex
b/insettings.tex
index
73e7be7
..
c596f69
100644
(file)
--- a/
insettings.tex
+++ b/
insettings.tex
@@
-44,6
+44,13
@@
% Identität
\input{\identpath/ident.tex}
+%Setze Briefkopf-logo falls vorhanden
+\file_if_exist:nT {\identpath/briefkopf.png} {
+ \setkomavar{fromlogo}{
+ \includegraphics[width=.25\linewidth]{\identpath/briefkopf.png}
+ }
+}
+
\ExplSyntaxOn
% Währungen/Konten
\tl_new:N \g_kivi_currency_tl
diff --git
a/kiviletter.sty
b/kiviletter.sty
index
43f9547
..
afe8f32
100644
(file)
--- a/
kiviletter.sty
+++ b/
kiviletter.sty
@@
-116,8
+116,6
@@
align=bl,
\fi
}
-\setkomavar{fromlogo}{\includegraphics[width=.25\linewidth]{\identpath/briefkopf.png}}
-
\@setplength{locwidth}{6cm}
\ExplSyntaxOn