Package Information
- Last Updated
- Authors
- Yeonji Gong
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/asian-power:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/asian-power:0.1.0": *asian-power
Force CJK characters to be emphasized.
Usage
#import "@preview/asian-power:0.1.0": *
#show: asian-power
Options
Options can be used like this:
#import "@preview/asian-power:0.1.0": *
#show: asian-power.with(
han: true,
kana: true,
hangul: true,
angle: -12deg,
letterspace: 0.9em,
)
| Option | Default | Description |
|---|---|---|
| han | true | Forces Han characters to be tilted. |
| kana | true | Forces Kana characters to be tilted. |
| hangul | true | Forces Hangul characters to be tilted. |
| angle | -12deg | Decides amount of tilting. |
| letterspace | 0.9em | Decides width of spaces between characters. |