I'm using Jupyterlab and quarto to compile a pdf and I want to change the local page margin of a single page in the pdf, say page 3, and the margin in the rest of the pages are the same and are set globally, is there a way to do this?
I understand that in latex you can use \newgeometry{...}
and \restoregeometry
, I wonder if I can do similar things here... thanks!