public class TeXUtilities
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected EvalEngine |
fEvalEngine |
protected TeXFormFactory |
fTeXFactory |
Constructor and Description |
---|
TeXUtilities(EvalEngine evalEngine,
boolean relaxedSyntax) |
Modifier and Type | Method and Description |
---|---|
void |
stopRequest() |
void |
toTeX(IExpr objectExpression,
java.io.Writer out)
Converts the objectExpression into a TeX expression and writes the result
to the given
Writer |
void |
toTeX(java.lang.String inputExpression,
java.io.Writer out)
Converts the inputExpression string into a TeX expression and writes the
result to the given
Writer |
protected EvalEngine fEvalEngine
protected TeXFormFactory fTeXFactory
public TeXUtilities(EvalEngine evalEngine, boolean relaxedSyntax)
evalEngine
- relaxedSyntax
- if true
use '(...)' instead of '[...]' to
parenthesize the arguments of a function.public void toTeX(java.lang.String inputExpression, java.io.Writer out)
Writer
inputExpression
- out
- public void toTeX(IExpr objectExpression, java.io.Writer out)
Writer
objectExpression
- out
- public void stopRequest()