From 7c281b1c1a17959edeb0ddbacb9269484e80cba2 Mon Sep 17 00:00:00 2001
From: Frank Poetzsch-Heffter <p-h@katharineum.de>
Date: Mon, 11 Nov 2019 18:43:32 +0100
Subject: [PATCH] without last page

---
 biscuit/apps/chronos/templates/timetable/latex/header.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biscuit/apps/chronos/templates/timetable/latex/header.tex b/biscuit/apps/chronos/templates/timetable/latex/header.tex
index 5e7f71f7..1f80f970 100644
--- a/biscuit/apps/chronos/templates/timetable/latex/header.tex
+++ b/biscuit/apps/chronos/templates/timetable/latex/header.tex
@@ -47,7 +47,7 @@ enlarge bottom by=3pt,coltext=white}
 
 % Define footer
 \lfoot{Katharineum zu Lübeck}
-\cfoot{\thepage\ von \pageref{LastPage}}
+\cfoot{\thepage}%\ von \pageref{LastPage}}
 \rfoot{\small Umsetzung: © 2018--2019 by Computer-AG}
 \rhead{\textbf{
 Vertretungen }\\
@@ -60,4 +60,4 @@ Stand: {% now "j. F Y H:i" %}\\
 \providecommand{\tightlist}{%
   \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
 
-\begin{document}
\ No newline at end of file
+\begin{document}
-- 
GitLab