summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* fix(satzung.tex): Remove excessive whitespace by `\input`ing the sectionsBenedikt Peetz2024-06-17
| | | | | This also avoids the weird German accent produced by the KOMA `article` class, by replacing it with the normal `article` class.
* fix(treewide): Also remove the German "Umlauts" form the `\input`Benedikt Peetz2024-06-17
|
* fix(satzung.tex): Use modern latex language constructsBenedikt Peetz2024-06-17
| | | | | These include setting a `\documentclass` and using LaTeX3 language features (for Latex2e) like `\NewDocumentCommand`.
* fix(satzung.tex): Remove the German "Umlaute" from the file namesBenedikt Peetz2024-06-17
| | | | | This is mostly because `git` shows them as unicode escape sequences, which is sort of weird.
* chore(treewide): Also switch the compiler annotations to `satzung.tex`Benedikt Peetz2024-06-17
|
* chore(treewide): Change to distinct files for each paragraphBenedikt Peetz2024-06-17
|
* chore(main.tex): Rename to `satzung.tex`Benedikt Peetz2024-06-17
|
* feat(flake): Switch to the newest version of `lpm`Benedikt Peetz2024-06-17
| | | | | | | This release contains such features like: - Support for main files not named `main.tex` - Automatic detection of the last chapters - And other nice QoL changes
* chore: InitBenedikt Peetz2024-06-05