Touying 0.6.0
It's not a big update, but it's the first touying release since typst 0.13 was released.
Features
- feat: add auto style for display-current-heading.
- For users, you can use
show heading: set text(blue)to change color for heading in some themes likedewdrop. - For theme creator, you can use syntax like
utils.display-current-heading(level: 1, style: auto)to achieve the same result.
- For users, you can use
- feat: apply config-info information to
set document. - feat: set
stretch: falseby default foralternativesfunctions. This is a minor breaking change, but I think it would be more intuitive: no auto empty space.
Fixes
- fix: fix error with uncover using semi-transparent-cover
- fix: fix type string comparison #153
- fix: fix horizontal-line bug in typst 0.13.0
- refactor: fix display-current-short-heading