writer2latex.api
Interface StarMathConverter
- StarMathConverter
public interface StarMathConverter
This is an interface for a converter, which offers conversion of
a StarMath formula into LaTeX
Instances of this interface are created using the
ConverterFactory
String | convert(String sStarMathFormula) - Convert a StarMath formula
|
Config | getConfig() - Get the configuration used when converting.
|
String | getPreamble() - Create a suitable LaTeX preamble to process the formulas converted so far
|
convert
public String convert(String sStarMathFormula)
Convert a StarMath formula
sStarMathFormula
- is a string containing the StarMath formula
- a string containing the converted LaTeX formula
getConfig
public Config getConfig()
Get the configuration used when converting.
- the configuration used by this converter
getPreamble
public String getPreamble()
Create a suitable LaTeX preamble to process the formulas converted so far
- a string containg the entire LaTeX preamble