From: Marei (peiTeX) Date: Sat, 6 Jun 2020 06:30:53 +0000 (+0200) Subject: marei: auto adjust footerbox X-Git-Tag: kivitendo-mebil_0.1-0~9^2~727 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0423b3d981fad436b3992e2c16b212f3e00c5311;p=kivitendo-erp.git marei: auto adjust footerbox --- diff --git a/templates/print/marei/insettings.tex b/templates/print/marei/insettings.tex index 8824d62cf..6babce378 100644 --- a/templates/print/marei/insettings.tex +++ b/templates/print/marei/insettings.tex @@ -102,17 +102,28 @@ } %% % Firmenfuss +% Das speichern als Box ermöglicht es, die Höhe automatisch anzupassen: \setkomafont{pagefoot}{\tiny} -\cfoot{ - { - \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}p{5cm}p{4.5cm}lr@{}} - \firma & \email & \textKontonummer & \kontonummer \\ - \strasse & \homepage & \textBank & \bank \\ - \ort & \textUstid\ \ustid & \textIban & \iban \\ - \textTelefon~\telefon & \finanzamt & \textBic & \bic \\ - \ifstr{\fax}{}{}{\textFax~\fax} & &\textBankleitzahl & \bankleitzahl \\ - \end{tabular*} - } -} + +%Box generieren, um die Höhe des Fußres zu kennen +\newsavebox\footerbox +\begin{lrbox}\footerbox + \usekomafont{pagefoot}% + \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}p{5cm}p{4.5cm}lr@{}}% + \firma & \email & \textKontonummer & \kontonummer \\ + \strasse & \homepage & \textBank & \bank \\ + \ort & \textUstid\ \ustid & \textIban & \iban \\ + \textTelefon~\telefon & \finanzamt & \textBic & \bic \\ + \ifstr{\fax}{}{}{\textFax~\fax} & &\textBankleitzahl & \bankleitzahl + \end{tabular*} +\end{lrbox} + +%Fußhöhe auf Höhe der Box +\setlength{\footheight}{\dimexpr\ht\footerbox+\dp\footerbox} +\geometry{bottom=\dimexpr\csname g_kivi_margin_dim\endcsname +\footheight} +\savegeometry{kivi.letter@default} + +%Box in den Fuß eintragen: +\cfoot{\usebox\footerbox} \endinput