Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 08:47
· 23 commits to main since this release

Typstry.jl v0.4.0

Comparison with v0.3.0

Features

  • Support Typst version 0.12
  • Throw a ContextError for context values of an incorrect type
  • The preamble used in render and some show methods can now be specified using set_preamble
  • render now supports the ignorestatus = true keyword parameter
  • Emulation of Typst command line interface via the typst function

Bug Fixes

  • If a TypstCommand or TypstString contains any characters that satisfy !isprint,
    their show methods now print a format that preserves those characters
  • Account for a Typst bug with single-letter strings in math mode
  • The "TYPST_FONT_PATHS" environment variable is no longer overridden in render

Merged pull requests