From f663502d229ad91f8b1b101a552aac1bd15db131 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Thu, 30 May 2024 23:10:05 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb92ea0..327c5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,15 +18,15 @@ All notable changes to this project will be documented in this file. ### Fixed -- implement the `abstract` enviroment to behave as pre v3 -- removed debug print from `latexmk` inkscape recipy +- 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 -- extenx KOMA option `toc` +- extend KOMA option `toc` - `toc=totoc|notoc` to add toc to itself - `toc=abstrct|noabstract` as alias for `abstract=totoc` and `abstract=notoc` -- GitLab