From 93183b6c948b6aed964493c4921412f25b8f9aeb Mon Sep 17 00:00:00 2001 From: Ernesto Martinez Garcia Date: Tue, 4 Mar 2025 17:53:13 +0100 Subject: [PATCH] fix & enable progress bar --- 1.0.0/src/lib.typ | 2 +- 1.0.0/template/slides.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.0.0/src/lib.typ b/1.0.0/src/lib.typ index c22cb5b..1b75756 100644 --- a/1.0.0/src/lib.typ +++ b/1.0.0/src/lib.typ @@ -106,7 +106,7 @@ grid( columns: (ratio * 100%, 1fr), gutter: 0pt, block(fill: colors.tug), - block(fill: colors.tug), + block(), ) }) ] diff --git a/1.0.0/template/slides.typ b/1.0.0/template/slides.typ index c2e41ee..9c0b70e 100644 --- a/1.0.0/template/slides.typ +++ b/1.0.0/template/slides.typ @@ -10,7 +10,7 @@ date: [ 29th Jan 2025 ], footer: [ First Author ], extra: [ SomeConf 2025 ], - progress: false, + progress: true, ) = List