Uses of Class
org.scilab.forge.jlatexmath.SymbolNotFoundException
-
Packages that use SymbolNotFoundException Package Description org.scilab.forge.jlatexmath -
-
Uses of SymbolNotFoundException in org.scilab.forge.jlatexmath
Methods in org.scilab.forge.jlatexmath that throw SymbolNotFoundException Modifier and Type Method Description static SymbolAtom
SymbolAtom. get(java.lang.String name)
Looks up the name in the table and returns the corresponding SymbolAtom representing the symbol (if it's found).Constructors in org.scilab.forge.jlatexmath that throw SymbolNotFoundException Constructor Description AccentedAtom(Atom base, java.lang.String accentName)
Creates an AccentedAtom from a base atom and an accent symbol defined by its name
-