diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd184d74ae1e280e025201badc6ea908195b917..4be63359658ddb2d8351faec91f7317af53a2a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ## [Current] +## [2.0] + ### Changed - switched from normal `Makefile` to `latexmkrc` diff --git a/HsH-classes.dtx b/HsH-classes.dtx index 62c1a47ad93411b9e6cd38ecf404449b6ac05871..d985c1c61316e5753f42ec2b045d7d50e0bec6aa 100644 --- a/HsH-classes.dtx +++ b/HsH-classes.dtx @@ -16,13 +16,13 @@ % \fi % %<*article|report|standalone> -\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-08> Jan Wille} \NeedsTeXFormat{LaTeX2e} % %<article>\newcommand{\myClassName}{HsH-article} %<report>\newcommand{\myClassName}{HsH-report} %<standalone>\newcommand{\myClassName}{HsH-standalone} -\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2023/08/08 v2.0 HsH-Class based on KOMA] %% commands for HsH-logo \newcommand{\HsHlogoPath}{HSH-Logo.pdf} diff --git a/src/HsH-article.cls b/src/HsH-article.cls index 58def1a432295df6a406aed950665676ee7ff871..73b5a5d9243231ee36086fab421ed8fc2b6f4b5e 100644 --- a/src/HsH-article.cls +++ b/src/HsH-article.cls @@ -20,10 +20,10 @@ %% and version 1.3 or later is part of all distributions of LaTeX version %% 2021/01/01 or later. %% -\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-08> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-article} -\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2023/08/08 v2.0 HsH-Class based on KOMA] %% commands for HsH-logo \newcommand{\HsHlogoPath}{HSH-Logo.pdf} diff --git a/src/HsH-report.cls b/src/HsH-report.cls index 55f3fc76fd7055a9754fcc43a12a0c3e1d468efa..017ac99cfab9cd4474c7aa3b91482cf0d9633edf 100644 --- a/src/HsH-report.cls +++ b/src/HsH-report.cls @@ -20,10 +20,10 @@ %% and version 1.3 or later is part of all distributions of LaTeX version %% 2021/01/01 or later. %% -\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-08> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-report} -\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2023/08/08 v2.0 HsH-Class based on KOMA] %% commands for HsH-logo \newcommand{\HsHlogoPath}{HSH-Logo.pdf} diff --git a/src/HsH-standalone.cls b/src/HsH-standalone.cls index 3adce86c7da81f4a8427ba057d5aeb20b18b1526..742489d5fc437674ca55bb350cd78862620d74d3 100644 --- a/src/HsH-standalone.cls +++ b/src/HsH-standalone.cls @@ -20,10 +20,10 @@ %% and version 1.3 or later is part of all distributions of LaTeX version %% 2021/01/01 or later. %% -\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-08> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-standalone} -\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2023/08/08 v2.0 HsH-Class based on KOMA] %% commands for HsH-logo \newcommand{\HsHlogoPath}{HSH-Logo.pdf}