コンテンツにスキップ

Rubby ルビをふる

rubby – Typst Universe
Add ruby (furigana) next to base text.
rubby – Typst Universe favicon https://typst.app/universe/package/rubby/
rubby – Typst Universe
#import "@preview/rubby:0.10.2": get-ruby
#let ruby = get-ruby(
size: 0.5em, // Ruby font size
dy: 0em, // Vertical offset of the ruby
pos: top, // Ruby position (top or bottom)
alignment: "center", // Ruby alignment ("center", "start", "between", "around")
delimiter: "|", // The delimiter between words
auto-spacing: true, // Automatically add necessary space around words
)
ルビはRubbyを#ruby[り|よう][利|用]する。

func15