package
Version:
v1.140.0
Opens a new window with list of versions in this module.
Published: Sep 15, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package latex renders supported LaTeX math expressions as terminal-friendly Unicode text.
Render renders source, returning false for unsupported or malformed syntax.
rendered, _ := Render(`\mathbb{C}^3 \to \mathbb{C}^3`, false)
fmt.Println(rendered)
Output:
ℂ³ → ℂ³
Source Files
¶
Click to show internal directories.
Click to hide internal directories.