Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat: init "Beratung und Beschlussfassung des OPF" | Silas Schöffel | 2024-07-25 |
| | |||
* | chore: correct content ordering | Silas Schöffel | 2024-07-25 |
| | |||
* | feat: init OPF sections | Silas Schöffel | 2024-07-24 |
| | |||
* | feat: add vorstand | Silas Schöffel | 2024-07-14 |
| | |||
* | fix(content): Ensure consistent display of the paragraph sign before section ↵ | Benedikt Peetz | 2024-07-14 |
| | | | | number | ||
* | fix(satzung.tex): Switch to the `memoir` class | Benedikt Peetz | 2024-06-17 |
| | | | | | | 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) | ||
* | fix(satzung.tex): Remove excessive whitespace by `\input`ing the sections | Benedikt Peetz | 2024-06-17 |
| | | | | | This also avoids the weird German accent produced by the KOMA `article` class, by replacing it with the normal `article` class. | ||
* | fix(satzung.tex): Use modern latex language constructs | Benedikt Peetz | 2024-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 names | Benedikt Peetz | 2024-06-17 |
| | | | | | This is mostly because `git` shows them as unicode escape sequences, which is sort of weird. | ||
* | chore(main.tex): Rename to `satzung.tex` | Benedikt Peetz | 2024-06-17 |