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 3.22 KiB

    Change Log

    All notable changes to this project will be documented in this file.

    [Current]

    Breaking

    • \declarationAuthorship is renamed to \declarationofauthorship

    Changed

    • the margins are now set using relative values, which makes them adapt to different paper sizes
    • add alignment parameter to \declarationofauthorship, it is still by default aligned to the bottom of the page, but can now be pushed to the top using \declarationofauthorship[t]

    Fixed

    • geometry is now deferred until AtBeginDocument, which allows the user to load and modify the package in his preamble

    [2.0]

    Changed

    • switched from normal Makefile to latexmkrc

    [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 every time. (#8 (closed))
    • todos class-option. Loads the todos package if present but also redefines its commands to have no effect when this option is omitted. Also changes the margins to make space for the todo-notes.

    Changed

    • \title now accepts an optional argument. It will be used as a short version of the title and will be put into the header.

    Fixed

    • \ihead and \ohead now have a max width and will break into multiple lines (#7 (closed))
    • \maketitle[r] now correctly allgines the author+matrikelnumber tabular (#10 (closed))

    [1.4] - 2022-03-28