Can you have different values for the top margin AFTER the first page?

Hello Glenn,

You can do that easily by adding another #set directive after your first page.

#set page(margin: (top: 1cm))

= Title page

#pagebreak()
#set page(margin: (top: 2.5cm))

= Page 2
Output

On another note, please be careful to follow the guidelines at FAQ - Typst Forum :smiley:. Notably:

  • This seems to be a question, so use the Questions category.
  • Add any tags, e.g., layout, you think are relevant to the question, and provide a minimal code sample if possible.

Best

1 Like