Skip to main content

Module unicode_math

Module unicode_math 

Source
Expand description

Unicode math conversion processor.

Port of LaTeXML::Post::UnicodeMath (435 lines of Perl). Converts XMath nodes to Unicode mathematical notation strings. Attempts compliance with UTN#28 (Unicode Technical Note on Plain Text Math).

Used as:

  1. A standalone text math format
  2. A secondary format within MathML m:annotation
  3. A utility for converting math to plain text (e.g. for title attributes)

Structs§

UnicodeMath
UnicodeMath post-processor.

Functions§

unicodemath
Public entry point: convert a Math/XMath node to Unicode string.