lev-dokument footer

- footer unification
- footsep 0.5cm -> 1.5cm (also for protokoll)
This commit is contained in:
Jörn-Michael Miehe 2025-05-15 22:12:11 +00:00
parent 08985800fc
commit cd13b8f4c0
4 changed files with 20 additions and 19 deletions

View file

@ -1,13 +1,13 @@
---
title: Example PDF
author: Der Vorstand des Lenaisten e.V.
date: 30.11.2320
title: Example PDF
author: Der Vorstand des Lenaisten e.V.
date: 30.11.2320
subject: Markdown
keywords: [Markdown, Example]
subject: Markdown
keywords: [Markdown, Example]
Fusszeile: Hier könnte Ihre Werbung stehen
Revision: "0.1-alpha"
footer: Hier könnte Ihre Werbung stehen
Revision: "0.1-alpha"
...
Vinaque sanguine metuenti cuiquam Alcyone fixus
@ -22,11 +22,11 @@ hamos ire arceor mandere spicula, in licet aliquando.
```java
public class Example implements LoremIpsum {
public static void main(String[] args) {
if(args.length < 2) {
System.out.println("Lorem ipsum dolor sit amet");
}
} // Obscura atque coniuge, per de coniunx
public static void main(String[] args) {
if(args.length < 2) {
System.out.println("Lorem ipsum dolor sit amet");
}
} // Obscura atque coniuge, per de coniunx
}
```

View file

@ -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$ \\%

View file

@ -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}%

View file

@ -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
}