mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
15 lines
418 B
Typst
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. |