lev-dokument footer
- footer unification - footsep 0.5cm -> 1.5cm (also for protokoll)
This commit is contained in:
parent
08985800fc
commit
cd13b8f4c0
4 changed files with 20 additions and 19 deletions
|
@ -6,7 +6,7 @@ date: 30.11.2320
|
|||
subject: Markdown
|
||||
keywords: [Markdown, Example]
|
||||
|
||||
Fusszeile: Hier könnte Ihre Werbung stehen
|
||||
footer: Hier könnte Ihre Werbung stehen
|
||||
Revision: "0.1-alpha"
|
||||
...
|
||||
|
||||
|
|
|
@ -597,7 +597,7 @@ $endif$
|
|||
% page setup
|
||||
\TeXofficeHeadheight0cm
|
||||
\TeXofficeHeadsep0cm
|
||||
\TeXofficeFootsep.5cm
|
||||
\TeXofficeFootsep1.5cm
|
||||
\TeXofficeMargin2cm
|
||||
% \TeXofficeOddsideMargin.5cm
|
||||
\TeXofficeResetmargins
|
||||
|
@ -637,8 +637,9 @@ $endif$
|
|||
\AtBeginDocument{%
|
||||
\TeXofficeAdjustfooter{%
|
||||
\begin{minipage}[b]{.8\textwidth}%
|
||||
\color{gray}$if(Revision)$Revision: $Revision$ \\$endif$%
|
||||
$if(Fusszeile)$$Fusszeile$$else$Herausgegeben durch den Vorstand des Lenaisten e.V.$endif$%
|
||||
\color{gray}Lenaisten e.V. -- Der Lena-Fanclub \\
|
||||
\footnotesize $if(revision)$Revision: $revision$ \\$endif$%
|
||||
$if(footer)$$footer$$else$Herausgegeben durch den Vorstand des Lenaisten e.V.$endif$%
|
||||
\end{minipage}\hfill%
|
||||
\begin{minipage}[b]{.15\textwidth}%
|
||||
\raggedleft $date$ \\%
|
||||
|
|
|
@ -585,7 +585,7 @@ $endif$
|
|||
% page setup
|
||||
\TeXofficeHeadheight0cm
|
||||
\TeXofficeHeadsep0cm
|
||||
\TeXofficeFootsep.5cm
|
||||
\TeXofficeFootsep1.5cm
|
||||
\TeXofficeMargin2cm
|
||||
\TeXofficeResetmargins
|
||||
|
||||
|
@ -626,7 +626,8 @@ $endif$
|
|||
\AtBeginDocument{%
|
||||
\TeXofficeAdjustfooter{%
|
||||
\begin{minipage}[b]{.8\textwidth}%
|
||||
\color{gray}\Lenafooter%
|
||||
\color{gray}Lenaisten e.V. -- Der Lena-Fanclub \\
|
||||
\footnotesize \Lenafooter%
|
||||
\end{minipage} \hfill%
|
||||
\begin{minipage}[b]{.15\textwidth}%
|
||||
\raggedleft $date$ \\ Seite \pagemark\ von \pageref*{LastPage}%
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
|
||||
% Fußzeile
|
||||
\newcommand{\Lenafooter}{%
|
||||
Lenaisten e.V. -- Der Lena-Fanclub \\
|
||||
\footnotesize Vertreten durch den Vorstand: \JMM, \DSP, \PD, \JS \\
|
||||
Vertreten durch den Vorstand: \JMM, \DSP, \PD, \JS \\
|
||||
Eingetragen im Vereinsregister des Amtsgerichts Mönchengladbach VR 4726
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue