Package org.matheclipse.core.eval
Class TeXUtilities
- java.lang.Object
-
- org.matheclipse.core.eval.TeXUtilities
-
public class TeXUtilities extends Object
Convert an expression into TeX output
-
-
Field Summary
Fields Modifier and Type Field Description protected EvalEngine
fEvalEngine
-
Constructor Summary
Constructors Constructor Description TeXUtilities(EvalEngine evalEngine, boolean relaxedSyntax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stopRequest()
boolean
toTeX(String inputExpression, Writer out, boolean reset)
Converts the inputExpression string into a TeX expression and writes the result to the givenWriter
boolean
toTeX(IExpr objectExpression, Writer out)
Converts the objectExpression into a TeX expression and writes the result to the givenWriter
-
-
-
Field Detail
-
fEvalEngine
protected EvalEngine fEvalEngine
-
-
Constructor Detail
-
TeXUtilities
public TeXUtilities(EvalEngine evalEngine, boolean relaxedSyntax)
- Parameters:
evalEngine
-relaxedSyntax
- iftrue
use '(...)' instead of '[...]' to parenthesize the arguments of a function.
-
-
Method Detail
-
toTeX
public boolean toTeX(String inputExpression, Writer out, boolean reset)
Converts the inputExpression string into a TeX expression and writes the result to the givenWriter
- Parameters:
inputExpression
-out
-reset
- TODO
-
toTeX
public boolean toTeX(IExpr objectExpression, Writer out)
Converts the objectExpression into a TeX expression and writes the result to the givenWriter
- Parameters:
objectExpression
-out
-
-
stopRequest
public void stopRequest()
-
-