typst / packages

Packages for Typst.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glossarium breaks if page numbering is not set

JuliDi opened this issue · comments

The "glossarium" package's example works because it does #set page(numbering: "1", paper: "a5").
However, if you don't have page numbering set, e.g., because you print it manually in a custom footer, it will break in this line

)[#numbering(x.page-numbering(), ..counter(page).at(x))],

Unfortunately I am rather new to typst and don't yet have an idea how to fix it except for globally setting the page numbering as in the example.

Please open the issue on the glossarium's package GitHub issue page.

This is for issues relating to the package repository, not individual packages.

https://github.com/ENIB-Community/glossarium

Hope this helps,

Dherse

Sure will do, thank you.
I can't seem to find that link anywhere in the package's readme, though.

Edit: For reference: ENIB-Community/glossarium#4

Yeah, it could definitely improve, here is a lil' trick:

image

Those buttons let you go to the package's own repository ;)