I am writing a PreTeXt slideshow to be displayed by my iPad (HDMI output), and I am unable to adjust the page geometry and font size as I am able to do in LaTeX Beamer.
I am seeking a 16:9 ratio PDF file with a font a bit smaller than the default.
I have tried adding
<latex>
<page>
<geometry>a4paper,total={16cm,9cm}</geometry>
</page>
</latex>
to @docinfo, but it makes no changes to the PDF output. I put it in the publication.ptx file, and still no changes to the PDF output.
Also, the default font size in Beamer is quite large and leaves little room for writing on the slide.
I have obtained some success by adding the line
<geometry>a4paper,total={16cm,9cm}</geometry>
to @docinfo in the latex-image-preamble section, but that makes the font size too small for the students joining lecture on Zoom, and it's marginally too small for the students in the lecture hall.
Is there a way to adjust both page geometry and font size in the Beamer PDF output?