Hi.
I have a text with that structure.
#align(center+top)[
Authors Name
]
// 12 * 6 "enter"
// here should be 6 times newlines
#v(72pt)
#align(center+horizon)[
#text(size: 22pt)[
*Title*\
]
#v(12pt) // one new line
#text(size: 18pt)[
Sub-Title
]
]
// 12 * 6 "enter"
// here should be 6 times newlines
#v(72pt)
Text
I hpe that this could be done easily with Relative Length Type – Typst Documentation or Fraction Type – Typst Documentation but I haven’t fully understood which one is here the best.
Maybe this function Measure Function – Typst Documentation is the right solution but I’m not sure how to use it.
Is there a function which can be use in v
like the following?
#v(linebreak()*6)