quarto add stat20/stat20handoutThis will install the extension.
It is designed for handouts that students will write on, therefore it maximizes writing space with a small title block, smaller font, and slimmer margins.
How it works:
- It uses the
fancyhdrpackage to create a very slim horizontal title block at the top of the document followed by a horizontal rule. - The title block recognizes three yaml keys:
title,subtitleandaffiliation. They will display in the title block asaffiliation subtitle: title.
Here is the source code for a minimal sample document: template.qmd.