texmath-0.6.7: Conversion of LaTeX math formulas to MathML or OMML.

Safe HaskellNone

Text.TeXMath.Types

Description

Types for representing a structured formula.

Synopsis

Documentation

type ArrayLine = [[Exp]]Source

data Operator Source

A record of the MathML dictionary as defined in the specification

Constructors

Operator 

Fields

oper :: String

Operator

description :: String

Plain English Description

form :: FormType

Whether Prefix, Postfix or Infix

priority :: Int

Default priority for implicit nesting

lspace :: Int

Default Left Spacing

rspace :: Int

Default Right Spacing

properties :: [Property]

List of MathML properties

Instances

data Record Source

A record of the Unicode to LaTeX lookup table a full descripton can be seen <http:milde.users.sourceforge.netLUCRMathdataunimathsymbols.txt here>

Constructors

Record 

Fields

point :: String

Hex value

uchar :: Char

Unicode Character

latex :: String

LaTeX command

unicodemath :: String

Unicode-Math package command

cls :: String

Unicode math character class

category :: String

TeX math category

requirements :: String

Required packages

comments :: String

Alternative commands and description

Instances

data Position Source

Constructors

Under 
Over