Skip to content
Snippets Groups Projects
Select Git revision
  • typos
  • development protected
  • ReadMe_Typos
  • example
  • feat/autocomplete-vscode
  • master default protected
  • v3.3
  • v3.2
  • v3.1
  • v3.0
  • v2.2
  • v2.1
  • v2.0
  • old-example
  • v1.5
  • v1.4
  • v1.3
  • v1.0
  • v1.1
  • v1.2
20 results

CHANGELOG.md

Blame
  • 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 for hsh-article
    • Spelling errors in HsH-Logo

    Added

    • Using the \and command inside \author or \matrikelnr now works as expected (#21 (closed))

    [3.2]

    Fixed

    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 for abstract=totoc and abstract=notoc

    [3.0]

    Breaking

    • config.tex was renamed to HsH-classes.cfg

    Fixed

    • no longer leaking \makeatletter into userspace

    Changed

    • document-option todos is now a simple-switch, which means it can be disabled using todos=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

    [2.2]

    Fixed