diff options
| author | Martin Haug <mhaug@live.de> | 2023-01-30 21:04:34 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2023-01-30 21:04:34 +0100 |
| commit | 0287b98ef31172c6da4d5a4c76d8d88d1d5c9049 (patch) | |
| tree | 000bd243993a5212ce52c08374cf20cd0f61bcf9 /tests/typ/basics/enum.typ | |
| parent | 1ea0a933254d866e00acb9034bba39a5f4790682 (diff) | |
Add calc module
Diffstat (limited to 'tests/typ/basics/enum.typ')
| -rw-r--r-- | tests/typ/basics/enum.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/basics/enum.typ b/tests/typ/basics/enum.typ index c1ce17b7..02eb03c2 100644 --- a/tests/typ/basics/enum.typ +++ b/tests/typ/basics/enum.typ @@ -43,7 +43,7 @@ spacing: 0.65em - 3pt, tight: false, numbering: n => text( - fill: (red, green, blue).at(mod(n, 3)), + fill: (red, green, blue).at(calc.mod(n, 3)), numbering("A", n), ), [Red], [Green], [Blue], |
