Package writer2latex.latex
Class StarMathConverter
java.lang.Object
writer2latex.latex.StarMathConverter
- All Implemented Interfaces:
StarMathConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Convert a StarMath formulaGet the configuration used when converting.Create a suitable LaTeX preamble to process the formulas converted so far
-
Constructor Details
-
StarMathConverter
public StarMathConverter()
-
-
Method Details
-
appendDeclarations
-
getConfig
Description copied from interface:StarMathConverter
Get the configuration used when converting.- Specified by:
getConfig
in interfaceStarMathConverter
- Returns:
- the configuration used by this converter
-
getPreamble
Description copied from interface:StarMathConverter
Create a suitable LaTeX preamble to process the formulas converted so far- Specified by:
getPreamble
in interfaceStarMathConverter
- Returns:
- a string containg the entire LaTeX preamble
-
convert
Description copied from interface:StarMathConverter
Convert a StarMath formula- Specified by:
convert
in interfaceStarMathConverter
- Parameters:
sStarMath
- is a string containing the StarMath formula- Returns:
- a string containing the converted LaTeX formula
-