andreasKroepelin / polylux

A package for creating slides in Typst
https://polylux.dev/book
MIT License
1.18k stars 55 forks source link

themes/university: Fix section handling when no title is given #170

Open 2xsaiko opened 5 months ago

2xsaiko commented 5 months ago

Now always register new section if new-section argument is set, and display the header additionally if there is a current section but no title.

Closes #169.