From c4915f652dd6df8234313c2e7fbbe916ed089bf1 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 9 Apr 2024 22:54:27 -0700 Subject: [PATCH] Support new #context feature Typst 0.11 now has the concept of #context's, which can be used with counters. --- leipzig-gloss.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leipzig-gloss.typ b/leipzig-gloss.typ index 91e3c6a..0d063c5 100644 --- a/leipzig-gloss.typ +++ b/leipzig-gloss.typ @@ -114,7 +114,7 @@ } let gloss_number = if numbering { - [(#gloss-count.display())] + [(#context gloss-count.display())] } else { none }