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 SummaryFields Modifier and Type Field Description protected EvalEnginefEvalEngine
 - 
Constructor SummaryConstructors Constructor Description TeXUtilities(EvalEngine evalEngine, boolean relaxedSyntax)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstopRequest()booleantoTeX(String inputExpression, Writer out, boolean reset)Converts the inputExpression string into a TeX expression and writes the result to the givenWriterbooleantoTeX(IExpr objectExpression, Writer out)Converts the objectExpression into a TeX expression and writes the result to the givenWriter
 
- 
- 
- 
Field Detail- 
fEvalEngineprotected EvalEngine fEvalEngine 
 
- 
 - 
Constructor Detail- 
TeXUtilitiespublic TeXUtilities(EvalEngine evalEngine, boolean relaxedSyntax) - Parameters:
- evalEngine-
- relaxedSyntax- if- trueuse '(...)' instead of '[...]' to parenthesize the arguments of a function.
 
 
- 
 - 
Method Detail- 
toTeXpublic 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
 
 - 
toTeXpublic boolean toTeX(IExpr objectExpression, Writer out) Converts the objectExpression into a TeX expression and writes the result to the givenWriter- Parameters:
- objectExpression-
- out-
 
 - 
stopRequestpublic void stopRequest() 
 
- 
 
-