From 996c8f2f82527f67ecb4ce0c3f03c8409fc8ec5c Mon Sep 17 00:00:00 2001 From: Lars Frost <larsf@fsmpi.rwth-aachen.de> Date: Mon, 18 Nov 2024 21:41:40 +0100 Subject: [PATCH] Fix last animation frame missing in local slides --- materials/slides/local.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materials/slides/local.typ b/materials/slides/local.typ index a7fbeff..4cdb7d5 100644 --- a/materials/slides/local.typ +++ b/materials/slides/local.typ @@ -145,7 +145,7 @@ node((2,2), `test`, width: 6em, name: <testSnap>) } -#slide(repeat: 4, self => [ +#slide(repeat: 5, self => [ #speaker-note[ ] -- GitLab