Skip to content
Snippets Groups Projects
Commit 80f426ab authored by Jan Wille's avatar Jan Wille
Browse files

release v1.5

parent e7ef3773
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
## [Current]
## [1.5]
### Added
- autogobble option for `listings`, which automaticly determins the indentation width and gooble it up, removing the need to put `gobble=n` manually
......
......@@ -16,13 +16,13 @@
% \fi
%
%<*article|report|standalone>
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2022-03-28> Jan Wille}
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
\NeedsTeXFormat{LaTeX2e}
%
%<article>\newcommand{\myClassName}{HsH-article}
%<report>\newcommand{\myClassName}{HsH-report}
%<standalone>\newcommand{\myClassName}{HsH-standalone}
\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
%% commands for HsH-logo
\newcommand{\HsHlogoPath}{HSH-Logo.pdf}
......
......@@ -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 <2022-03-28> Jan Wille}
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
\NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-article}
\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
%% commands for HsH-logo
\newcommand{\HsHlogoPath}{HSH-Logo.pdf}
......
......@@ -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 <2022-03-28> Jan Wille}
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
\NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-report}
\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
%% commands for HsH-logo
\newcommand{\HsHlogoPath}{HSH-Logo.pdf}
......
......@@ -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 <2022-03-28> Jan Wille}
\typeout{Adapted from KOMA script for use in Hochschule Hannover <2023-08-03> Jan Wille}
\NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-standalone}
\ProvidesClass{\myClassName}[2022/03/28 v1.4 HsH-Class based on KOMA]
\ProvidesClass{\myClassName}[2023/08/03 v1.5 HsH-Class based on KOMA]
%% commands for HsH-logo
\newcommand{\HsHlogoPath}{HSH-Logo.pdf}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment