From 96239cecfafc756033dce6f033a4d9cbae5cebcb Mon Sep 17 00:00:00 2001
From: Thorsten Glaser <thorsten.glaser@teckids.org>
Date: Tue, 18 Apr 2017 17:34:10 +0200
Subject: [PATCH] [verein.git] teckidspubmatEx

---
 teckidspubmat.cls | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/teckidspubmat.cls b/teckidspubmat.cls
index a3700f2..5b8e9dd 100644
--- a/teckidspubmat.cls
+++ b/teckidspubmat.cls
@@ -39,15 +39,17 @@
 \includegraphics[width=3cm]{cc-by-sa}}
 \rofoot{\teckidslogo[3cm]{}}
 
-\newcommand{\teckidspubmat}[2]{
-\hypersetup{
-	pdfauthor = {#2, and others; see gitweb of Teckids e.V.}
-}
-\lohead{\Large #1}
-\cofoot{\footnotesize
-\linebreak% wegen \rule im \lofoot
-\copyright{} 2014 #2\linebreak
-Lizenziert unter einer Creative Commons Namensnennung - \linebreak
-Weitergabe unter gleichen Bedingungen 3.0 Deutschland Lizenz.}
-}
+\newcommand{\teckidspubmat}[2]{\teckidspubmatEx{#1}{2014}{#2}}%
+\newcommand{\teckidspubmatEx}[4][%
+ Lizenziert unter einer Creative Commons Namensnennung - \linebreak
+ Weitergabe unter gleichen Bedingungen 3.0 Deutschland Lizenz.]%
+{
+ \hypersetup{%
+	pdfauthor = {#4, and others; see gitweb of Teckids e.V.}
+ }%
+ \lohead{\Large #2}%
+ \cofoot{\footnotesize
+  \linebreak% wegen \rule im \lofoot
+  \copyright{} #3 #4\linebreak #1}%
+}%
 \newcommand{\teckidspubmatnamegroup}{\vspace{2cm}Name: \line(1,0){200}\hfill{}Klasse: \line(1,0){50}\hfill{}Gruppe: \line(1,0){50}}
-- 
GitLab