ruby-typ icon indicating copy to clipboard operation
ruby-typ copied to clipboard

a library to implement ruby for typst language

Results 4 ruby-typ issues
Sort by recently updated
recently updated
newest added

添付画像のように、親文字(漢字)よりもルビが長くなる場合、下線が途切れてしまいます。 #underline[私は]#ruby[プラクティス][#underline[練習]]#underline[する] ![2024-10-04 00 55 55 typst app 13655e6f8db0](https://github.com/user-attachments/assets/eb070d3f-c26c-4c31-8e4f-6b68ebdc32a3)

[Typst 13.0 removed the style function as a breaking change.](https://typst.app/docs/changelog/0.13.0#removals) This doesn't compile on Typst 13

With applying the below code to content, a underlined text's rubby gets underlined as well as main text. ``` #let emphasis(content) = { highlight( fill: rgb(223, 255, 50), top-edge: 0.3em...

In my Typst template I specified a `2em` `first-line-indent` for each paragraph with `all: true` specified. ```typst #set par(first-line-indent: (amount: 2em, all: true)) ``` However, when using the `rubby` package,...