public interface StarMathConverter
ConverterFactory
Modifier and Type | Method and Description |
---|---|
java.lang.String |
convert(java.lang.String sStarMathFormula)
Convert a StarMath formula
|
Config |
getConfig()
Get the configuration used when converting.
|
java.lang.String |
getPreamble()
Create a suitable LaTeX preamble to process the formulas converted so far
|
Config getConfig()
java.lang.String convert(java.lang.String sStarMathFormula)
sStarMathFormula
- is a string containing the StarMath formulajava.lang.String getPreamble()