diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-13 14:04:12 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-13 14:44:45 +0200 |
| commit | f9feea3f2972815165b357724a9764a7d32377dc (patch) | |
| tree | e20fc77431e501d65ad3eb615a1dc73d006d2cb8 /tests/typ/meta | |
| parent | e77d9350140eeaef8b5f5c324eb34a402f581290 (diff) | |
Bump dependencies
Diffstat (limited to 'tests/typ/meta')
| -rw-r--r-- | tests/typ/meta/numbering.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/numbering.typ b/tests/typ/meta/numbering.typ index 9bb3c5d9..445290c5 100644 --- a/tests/typ/meta/numbering.typ +++ b/tests/typ/meta/numbering.typ @@ -33,7 +33,7 @@ --- #set text(lang: "zh", font: ("Linux Libertine", "Noto Serif CJK SC")) -#for i in range(9,21, step: 2){ +#for i in range(9, 21, step: 2){ numbering("一", i) [ and ] numbering("壹", i) |
