typst/tests/typ/bugs/equation-numbering-reference.typ
Sébastien d'Herbais de Thun cd13e55dd1
Fixed numbering hint (#2012)
2023-08-26 16:02:28 +02:00

15 lines
418 B
Typst

// In this bug, the hint and error messages for an equation
// being reference mentioned that it was a "heading" and was
// lacking the proper path.
// Ref: false
---
#set page(height: 70pt)
$
Delta = b^2 - 4 a c
$ <quadratic>
// Error: 14-24 cannot reference equation without numbering
// Hint: 14-24 you can enable equation numbering with `#set math.equation(numbering: "1.")`
Looks at the @quadratic formula.