diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-26 16:59:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-26 17:13:31 +0100 |
| commit | 0579fd4409375aaa9fd8e87a06fd59097b5fcd97 (patch) | |
| tree | 0ccf1d6218806b11d83998d568ae1fb0570c67b7 /tests/typ/structure/enum.typ | |
| parent | 9db6e533cd8a1d925a7daad92e1b99e6f98ac773 (diff) | |
Reorganize library base
Diffstat (limited to 'tests/typ/structure/enum.typ')
| -rw-r--r-- | tests/typ/structure/enum.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/structure/enum.typ b/tests/typ/structure/enum.typ index 40aad625..d4c30385 100644 --- a/tests/typ/structure/enum.typ +++ b/tests/typ/structure/enum.typ @@ -12,7 +12,7 @@ --- // Test automatic numbering in summed content. #for i in range(5) { - [+ #roman(1 + i)] + [+ #numbering(1 + i, "I")] } --- @@ -42,7 +42,7 @@ start: 4, spacing: 0.65em - 3pt, tight: false, - label: n => text(fill: (red, green, blue)(mod(n, 3)), [#upper(letter(n))]), + label: n => text(fill: (red, green, blue)(mod(n, 3)), numbering(n, "A")), [Red], [Green], [Blue], ) |
