Documentation of 'org.matheclipse.core.eval.TeXUtilities' Java class
TeXUtilities
org.matheclipse.core.eval

Class TeXUtilities



  • public class TeXUtilities
    extends java.lang.Object
    Convert 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
      void stopRequest() 
      void toTeX(java.lang.Object objectExpression, java.io.Writer out)
      Converts the objectExpression into a MathML 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TeXUtilities

        public TeXUtilities(EvalEngine evalEngine,
                            boolean relaxedSyntax)
        Parameters:
        evalEngine -
        relaxedSyntax - if true use '(...)' 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 given Writer
        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 given Writer
        Parameters:
        objectExpression -
        out -
      • stopRequest

        public void stopRequest()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.