Had to create some small documents today and tried @typst for it. Overall, a very nice first impression.
@typst I especially find the scripting approach appealing. I can do something like the following to create this document. Then, this can be wrapped into a loop again to create this document for all the publications and all the authors who must sign it.
```
#for pub in publications [
Für die Publikation #pub.title im Journal #pub.journal ergeben sich nach der Contributor Role Taxonomy (CRediT) folgende Beiträge der mitwirkenden Autor:innen:
#for role in pub.credits [
#role \
]
```
@typst Also, things like tables and grids are way more intuitive than in latex.