diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-17 19:39:37 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-17 19:39:37 +0200 |
commit | d7b29c732d591b25d5d821e699f0dfe0375f3c91 (patch) | |
tree | 6e34e84fc4989743c34659e4e933e8d4a13c86c3 | |
parent | fix(header/preamble_local): Correctly use the command argument spec (diff) | |
download | satzung-d7b29c732d591b25d5d821e699f0dfe0375f3c91.tar.gz satzung-d7b29c732d591b25d5d821e699f0dfe0375f3c91.zip |
fix(satzung.tex): Switch to the `memoir` class
This might be a bit extreme, but this class correctly typesets the section headers in the ToC (i.e. it does not print the number over the title)
-rw-r--r-- | satzung.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satzung.tex b/satzung.tex index ffb90bd..061d9d9 100644 --- a/satzung.tex +++ b/satzung.tex @@ -1,5 +1,5 @@ % LTeX: language=de-DE -\documentclass{article} +\documentclass{memoir} \input{headers/preamble.tex} \input{headers/preamble_local.tex} |