Expand description
Best-effort terminal rendering for inline and display LaTeX math.
One-dimensional expressions map to styled Unicode runs; display constructs are delegated to the baseline-aligned box renderer.
Functionsยง
- latex_
block - Lays out display LaTeX as baseline-aligned terminal rows.
- latex_
inline - Emits one-dimensional LaTeX math as styled runs. Total: degrades gracefully, never fails.