From 562f5b52f18b43d04064ef7aa26f873a78d84520 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Wed, 19 Jun 2024 10:28:59 +0200 Subject: [PATCH] ADD handout --- 00-templates/template.typ | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/00-templates/template.typ b/00-templates/template.typ index 0ab046b..a5ff57f 100644 --- a/00-templates/template.typ +++ b/00-templates/template.typ @@ -7,6 +7,7 @@ authors: [], date: none, duration: none, + handout: false, doc, ) = { @@ -20,6 +21,10 @@ color: rgb("#ea366a"), ) + if handout { + enable-handout-mode(true) + } + if duration != none{ pdfpc.config( duration-minutes: duration,