From 165001c671f8e7f462485edc0ee37d8a47945560 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Wed, 21 Apr 2021 16:31:16 +0200 Subject: [PATCH] Version 1.1 information added --- .gitignore | 1 + CHANGELOG.md | 20 ++++++++++++++++++++ HsH-classes.dtx | 4 ++-- README.md | 3 ++- src/HsH-article.cls | 4 ++-- src/HsH-report.cls | 4 ++-- src/HsH-standalone.cls | 4 ++-- 7 files changed, 31 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 7d010fc..ec7c437 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ *.synctex.gz *.synctex(busy) +*.log \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ddeab..7184c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,28 @@ All notable changes to this project will be documented in this file. +## [V 1.1] - 2021-04-22 + +This version provides mostly minor fixed and upgrades. +**IMPORTANT:** the personal.tex has been removed + +### Added + - dtx installer file. All class files can be generated from this file. this removes code duplications and allows for more easy maintenance as well as + deployment. This file will only be available on a separate branche and not be part of the master branch. + +### Changed + - Makefile has been reworked. should now be more stable and easier to understand + - Titlepage as been improved. You can now align the standart titlepage as you prefer + - the declaration of authorship now uses the proper babel interface for localisation + - License is now LPPL + +### Removed + - personal.tex has been removed. It pretty much not used anyway. All contents have been moved to the project files preamble. + + ## [V 1.0] - 2021-03-31 Initial Version. Official first release + ### Added - HsH-article class - HsH-report class diff --git a/HsH-classes.dtx b/HsH-classes.dtx index 0d118db..d271b46 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 <2021-03-18> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-04-21> Jan Wille} \NeedsTeXFormat{LaTeX2e} % %<article>\newcommand{\myClassName}{HsH-article} %<report>\newcommand{\myClassName}{HsH-report} %<standalone>\newcommand{\myClassName}{HsH-standalone} -\ProvidesClass{\myClassName}[2021/03/18 v1.0 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2021/04/21 v1.1 HsH-Class based on KOMA] %</article|report|standalone> % diff --git a/README.md b/README.md index 3ac2af8..27b6625 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ classes and customize them them with specific configurations, presets and provid HsH-book (planed) HsH-standalone -**Version:** 1.0, 20.03.2021 +**Version:** 1.1 +**Date:** 21.04.2021 # License diff --git a/src/HsH-article.cls b/src/HsH-article.cls index 16baa0a..a352dad 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 <2021-03-18> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-04-21> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-article} -\ProvidesClass{\myClassName}[2021/03/18 v1.0 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2021/04/21 v1.1 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 58e5c87..46a0aed 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 <2021-03-18> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-04-21> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-report} -\ProvidesClass{\myClassName}[2021/03/18 v1.0 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2021/04/21 v1.1 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 03b7ac6..44cd027 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 <2021-03-18> Jan Wille} +\typeout{Adapted from KOMA script for use in Hochschule Hannover <2021-04-21> Jan Wille} \NeedsTeXFormat{LaTeX2e} \newcommand{\myClassName}{HsH-standalone} -\ProvidesClass{\myClassName}[2021/03/18 v1.0 HsH-Class based on KOMA] +\ProvidesClass{\myClassName}[2021/04/21 v1.1 HsH-Class based on KOMA] %% commands for HsH-logo \newcommand{\HsHlogoPath}{HSH-Logo.pdf} -- GitLab