The problem is not what I care, but I read your README and I knew it from my knowledge.
The Thin space (in Typst, it is represented by\u{2009}) can be used for space between numbers and SI units. To use it, we can define some functions for Typst similar to those available in siunitx.
- Graphic designers are oftenly using "thin space" if the "space" is not good.
- The default breaks between value and units is
\u{2009} from siunitx-v2.sty
- If there is a very long long long sentence, Typst will break a thin space, whill LaTeX will not. And, Typst follows the Unicode Standard.
This is still a unicode trick, but works in Typst...
Reference:
The problem is not what I care, but I read your README and I knew it from my knowledge.
The Thin space (in Typst, it is represented by
\u{2009}) can be used for space between numbers and SI units. To use it, we can define some functions for Typst similar to those available in siunitx.\u{2009}from siunitx-v2.styThis is still a unicode trick, but works in Typst...
Reference: