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

Version 1.1 information added

parent 7c69d452
Branches
Tags
No related merge requests found
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
build/ build/
*.synctex.gz *.synctex.gz
*.synctex(busy) *.synctex(busy)
*.log
\ No newline at end of file
...@@ -2,8 +2,28 @@ ...@@ -2,8 +2,28 @@
All notable changes to this project will be documented in this file. 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 ## [V 1.0] - 2021-03-31
Initial Version. Official first release Initial Version. Official first release
### Added ### Added
- HsH-article class - HsH-article class
- HsH-report class - HsH-report class
......
...@@ -16,13 +16,13 @@ ...@@ -16,13 +16,13 @@
% \fi % \fi
% %
%<*article|report|standalone> %<*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} \NeedsTeXFormat{LaTeX2e}
% %
%<article>\newcommand{\myClassName}{HsH-article} %<article>\newcommand{\myClassName}{HsH-article}
%<report>\newcommand{\myClassName}{HsH-report} %<report>\newcommand{\myClassName}{HsH-report}
%<standalone>\newcommand{\myClassName}{HsH-standalone} %<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> %</article|report|standalone>
% %
......
...@@ -12,7 +12,8 @@ classes and customize them them with specific configurations, presets and provid ...@@ -12,7 +12,8 @@ classes and customize them them with specific configurations, presets and provid
HsH-book (planed) HsH-book (planed)
HsH-standalone HsH-standalone
**Version:** 1.0, 20.03.2021 **Version:** 1.1
**Date:** 21.04.2021
# License # License
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
%% and version 1.3 or later is part of all distributions of LaTeX version %% and version 1.3 or later is part of all distributions of LaTeX version
%% 2021/01/01 or later. %% 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} \NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-article} \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 %% commands for HsH-logo
\newcommand{\HsHlogoPath}{HSH-Logo.pdf} \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
%% and version 1.3 or later is part of all distributions of LaTeX version %% and version 1.3 or later is part of all distributions of LaTeX version
%% 2021/01/01 or later. %% 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} \NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-report} \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 %% commands for HsH-logo
\newcommand{\HsHlogoPath}{HSH-Logo.pdf} \newcommand{\HsHlogoPath}{HSH-Logo.pdf}
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
%% and version 1.3 or later is part of all distributions of LaTeX version %% and version 1.3 or later is part of all distributions of LaTeX version
%% 2021/01/01 or later. %% 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} \NeedsTeXFormat{LaTeX2e}
\newcommand{\myClassName}{HsH-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]
%% commands for HsH-logo %% commands for HsH-logo
\newcommand{\HsHlogoPath}{HSH-Logo.pdf} \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