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

Merge branch 'development'

parents ec29ce41 8364e557
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Current] ## [3.3]
### Breaking ### Breaking
...@@ -35,15 +35,15 @@ All notable changes to this project will be documented in this file. ...@@ -35,15 +35,15 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- implement the `abstract` enviroment to behave as pre v3 - implement the `abstract` environment to behave as pre v3
- removed debug print from `latexmk` inkscape recipy - removed debug print from `latexmk` inkscape recipe
### Added ### Added
- option `abstract` - option `abstract`
- `abstract=keywords|nokeywords` to enable/disable the display of keywords after the abstract - `abstract=keywords|nokeywords` to enable/disable the display of keywords after the abstract
- `abstract=totoc|notoc` to add the abstract to the TOC - `abstract=totoc|notoc` to add the abstract to the TOC
- extenx KOMA option `toc` - extend KOMA option `toc`
- `toc=totoc|notoc` to add toc to itself - `toc=totoc|notoc` to add toc to itself
- `toc=abstrct|noabstract` as alias for `abstract=totoc` and `abstract=notoc` - `toc=abstrct|noabstract` as alias for `abstract=totoc` and `abstract=notoc`
......
...@@ -71,7 +71,7 @@ locally using `git checkout example`. ...@@ -71,7 +71,7 @@ locally using `git checkout example`.
### Recommended software ### Recommended software
As a Tex-Distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also As a tex-distribution, [MiKTeX is recommended](https://miktex.org/), TexLive should also
work, but I don't use it much. You will also need `perl` to run `latexmk` and other work, but I don't use it much. You will also need `perl` to run `latexmk` and other
useful tools. To edit the `.tex` files, you could use any text editor, but I personally useful tools. To edit the `.tex` files, you could use any text editor, but I personally
like [Visual Studio Code](https://code.visualstudio.com/) the most, which can also be like [Visual Studio Code](https://code.visualstudio.com/) the most, which can also be
...@@ -120,7 +120,7 @@ git commit --all -m "initalise for [Project]" ...@@ -120,7 +120,7 @@ git commit --all -m "initalise for [Project]"
git push git push
``` ```
> **Note** giving you `[Project]` name as the default branch name is optional, and you could > **Note** giving your `[Project]` name as the default branch name is optional, and you could
> keep the default name of `master`, but as the template also has a `master` branch it is > keep the default name of `master`, but as the template also has a `master` branch it is
> less confusing if you choose a different name. > less confusing if you choose a different name.
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
%% %%
\NeedsTeXFormat{LaTeX2e}[2022-06-01] \NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesClass{HsH-article} \ProvidesClass{HsH-article}
[2024-06-15 3.03.pre1 HsH-class based on KOMA] [2024-07-21 3.03 HsH-class based on KOMA]
\let\HsHClassName\@currname \let\HsHClassName\@currname
\def\HsHClassName@ParrentClass{% \def\HsHClassName@ParrentClass{%
scrartcl% scrartcl%
......
No preview for this file type
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
%% %%
\NeedsTeXFormat{LaTeX2e}[2022-06-01] \NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesClass{HsH-report} \ProvidesClass{HsH-report}
[2024-06-15 3.03.pre1 HsH-class based on KOMA] [2024-07-21 3.03 HsH-class based on KOMA]
\let\HsHClassName\@currname \let\HsHClassName\@currname
\def\HsHClassName@ParrentClass{% \def\HsHClassName@ParrentClass{%
scrreprt% scrreprt%
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
%% %%
\NeedsTeXFormat{LaTeX2e}[2022-06-01] \NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesClass{HsH-standalone} \ProvidesClass{HsH-standalone}
[2024-06-15 3.03.pre1 HsH-class based on KOMA] [2024-07-21 3.03 HsH-class based on KOMA]
\let\HsHClassName\@currname \let\HsHClassName\@currname
\def\HsHClassName@ParrentClass{% \def\HsHClassName@ParrentClass{%
standalone% standalone%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment