From 67e5e41acd37fd0b455b3906642a6b2a6ba4b981 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sun, 9 Jun 2024 12:35:28 +0200 Subject: [PATCH] change back ref label prefix --- glossarium.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossarium.typ b/glossarium.typ index 059cadb..0a3a364 100644 --- a/glossarium.typ +++ b/glossarium.typ @@ -10,7 +10,7 @@ #let __glossarium_figure = "glossarium_entry" // prefix of label for references query -#let __glossary_label_prefix = "gls:" +#let __glossary_label_prefix = "__gls:" // global state containing the glossary entry and their location // A glossary entry is a `dictionary`. @@ -833,4 +833,4 @@ // Content body -} \ No newline at end of file +}