DannySeidel / typst-dhbw-template

Unofficial Typst DHBW Template
MIT License
10 stars 11 forks source link

Titlepage: Missing field for Processing Time #6

Closed gungula closed 3 months ago

gungula commented 4 months ago

As required by the DHBW, the titlepage should include information about the processing time ("Bearbeitungszeitraum").

DannySeidel commented 3 months ago

The date attribute can take an array of two datetime objects to show a date range. So if you want to display a range, just provide the start and end date like this:

date: (start-date, end-date)