I'm using pandoc to convert markdown into PDFs.
When using the LaTeX PDF engine (which is the default), I can specify a different paper size with -V geometry:a1paper
.
I want to use the pdfroff backend with --pdf-engine=pdfroff
as it's faster and produces better output for my use case.
So how can I specify the paper size for the pdfroff with pandoc?