Select Git revision
CHANGELOG.md
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 4.90 KiB
Change Log
All notable changes to this project will be documented in this file.
[3.3]
Breaking
-
Changed
\ifsingleauthor
to directly accept two arguments:\ifsingleauthor{true}{false}
This makes usage much easyser and ensures that spaces will not be gobbled up.Here is a regex to fix existing code:
(?<=\\ifsingleauthor)(\{.*?\})\\else(\{.*?\})\\fi(\\space)?
which you can replace with$1$2
.
Fixed
-
abstract
not working forhsh-article
- Spelling errors in HsH-Logo
Added
- Using the
\and
command inside\author
or\matrikelnr
now works as expected (#21 (closed))
[3.2]
Fixed
- missing comma caused \opt{1} to not work (#18 (closed))
Changed
- moved all localization commands into one place
[3.1]
Fixed
- implement the
abstract
environment to behave as pre v3 - removed debug print from
latexmk
inkscape recipe
Added
- option
abstract
-
abstract=keywords|nokeywords
to enable/disable the display of keywords after the abstract -
abstract=totoc|notoc
to add the abstract to the TOC
-
- extend KOMA option
toc
-
toc=totoc|notoc
to add toc to itself -
toc=abstrct|noabstract
as alias forabstract=totoc
andabstract=notoc
-
[3.0]
Breaking
-
config.tex
was renamed toHsH-classes.cfg
Fixed
- no longer leaking
\makeatletter
into userspace
Changed
- document-option
todos
is now a simple-switch, which means it can be disabled usingtodos=off|false
instead of having to remove the option - use git large-file-storage by default
- lots of behind the seance scenes
Added
- detailed documentation in
src/HsH-classes.pdf
- document-option
parskip
to configure inter-paragraph skip-sizes - document-option
lineheight
to define the spacing between lines