Class LaTeXParser

    • Field Detail

      • KEY_UNIT_LENGTH

        public static final Pool.Key KEY_UNIT_LENGTH
        key associated with unit-length parameter (double)
      • KEY_ATTRIBUTES

        public static final Pool.Key KEY_ATTRIBUTES
        key associated with the shared attribute set (PicAttributeSet)
    • Constructor Detail

      • LaTeXParser

        public LaTeXParser​(Pool pool)
        Creates a new LaTeXParser, and build grammar rules
        Parameters:
        pool - a hashmap used to share variables across the grammar tree
    • Method Detail

      • reinit

        public void reinit()
        reinit LaTeX related parameters
        Overrides:
        reinit in class RootExpression