Daniel Drodt

Results 5 issues of Daniel Drodt

This PR adds the option of rendering footnotes at the bottoms in GitHub-Style, based on the implementation of [notriddle](https://github.com/raphlinus/pulldown-cmark/blob/ad19879e6b4f411dbdd78ffa6a9cf429e35afe47/examples/footnote-rewrite.rs). Closes #1285. For instance, the following markdown ```md ### Footnotes Footnote...

This PR depends on typst/citationberg#7. Allows for `page-range` field to have multiple ranges, as in `1-4 & 7-12, 13, 14\-19`. Each of these is split into parts: - Commas as...

Follows and fixes #34. Changes: - Changes the `publisher` field to be either a `FormatString` or a dictionary with `name` and `location`. - `location` field remains **but only for events**;...

Assume a BibLaTeX entry like: ```bib @book{DBLP:series-lncs-10001, editor = {Wolfgang Ahrendt and Bernhard Beckert and Richard Bubel and Reiner H{\"{a}}hnle and Peter H. Schmitt and Mattias Ulbrich}, title = {Deductive...

Assume an article has a title like `Applying "Design by Contract"`. If I just write it like this the quotation marks are neither inner quotation marks as expected nor are...