Compare commits

...

2 Commits

Author SHA1 Message Date
dcdac322a3 Add contribution information 2025-08-14 09:37:52 +02:00
15e3e9eccb fix outline typos 2025-08-14 09:37:35 +02:00
2 changed files with 15 additions and 3 deletions

View File

@@ -64,3 +64,15 @@ This content is taken out of a book #footnote[Vgl. @booklabel]
This content is taken out of another book #footnote[Vgl. #cite(<anotherbook>), S. 15] This content is taken out of another book #footnote[Vgl. #cite(<anotherbook>), S. 15]
```` ````
## How to contribute
If you have any suggestions/feedback or wnat to submit a pull request, usually you would do it via an issue or a direct pull request on this instance. But registration is not enabled here so the best way to do it would be:
1. Clone the repo
2. Make your changes
3. Upload the repo to another git server (e.x. github, codeberg,...)
4. Send a friendly mail to s3005647@edu.dhsn.de with a link to the repo or the .patch file of the commit(s) an attachment.
5. I will merge your changes into this repo!
*If you have any other suggestions besides pull requests, you can also send a mail to s3005647@edu.dhsn.de*

View File

@@ -153,9 +153,9 @@
if query(figure.where(kind: raw)).len() > 0 { if query(figure.where(kind: raw)).len() > 0 {
{ {
show heading: none show heading: none
heading(numbering: none)[Anhangverzeichnis] heading(numbering: none)[Anhangsverzeichnis]
} }
outline(title: "Anhangverzeichnis", target: figure.where(kind: raw)) outline(title: "Anhangsverzeichnis", target: figure.where(kind: raw))
} }
} }
context { context {
@@ -174,7 +174,7 @@
show heading: none show heading: none
heading(numbering: none)[Abkürzungsverzeichnis] heading(numbering: none)[Abkürzungsverzeichnis]
} }
print-index(title: "Abkürzungsverzeichnis", row-gutter: 5pt) print-index(title: "Abkürzungsverzeichnis", row-gutter: 0.5em)
} }
} }