Uses of Class
be.ugent.caagt.jmathtex.InvalidSymbolTypeException

Packages that use InvalidSymbolTypeException
be.ugent.caagt.jmathtex   
 

Uses of InvalidSymbolTypeException in be.ugent.caagt.jmathtex
 

Methods in be.ugent.caagt.jmathtex that throw InvalidSymbolTypeException
 TeXFormula TeXFormula.addAcc(java.lang.String s, java.lang.String accentName)
          Parses the given string(s) into a TeXFormula, puts the given accent above it and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addAcc(TeXFormula base, java.lang.String accentName)
          Puts the given accent above the given TeXFormula and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addAcc(TeXFormula base, TeXFormula accent)
          Puts the given accent TeXFormula (that must represent a single accent symbol!) above the given base TeXFormula and inserts the result at the end of the current TeXFormula.
 TeXFormula TeXFormula.addSymbol(java.lang.String name, int type)
          Inserts the symbol with the given name at the end of the current TeXFormula as a symbol of the given symbol type.
 TeXFormula TeXFormula.putAccentOver(java.lang.String accentName)
          Puts the given accent above the current TeXFormula and changes the current TeXFormula into the resulting accent construction.