mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
33 lines
415 B
XML
33 lines
415 B
XML
// Test how numbers are displayed.
|
|
|
|
--- numbers ---
|
|
// Test numbers in text mode.
|
|
12 \
|
|
12.0 \
|
|
3.14 \
|
|
1234567890 \
|
|
0123456789 \
|
|
0 \
|
|
0.0 \
|
|
+0 \
|
|
+0.0 \
|
|
-0 \
|
|
-0.0 \
|
|
-1 \
|
|
-3.14 \
|
|
-9876543210 \
|
|
-0987654321 \
|
|
٣٫١٤ \
|
|
-٣٫١٤ \
|
|
-¾ \
|
|
#text(fractions: true)[-3/2] \
|
|
2022 - 2023 \
|
|
2022 -- 2023 \
|
|
2022--2023 \
|
|
2022-2023 \
|
|
٢٠٢٢ - ٢٠٢٣ \
|
|
٢٠٢٢ -- ٢٠٢٣ \
|
|
٢٠٢٢--٢٠٢٣ \
|
|
٢٠٢٢-٢٠٢٣ \
|
|
-500 -- -400
|