From ded1e1aecfa4b6e0cf5451512fafa982b139fa7c Mon Sep 17 00:00:00 2001
From: Thorsten Glaser <thorsten.glaser@teckids.org>
Date: Mon, 24 Aug 2015 22:48:14 +0200
Subject: [PATCH] [verein.git] also put page numbers into pubmat; agreed by Nik

---
 teckidspubmat.cls | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/teckidspubmat.cls b/teckidspubmat.cls
index cbf93d9..3df4ab3 100644
--- a/teckidspubmat.cls
+++ b/teckidspubmat.cls
@@ -27,13 +27,14 @@
 \LoadClass{scrartcl}
 
 \RequirePackage{teckids}
+\usepackage{lastpage}
 
 \RequirePackage[automark]{scrpage2}
 \pagestyle{scrheadings}
 \clearscrheadings
 \clearscrplain
 \lohead{\headmark}
-\rohead{\today}
+\rohead{\thepage{}/\pageref*{LastPage}}
 \lofoot{\rule{\textwidth}{1pt}
 \includegraphics[width=3cm]{cc-by-sa}}
 \rofoot{\teckidslogo[3cm]{}}
-- 
GitLab