Revision 0423b3d9
Von Marei (peiTeX) vor etwa 4 Jahren hinzugefügt
templates/print/marei/insettings.tex | ||
---|---|---|
102 | 102 |
} |
103 | 103 |
|
104 | 104 |
%% % Firmenfuss |
105 |
% Das speichern als Box ermöglicht es, die Höhe automatisch anzupassen: |
|
105 | 106 |
\setkomafont{pagefoot}{\tiny} |
106 |
\cfoot{ |
|
107 |
{ |
|
108 |
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}p{5cm}p{4.5cm}lr@{}} |
|
109 |
\firma & \email & \textKontonummer & \kontonummer \\ |
|
110 |
\strasse & \homepage & \textBank & \bank \\ |
|
111 |
\ort & \textUstid\ \ustid & \textIban & \iban \\ |
|
112 |
\textTelefon~\telefon & \finanzamt & \textBic & \bic \\ |
|
113 |
\ifstr{\fax}{}{}{\textFax~\fax} & &\textBankleitzahl & \bankleitzahl \\ |
|
114 |
\end{tabular*} |
|
115 |
} |
|
116 |
} |
|
107 |
|
|
108 |
%Box generieren, um die Höhe des Fußres zu kennen |
|
109 |
\newsavebox\footerbox |
|
110 |
\begin{lrbox}\footerbox |
|
111 |
\usekomafont{pagefoot}% |
|
112 |
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}p{5cm}p{4.5cm}lr@{}}% |
|
113 |
\firma & \email & \textKontonummer & \kontonummer \\ |
|
114 |
\strasse & \homepage & \textBank & \bank \\ |
|
115 |
\ort & \textUstid\ \ustid & \textIban & \iban \\ |
|
116 |
\textTelefon~\telefon & \finanzamt & \textBic & \bic \\ |
|
117 |
\ifstr{\fax}{}{}{\textFax~\fax} & &\textBankleitzahl & \bankleitzahl |
|
118 |
\end{tabular*} |
|
119 |
\end{lrbox} |
|
120 |
|
|
121 |
%Fußhöhe auf Höhe der Box |
|
122 |
\setlength{\footheight}{\dimexpr\ht\footerbox+\dp\footerbox} |
|
123 |
\geometry{bottom=\dimexpr\csname g_kivi_margin_dim\endcsname +\footheight} |
|
124 |
\savegeometry{kivi.letter@default} |
|
125 |
|
|
126 |
%Box in den Fuß eintragen: |
|
127 |
\cfoot{\usebox\footerbox} |
|
117 | 128 |
|
118 | 129 |
\endinput |
Auch abrufbar als: Unified diff
marei: auto adjust footerbox