From b443fccf7c74f8953c2770ae81bc8d3a97c22412 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Wed, 17 Mar 2021 14:24:43 +0100 Subject: [PATCH] brought dates up to date --- README.md | 2 +- src/HsH-article.cls | 6 +++--- src/HsH-report.cls | 6 +++--- src/HsH-standalone.cls | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 20c8be7..f935e9e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ them with specifig configurations and presets as well as providing commonly need HsH-book (planed) HsH-standalone -**Version:** BETA 0.5, 14.03.2021 +**Version:** BETA 0.5, 18.03.2021 # TODO: diff --git a/src/HsH-article.cls b/src/HsH-article.cls index e8a0320..92d9874 100644 --- a/src/HsH-article.cls +++ b/src/HsH-article.cls @@ -1,8 +1,8 @@ -\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-13> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-18> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-article} -\ProvidesClass{\myClassName}[2021/03/13 HsH Report based on KOMA] +\ProvidesClass{\myClassName}[2021/03/18 HsH Report based on KOMA] \newcommand{\HsHlogoPath}{HSH-Logo.pdf} \newcommand{\HsHlogoPage}{1} @@ -495,4 +495,4 @@ \end{center}% \par \vskip 2em -}% \ No newline at end of file +}% diff --git a/src/HsH-report.cls b/src/HsH-report.cls index fec576f..4ffefc6 100644 --- a/src/HsH-report.cls +++ b/src/HsH-report.cls @@ -1,8 +1,8 @@ -\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-03-13> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-03-18> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-report} -\ProvidesClass{\myClassName}[2021/03/13 HsH-Report based on KOMA] +\ProvidesClass{\myClassName}[2021/03/18 HsH-Report based on KOMA] \newcommand{\HsHlogoPath}{HSH-Logo.pdf} \newcommand{\HsHlogoPage}{1} @@ -505,4 +505,4 @@ \end{center}% \par \vskip 2em -}% \ No newline at end of file +}% diff --git a/src/HsH-standalone.cls b/src/HsH-standalone.cls index ac9ba87..220d3f0 100644 --- a/src/HsH-standalone.cls +++ b/src/HsH-standalone.cls @@ -1,8 +1,8 @@ -\typeout{Adapted from KOMA script for use in Hochschule Hannover <2020-01-22> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-03-18> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-standalone} -\ProvidesClass{\myClassName}[2020/03/13 HsH Report based on KOMA] +\ProvidesClass{\myClassName}[2021/03/18 HsH Report based on KOMA] \newcommand{\HsHlogoPath}{HSH-Logo.pdf} \newcommand{\HsHlogoPage}{1} -- GitLab