Quarto Page Sizes

Hi,

I'm trying to export a PDF version of a report built using Quarto so that it has a 16:9 aspect ratio, suitable for viewing on a smartphone.

Currently, my yaml parameters look like the following:

pdf:
    documentclass: report
    classoption: landscape, a4paper
    papersize: A4

The documentation wasn't overly clear with what I need to change here to make the report into a 16:9 ratio. Ideally, I'd like to have the dimensions of 720mm x 405mm. Is someone able to help?

Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.

I don't exactly know how to do that, but if you know / find how to do that with LaTeX, I can help you configure Quarto to do the right thing.

So I would search about LaTeX document and 16:9 aspect ratio, and then you could share your findings here