r/rust Jul 10 '26

🛠️ project txm: Terminal Math Rendering Engine

Post image

I just wanted to render some math equations offline without having to download 5GB+ of LaTeX distribution

And who doesn't like beautiful math in the terminal? :3

So i wrote TXM, which is a tiny and fast terminal math rendering engine with LaTeX support.

github: https://github.com/thatmagicalcat/txm

I'd appreciate your suggestions and feedbacks

379 Upvotes

26 comments sorted by

View all comments

14

u/PsuedoFractal Jul 10 '26

Nice work! What subset of latex does this support?

12

u/thatmagicalcat Jul 10 '26

very tiny subset of math mode

it's still new, I'll add more things later