latex

package
v1.140.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package latex renders supported LaTeX math expressions as terminal-friendly Unicode text.

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render

func Render(source string, display bool) (string, bool)

Render renders source, returning false for unsupported or malformed syntax.

Example
rendered, _ := Render(`\mathbb{C}^3 \to \mathbb{C}^3`, false)
fmt.Println(rendered) 
Output:
ℂ³ → ℂ³

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL