summaryrefslogtreecommitdiff
path: root/tests/typ/math/numbering.typ
blob: fd303ff29cc85824134038e9d45b60012e6545e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Test equation numbering.

---
#set page(width: 150pt)
#set math.equation(numbering: "(I)")

We define $x$ in preparation of @fib:
$ phi.alt := (1 + sqrt(5)) / 2 $ <ratio>

With @ratio, we get
$ F_n = round(1 / sqrt(5) phi.alt^n) $ <fib>