Le 24/06/2014 16:20, Jean-Marie Pacquet a écrit :
[...] It won't be very difficult to add a center column.
If you have a 2.9x version of KomaScript (like me) the following
modified example will do what you want. If your version is > 3.x you
should replace the first line "\firstfoot{%" with
"\setkomavar{firstfoot}{%".
All this has to be inserted in your .lco parameter file.
% Define a new letter foot
\firstfoot{%
\parbox[t]{\textwidth}{\footnotesize
\rule{\linewidth}{2pt}
\begin{tabular}[t]{l@{}}%
\multicolumn{1}{@{}l@{}}{Partners:}\\
Jim Smith\\
Russ Mayer
\end{tabular}%
\hfill
\begin{tabular}[t]{l@{}}%
\multicolumn{1}{@{}l@{}}{Banks:}\\
Citigroup\\
Deutsche Bank
\end{tabular}%
\hfill
\begin{tabular}[t]{l@{}}%
\multicolumn{1}{@{}l@{}}{Manager:}\\
Jane Fonda\\[1ex]
\multicolumn{1}{@{}l@{}}{Court Of Jurisdiction:}\\
Great Plains
\end{tabular}%
\ifkomavarempty{frombank}{}{%
\hfill
\begin{tabular}[t]{l@{}}%
\multicolumn{1}{@{}l@{}}{\usekomavar*{frombank}:}\\
\usekomavar{frombank}
\end{tabular}%
}%
}%
}
Cheers
--
Jean-Marie