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
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 28s
Details
This commit is contained in:
parent
9f9225910f
commit
37e60a315e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue