org.matheclipse.core.eval
Class TeXUtilities
- java.lang.Object
-
- org.matheclipse.core.eval.TeXUtilities
-
public class TeXUtilities extends java.lang.ObjectConvert an expression into TeX output
-
-
Constructor Summary
Constructors Constructor and Description TeXUtilities(EvalEngine evalEngine, boolean relaxedSyntax)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidstopRequest()voidtoTeX(java.lang.Object objectExpression, java.io.Writer out)Converts the objectExpression into a MathML expression and writes the result to the givenWritervoidtoTeX(java.lang.String inputExpression, java.io.Writer out)Converts the inputExpression string into a TeX expression and writes the result to the givenWriter
-
-
-
Constructor Detail
-
TeXUtilities
public TeXUtilities(EvalEngine evalEngine, boolean relaxedSyntax)
- Parameters:
evalEngine-relaxedSyntax- iftrueuse '(...)' instead of '[...]' to parenthesize the arguments of a function.
-
-
Method Detail
-
toTeX
public void toTeX(java.lang.String inputExpression, java.io.Writer out)Converts the inputExpression string into a TeX expression and writes the result to the givenWriter- Parameters:
inputExpression-out-
-
toTeX
public void toTeX(java.lang.Object objectExpression, java.io.Writer out)Converts the objectExpression into a MathML expression and writes the result to the givenWriter- Parameters:
objectExpression-out-
-
stopRequest
public void stopRequest()
-
-
DMelt 3.0 © DataMelt by jWork.ORG