Skip to content

Ratatex v0.1.0

Latest

Choose a tag to compare

@gakonst gakonst released this 29 Jul 19:01

First public release of TeX-quality display math for Ratatui.

  • In-process RaTeX parsing, layout, embedded fonts, and supersampled PNG rasterization—no system TeX toolchain or subprocesses
  • Fast asynchronous rendering with bounded memory and content-addressed disk caches
  • Kitty virtual placements and Unicode-placeholder cells that scroll and clip with the Ratatui buffer
  • Streaming display-math healing for progressive rendering before delimiters close
  • Click-to-source rendering for selectable and copyable LaTeX
  • Signed clipping that preserves image tile coordinates while scrolling
  • Rust 1.86 MSRV, tested on Linux and macOS