Package Information
- Last Updated
- Authors
- Vincent Tam
- Categories
- languagescomponents
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/se-jyutcitzi:0.3.22. Import in your Typst file
Add this to your .typ file:
#import "@preview/se-jyutcitzi:0.3.2": *Version History
Se-Jyutcitzi
A Typst package for rendering
Jyutcitzi (粵切字). "Se-Jyutcitzi" means
"to write Jyutcitzi", and it is pronounced as [sɛː˧˥ jyːt˨ t͡sʰiːt˧ t͡siː˨].
Features
- Jyutcitzi generation from jyutping (粵拼)
- Compound initial support
Usage
#import "@preview/se-jyutcitzi:0.3.2": *
#set page(height: auto, width: auto, margin: 4pt)
// Set to any font that contains the Jyutcitzi alphabets
#set text(font: "AR PL KaitiM Big5")
Normal text.
#jyutcitzi("keu leu liu lang 嘅粵字 m4 亾冇 se。")
正常文字段落。
#jyutcitzi(merge-nasals: true)[
"Skill" ge3 jyut6 cit3 zi6 亾兮6「厶臼么」\
"Cheese" 丩旡 hai 「此子厶1」
]

License
MIT
Contributing
Contributions are welcome! Please open an issue or submit a pull request.