Skip to content

LaTeX to MathML compiler written with Flex and Bison

License

Notifications You must be signed in to change notification settings

rouen-ssi/tex2ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeX2ML

A LaTeX to MathML compiler written with Flex and Bison.

Installation

make

Executable goes in bin/.

Usage

tex2ml "<a LaTeX expression>"

The LaTeX expression must be quoted. The program gives the corresponding MathML to the standard output.

Supported expressions

  • Numerics (1, 2, 3, ...)
  • Identifiers (a, b, c, ...)
  • Operators (+, -, *, =, ...)
  • Fractions
  • Square roots
  • Summation symbol
  • Products of sequences symbol
  • Set theory symbols

About

LaTeX to MathML compiler written with Flex and Bison

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published