Typst cover letter template: How to increase the top margin?

I tried to write a cover letter using: modernpro-coverletter – Typst Universe

But the top margin is too narrow for my printer. How can I increase the top margin?

I have not tested out the template, so take this with a grain of salt

  • The template style’s set page statement is not configurable and it sets up the page margin - it would overwrite any margin configuration you do beforehand
  • The template function also produces document content, so you’re not given a chance to intercept and change page settings before the cover letter content is produced

This means that you can’t configure the page margins when using this template. When that happens I think you need to copy it into your project and modify it.

You can however change the page size (the template doesn’t change page size).

1 Like