utftex

Pretty print math in monospace fonts using TeX-like syntax

brewmacoslinux
Try with needOr install directly
Source

About

Pretty print math in monospace fonts, using a TeX-like syntax

Commands

utftex

Examples

Display a simple mathematical expression$ utftex 'x^2 + y^2 = z^2'
Render a fraction in monospace$ utftex '\frac{a}{b}'
Display Greek letters and symbols$ utftex '\alpha + \beta = \gamma'