a

asian-power

@preview

Force CJK characters to be emphasized.

v0.1.0
MIT

Package Information

Last Updated

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/asian-power:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/asian-power:0.1.0": *

Version History

0.1.0
26c48de56c25...

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.