From 4c97e12dd3a90843aac312a2ede59155e0182359 Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Thu, 21 Dec 2017 20:25:45 +0100 Subject: [PATCH] first cut at version 2 pubmat class, with docs --- teckids2pubmat.cls | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 teckids2pubmat.cls diff --git a/teckids2pubmat.cls b/teckids2pubmat.cls new file mode 100644 index 0000000..448d847 --- /dev/null +++ b/teckids2pubmat.cls @@ -0,0 +1,45 @@ +% Dokumentklasse „Unterrichtsmaterial 2.0“ für den Teckids e.V. +% +% Copyright © 2014, 2015, 2017 +% Thorsten Glaser <thorsten.glaser@teckids.org> +% Copyright © 2015, 2016, 2017 +% Thorsten Glaser <t.glaser@tarent.de> +% Copyright © 2013, 2014 +% Dominik George <nik@naturalnet.de> +% +% Provided that these terms and disclaimer and all copyright notices +% are retained or reproduced in an accompanying document, permission +% is granted to deal in this work without restriction, including un†+% limited rights to use, publicly perform, distribute, sell, modify, +% merge, give away, or sublicence. +% +% This work is provided “AS IS†and WITHOUT WARRANTY of any kind, to +% the utmost extent permitted by applicable law, neither express nor +% implied; without malicious intent or gross negligence. In no event +% may a licensor, author or contributor be held liable for indirect, +% direct, other damage, loss, or other issues arising in any way out +% of dealing in the work, even if advised of the possibility of such +% damage or existence of a defect, except proven that it results out +% of said person’s immediate fault when using the work as intended. + +\NeedsTeXFormat{LaTeX2e}% +\ProvidesClass{teckids2pubmat}% + +\PassOptionsToPackage{paper=a4}{typearea}% +\RequirePackage{fancyhdr}% +\LoadClass{scrartcl}% +\RequirePackage{teckids2style}% + +\newcommand{\teckidspubmatnamegroup}{% + \vspace{2cm}% + Name: \line(1,0){200}\hfill{}% + Klasse: \line(1,0){50}\hfill{}% + Gruppe: \line(1,0){50}% +}% + +% How to use: +% \documentclass{teckids2pubmat}% +% \dokumentLizenzMirOS% oder \dokumentLizenzCCBYSAfour% oder \dokumentLizenzCCBYSAthreeDE% +% \teckidshdr[2017]{Dokumenttitel}% für allgemeine Dokumente, geht auch ohne Jahr +% \teckidshdr[2017 Name,]{Dokumenttitel}% besser dies verwenden, Autoren aufzählen +% % Mehrere Autorennamen durch Komma+Leerzeichen trennen, schließendes Komma -- GitLab