Class MathML::LaTeX::Parser
In: lib/math_ml/latex.rb
Parent: Object

Methods

Included Modules

LaTeX BuiltinEnvironments BuiltinGroups BuiltinCommands

Classes and Modules

Class MathML::LaTeX::Parser::CircularReferenceCommand

Constants

BUILTIN_MACRO = <<'EOS' \newenvironment{smallmatrix}{\begin{matrix}}{\end{matrix}} \newenvironment{pmatrix}{\left(\begin{matrix}}{\end{matrix}\right)} \newenvironment{bmatrix}{\left[\begin{matrix}}{\end{matrix}\right]} \newenvironment{Bmatrix}{\left\{\begin{matrix}}{\end{matrix}\right\}} \newenvironment{vmatrix}{\left|\begin{matrix}}{\end{matrix}\right|} \newenvironment{Vmatrix}{\left\|\begin{matrix}}{\end{matrix}\right\|} EOS

Attributes

macro  [R] 
symbol_table  [R] 
unsecure_entity  [RW] 

Public Class methods

Public Instance methods

[Validate]