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
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: Example PDF
|
title: Example PDF
|
||||||
author: Der Vorstand des Lenaisten e.V.
|
author: Der Vorstand des Lenaisten e.V.
|
||||||
date: 30.11.2320
|
date: 30.11.2320
|
||||||
|
|
||||||
subject: Markdown
|
subject: Markdown
|
||||||
keywords: [Markdown, Example]
|
keywords: [Markdown, Example]
|
||||||
|
|
||||||
Fusszeile: Hier könnte Ihre Werbung stehen
|
footer: Hier könnte Ihre Werbung stehen
|
||||||
Revision: "0.1-alpha"
|
Revision: "0.1-alpha"
|
||||||
...
|
...
|
||||||
|
|
||||||
Vinaque sanguine metuenti cuiquam Alcyone fixus
|
Vinaque sanguine metuenti cuiquam Alcyone fixus
|
||||||
|
@ -22,11 +22,11 @@ hamos ire arceor mandere spicula, in licet aliquando.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
public class Example implements LoremIpsum {
|
public class Example implements LoremIpsum {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
if(args.length < 2) {
|
if(args.length < 2) {
|
||||||
System.out.println("Lorem ipsum dolor sit amet");
|
System.out.println("Lorem ipsum dolor sit amet");
|
||||||
}
|
}
|
||||||
} // Obscura atque coniuge, per de coniunx
|
} // Obscura atque coniuge, per de coniunx
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -597,7 +597,7 @@ $endif$
|
||||||
% page setup
|
% page setup
|
||||||
\TeXofficeHeadheight0cm
|
\TeXofficeHeadheight0cm
|
||||||
\TeXofficeHeadsep0cm
|
\TeXofficeHeadsep0cm
|
||||||
\TeXofficeFootsep.5cm
|
\TeXofficeFootsep1.5cm
|
||||||
\TeXofficeMargin2cm
|
\TeXofficeMargin2cm
|
||||||
% \TeXofficeOddsideMargin.5cm
|
% \TeXofficeOddsideMargin.5cm
|
||||||
\TeXofficeResetmargins
|
\TeXofficeResetmargins
|
||||||
|
@ -637,8 +637,9 @@ $endif$
|
||||||
\AtBeginDocument{%
|
\AtBeginDocument{%
|
||||||
\TeXofficeAdjustfooter{%
|
\TeXofficeAdjustfooter{%
|
||||||
\begin{minipage}[b]{.8\textwidth}%
|
\begin{minipage}[b]{.8\textwidth}%
|
||||||
\color{gray}$if(Revision)$Revision: $Revision$ \\$endif$%
|
\color{gray}Lenaisten e.V. -- Der Lena-Fanclub \\
|
||||||
$if(Fusszeile)$$Fusszeile$$else$Herausgegeben durch den Vorstand des Lenaisten e.V.$endif$%
|
\footnotesize $if(revision)$Revision: $revision$ \\$endif$%
|
||||||
|
$if(footer)$$footer$$else$Herausgegeben durch den Vorstand des Lenaisten e.V.$endif$%
|
||||||
\end{minipage}\hfill%
|
\end{minipage}\hfill%
|
||||||
\begin{minipage}[b]{.15\textwidth}%
|
\begin{minipage}[b]{.15\textwidth}%
|
||||||
\raggedleft $date$ \\%
|
\raggedleft $date$ \\%
|
||||||
|
|
|
@ -585,7 +585,7 @@ $endif$
|
||||||
% page setup
|
% page setup
|
||||||
\TeXofficeHeadheight0cm
|
\TeXofficeHeadheight0cm
|
||||||
\TeXofficeHeadsep0cm
|
\TeXofficeHeadsep0cm
|
||||||
\TeXofficeFootsep.5cm
|
\TeXofficeFootsep1.5cm
|
||||||
\TeXofficeMargin2cm
|
\TeXofficeMargin2cm
|
||||||
\TeXofficeResetmargins
|
\TeXofficeResetmargins
|
||||||
|
|
||||||
|
@ -626,7 +626,8 @@ $endif$
|
||||||
\AtBeginDocument{%
|
\AtBeginDocument{%
|
||||||
\TeXofficeAdjustfooter{%
|
\TeXofficeAdjustfooter{%
|
||||||
\begin{minipage}[b]{.8\textwidth}%
|
\begin{minipage}[b]{.8\textwidth}%
|
||||||
\color{gray}\Lenafooter%
|
\color{gray}Lenaisten e.V. -- Der Lena-Fanclub \\
|
||||||
|
\footnotesize \Lenafooter%
|
||||||
\end{minipage} \hfill%
|
\end{minipage} \hfill%
|
||||||
\begin{minipage}[b]{.15\textwidth}%
|
\begin{minipage}[b]{.15\textwidth}%
|
||||||
\raggedleft $date$ \\ Seite \pagemark\ von \pageref*{LastPage}%
|
\raggedleft $date$ \\ Seite \pagemark\ von \pageref*{LastPage}%
|
||||||
|
|
|
@ -40,8 +40,7 @@
|
||||||
|
|
||||||
% Fußzeile
|
% Fußzeile
|
||||||
\newcommand{\Lenafooter}{%
|
\newcommand{\Lenafooter}{%
|
||||||
Lenaisten e.V. -- Der Lena-Fanclub \\
|
Vertreten durch den Vorstand: \JMM, \DSP, \PD, \JS \\
|
||||||
\footnotesize Vertreten durch den Vorstand: \JMM, \DSP, \PD, \JS \\
|
|
||||||
Eingetragen im Vereinsregister des Amtsgerichts Mönchengladbach VR 4726
|
Eingetragen im Vereinsregister des Amtsgerichts Mönchengladbach VR 4726
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue