typst/tests/typ/compiler/shorthand.typ
2023-02-25 20:04:30 +01:00

21 lines
320 B
Typst

// Test shorthands for unicode codepoints.
---
The non-breaking~space does work.
---
// Make sure non-breaking and normal space always
// have the same width. Even if the font decided
// differently.
#set text("New Computer Modern")
a b \
a~b
---
- En dash: --
- Em dash: ---
---
#set text("Roboto")
A... vs #"A..."