Class StarMathConverter

    • Constructor Detail

      • StarMathConverter

        public StarMathConverter()
    • Method Detail

      • getPreamble

        public java.lang.String getPreamble()
        Description copied from interface: StarMathConverter
        Create a suitable LaTeX preamble to process the formulas converted so far
        Specified by:
        getPreamble in interface StarMathConverter
        Returns:
        a string containg the entire LaTeX preamble
      • convert

        public java.lang.String convert​(java.lang.String sStarMath)
        Description copied from interface: StarMathConverter
        Convert a StarMath formula
        Specified by:
        convert in interface StarMathConverter
        Parameters:
        sStarMath - is a string containing the StarMath formula
        Returns:
        a string containing the converted LaTeX formula