I have a Scribble document (file.scrbl) that I'm using to make a PDF (scribble --pdf file.scrbl).
I want to make a large print, landscape version of the PDF.
Is there an easy way to change file.scrbl to have Scribble output a large-print PDF?
I have a Scribble document (file.scrbl) that I'm using to make a PDF (scribble --pdf file.scrbl).
I want to make a large print, landscape version of the PDF.
Is there an easy way to change file.scrbl to have Scribble output a large-print PDF?
Copyright © 2021 Jogjafile Inc.
A LaTeX-level solution is to:
geometrypackage with thelandscapeoptionTo do this in Scribble, first make a LaTeX style file that loads the geometry package:
second, add a paragraph with the
'pretitlestyle to your Scribble document, to insert a font-changing commandTo build the PDF, run: