From 3963bc85b439eca544060c4f246ca1eac6f6e529 Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Sun, 14 Jun 2020 03:24:04 +0200
Subject: [PATCH] document usage better; promote to version 1.0

---
 teckids2proto.cls | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/teckids2proto.cls b/teckids2proto.cls
index f108583..44f8692 100644
--- a/teckids2proto.cls
+++ b/teckids2proto.cls
@@ -19,13 +19,15 @@
 % of said person’s immediate fault when using the work as intended.
 
 \NeedsTeXFormat{LaTeX2e}%
-\ProvidesClass{teckids2proto}[2019/05/15 0.2 Teckids Protokoll TeX/LaTeX class, second epoch]%
+\ProvidesClass{teckids2proto}[2019/05/15 1.0 Teckids Protokoll TeX/LaTeX class, second epoch]%
 
 \PassOptionsToPackage{paper=a4}{typearea}%
 \RequirePackage{fancyhdr}%
 \LoadClass[bibliography=totocnumbered,bibliography=leveldown,toc=sectionentrywithdots]{scrartcl}%
 \RequirePackage{teckids2style}%
 
+%%% use \teckidsprotohdr{documentname} *not* \teckidshdr!
+
 \newcommand{\teckidsprotohdr}[1]{%
  \teckidshdr{#1}%
  \fancyhf{}%
-- 
GitLab