make long titles break on title page but not on content (#54)
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 28s Details

This commit is contained in:
Sven Vogel 2024-08-27 14:07:16 +02:00
parent 9f9225910f
commit 37e60a315e
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
// title // title
#v(2cm) #v(2cm)
#text(size: 2em, weight: "semibold", thesis.title) #set par(justify: false)
#text(size: 2em, weight: "semibold", hyphenate: false, thesis.title)
// subtitle // subtitle
#text(size: 1.5em, thesis.subtitle) #text(size: 1.5em, thesis.subtitle)