Henrique Pickler

Results 2 issues of Henrique Pickler

I'm trying to reference a footnote in multiple places by using a label. Using the second footnote example on Typst's footnote documentation works as expected: ```typst #import "@preview/touying:0.6.1": * #import...

bug

I want to parameterize how many times to repeat a stage which depends on previous stages. For example, consider the list `[0, 0.2, 0.5, 0.75]` and a held-out dataset. I...