From 266cf0c64d2aeb0a244294c5c8eb402b9e294e33 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <thorsten.glaser@teckids.org> Date: Wed, 7 Jan 2015 19:56:05 +0100 Subject: [PATCH] [verein.git] put a horizontal line above the footer --- teckidspubmat.cls | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/teckidspubmat.cls b/teckidspubmat.cls index 2296ead..f3ccbb6 100644 --- a/teckidspubmat.cls +++ b/teckidspubmat.cls @@ -1,7 +1,9 @@ % Teckids e.V. - Dokumentklasse für Unterrichtsmaterial %- % Copyright © 2013, 2014 -% Dominik George <nik@naturalnet.de> +% Dominik George <nik@naturalnet.de> +% Copyright © 2014, 2015 +% Thorsten Glaser <thorsten.glaser@teckids.org> % % Provided that these terms and disclaimer and all copyright notices % are retained or reproduced in an accompanying document, permission @@ -32,7 +34,8 @@ \clearscrplain \lohead{\headmark} \rohead{\today} -\lofoot{\includegraphics[width=3cm]{cc-by-sa}} +\lofoot{\rule{\textwidth}{1pt} +\includegraphics[width=3cm]{cc-by-sa}} \rofoot{\teckidslogo[3cm]{}} \newcommand{\teckidspubmat}[2]{ @@ -41,6 +44,7 @@ } \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.} -- GitLab