summary refs log tree commit diff stats
path: root/satzung.tex
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-17 19:39:37 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-17 19:39:37 +0200
commitd7b29c732d591b25d5d821e699f0dfe0375f3c91 (patch)
tree6e34e84fc4989743c34659e4e933e8d4a13c86c3 /satzung.tex
parentfix(header/preamble_local): Correctly use the command argument spec (diff)
downloadsatzung-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)
Diffstat (limited to 'satzung.tex')
-rw-r--r--satzung.tex2
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}