Module latex

Module latex 

Source
Expand description

LaTeX to Unicode conversion plugin.

Converts LaTeX math expressions between $$ delimiters to Unicode.

§Supported conversions

  • Greek letters: \alpha → α, \beta → β, etc.
  • Operators: \sum → Σ, \prod → Π, \int → ∫
  • Relations: \leq → ≤, \geq → ≥, \neq → ≠
  • Subscripts: x_1 → x₁, x_{10} → x₁₀
  • Superscripts: x^2 → x², x^{10} → x¹⁰
  • Fractions: \frac{a}{b} → a/b
  • Common symbols: \infty → ∞, \pm → ±, etc.

Structs§

LatexPlugin
LaTeX plugin for converting math to Unicode.

Functions§

latex_to_unicode
Convert LaTeX expression to Unicode.