What problem does it solve?
Extracting and rendering LaTeX/TeX or Markdown math into images is slow and often breaks formatting, especially when you need results ready for chat, slides, or web posts.
Core Features & Use Cases
- Equation extraction from documents: Finds inline and display math in LaTeX/TeX and Markdown while skipping math inside fenced code blocks and inline code.
- PNG rendering for each equation: Produces sequentially numbered PNGs (equation_0001.png, equation_0002.png, …) that you can embed anywhere.
- Theme control for readability: Renders with a dark theme by default, or a light theme on request, using consistent math typography.
- Two rendering backends: Uses a fast pure-Rust renderer by default, with an optional higher-fidelity Tectonic-based backend for complex LaTeX.
Quick Start
Tell your agent: generate PNG images for every LaTeX and Markdown math equation in the attached document, using the light theme if I ask for light mode.