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 3.14 KiB
Change Log
All notable changes to this project will be documented in this file.
[Current]
Changed
- the margins are now set using relative values, which makes them adapt to different paper sizes
- add alignment parameter to
\declarationAuthorship
, it is still by default aligned to the bottom of the page, but can now be pushed to the top using\declarationAuthorship[t]
Fixed
-
geometry
is now deferred untilAtBeginDocument
, which allows the user to load and modify the package in his preamble
[2.0]
Changed
- switched from normal
Makefile
tolatexmkrc
[1.5]
Added
- autogobble option for
listings
, which automaticly determins the indentation width and gooble it up, removing the need to putgobble=n
manually every time. (#8 (closed)) -
todos
class-option. Loads thetodos
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
Added
- defined
\fronmatter
,\mainmatter
and\backmatter
for HsH-report class - included the caption package to fix #6 (closed)
Fixes
- references now get point to the top of floats, not to the captions position (#6 (closed))
[1.3] - 2022-03-07
Changed
- moved the documentation into the README file
- added the outdir into the makefile rule prerequisite
- improved the default settings for the listings package
Removed
- WIKI has been removed. All its content is now inside the README file.
[1.2] - 2021-10-24
Fixed
- Issues that came with the Kernel update from 01.06.2021 are fixed (#2 (closed), #3 (closed), #4 (closed))
- typos
Added
- defined checklist environment via enumitem-package in
config.tex
- added required package for enum item
[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 branch and not be part of the master branch.
Changed
- Makefile has been reworked. Should now be more stable and easier to understand
- Title page as been improved. You can now align the standard title page as you prefer
- the declaration of authorship now uses the proper babel interface for localization
- Licence 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.