Uses of Interface
org.extex.unit.tex.math.util.MathCodeConvertible

Packages that use MathCodeConvertible
org.extex.unit.omega.math.symbol   
org.extex.unit.omega.math.util   
org.extex.unit.tex.math.symbol This package contains primitives for math symbols. 
org.extex.unit.tex.math.util This package contains math utility classes. 
 

Uses of MathCodeConvertible in org.extex.unit.omega.math.symbol
 

Classes in org.extex.unit.omega.math.symbol that implement MathCodeConvertible
 class Omathchar
          This class provides an implementation for the primitive \omathchar.
 

Uses of MathCodeConvertible in org.extex.unit.omega.math.util
 

Classes in org.extex.unit.omega.math.util that implement MathCodeConvertible
 class OmegaMathcharCode
          This class is used to dynamically define mathematical characters having the Omega encoding into a count value.
 

Uses of MathCodeConvertible in org.extex.unit.tex.math.symbol
 

Classes in org.extex.unit.tex.math.symbol that implement MathCodeConvertible
 class Mathchar
          This class provides an implementation for the primitive \mathchar.
 

Uses of MathCodeConvertible in org.extex.unit.tex.math.util
 

Classes in org.extex.unit.tex.math.util that implement MathCodeConvertible
 class TeXMathcharCode
          This class is used to dynamically define mathematical characters having the TeX encoding into a count value.