Compare commits
2 Commits
6e9d3e89d7
...
dcdac322a3
| Author | SHA1 | Date | |
|---|---|---|---|
| dcdac322a3 | |||
| 15e3e9eccb |
12
README.md
12
README.md
@@ -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]
|
||||
|
||||
````
|
||||
|
||||
## 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*
|
||||
6
dhsn.typ
6
dhsn.typ
@@ -153,9 +153,9 @@
|
||||
if query(figure.where(kind: raw)).len() > 0 {
|
||||
{
|
||||
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 {
|
||||
@@ -174,7 +174,7 @@
|
||||
show heading: none
|
||||
heading(numbering: none)[Abkürzungsverzeichnis]
|
||||
}
|
||||
print-index(title: "Abkürzungsverzeichnis", row-gutter: 5pt)
|
||||
print-index(title: "Abkürzungsverzeichnis", row-gutter: 0.5em)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user