package
0.0.0-20250304174226-2790903426af
Repository: https://github.com/go-latex/latex.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

mtex

mtex provides a Go implementation of a naive LaTeX-like math expression parser and renderer.

Example

$> mtex-render -font-size=48 -dpi=100 "$\sum\sqrt{\frac{a+b}{2\pi}}\cos\omega\binom{a+b}{\beta}\prod \alpha x\int\frac{\partial x}{x}\hbar$"

mtex-example