From f1cab8760c1a283b63b2e61c785e9a755da0e9f8 Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Sun, 12 Aug 2018 21:35:15 +0200
Subject: [PATCH] move the document title and page number into the footer

(still to be discussed later, once we have the rest laid out)
---
 teckids2jahresbericht.cls | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/teckids2jahresbericht.cls b/teckids2jahresbericht.cls
index a1f870e..3f2b145 100644
--- a/teckids2jahresbericht.cls
+++ b/teckids2jahresbericht.cls
@@ -37,9 +37,8 @@
 \newcommand{\teckidsjahresberichthdr}[2]{%
  \teckidshdr[#2]{Jahresbericht #1/#2 des Teckids e.V.}%
  \title{Jahresbericht des Teckids e.V. für das Geschäftsjahr #1/#2}%
- % overrides from the default style
+ \fancyhf{}%
  \renewcommand{\footrulewidth}{0pt}%
- \fancyfoot[L]{}%
- \fancyfoot[C]{}%
- \fancyfoot[R]{}%
+ \fancyfoot[L]{\leavevmode\usekomafont{pageheadfoot}\itshape #2}%
+ \fancyfoot[R]{\leavevmode\usekomafont{pageheadfoot}\pagemark}%
 }%
-- 
GitLab