module documentation

Undocumented

Class ​Alpha​Command A command without parameters whose result is alphabetical.
Class ​Begin​Command A begin{}...end command and what it entails (array, cases, aligned)
Class ​Big​Bracket A big bracket generator.
Class ​Black​Box A container that does not output anything
Class ​Bounded​Dummy A bound parser that ignores everything
Class ​Bounded​Parser A parser bound by a final line
Class ​Bracket A {} bracket inside a formula
Class ​Bracket​Command A command which defines a bracket.
Class ​Bracket​Processor A processor for bracket commands.
Class ​Cloner An object used to clone other objects.
Class ​Combining​Function No class docstring; 2/2 methods documented
Class ​Command​Bit A formula bit that includes a command
Class ​Command​Line​Parser A parser for runtime options
Class ​Comment A LaTeX comment: % to the end of the line.
Class ​Constant A constant string
Class ​Container A container for text and objects in a lyx file
Class ​Container​Config Configuration class from elyxer.config file
Class ​Container​Extractor A class to extract certain containers.
Class ​Container​Output The generic HTML output for a container.
Class ​Contents​Output Outputs the contents converted to HTML
Class ​Document​Parameters Global parameters for the document.
Class ​Empty​Command An empty command (without parameters)
Class ​Empty​Output No class docstring; 2/2 methods documented
Class ​Ending​List A list of position endings
Class ​Equation​Environment A begin{}...end equation environment with rows and cells.
Class ​Escape​Config Configuration class from elyxer.config file
Class ​Excluding​Parser A parser that excludes the final line
Class ​Filtered​Output Returns the output in the contents, but filtered:
Class ​Fixed​Output Fixed output
Class ​Font​Function A function of one parameter that changes the font.
Class ​Formula A LaTeX formula
Class ​Formula​Array An array within a formula
Class ​Formula​Bit A bit of a formula
Class ​Formula​Cases A cases statement
Class ​Formula​Cell An array cell inside a row
Class ​Formula​Command A LaTeX command inside a formula
Class ​Formula​Config Configuration class from elyxer.config file
Class ​Formula​Constant A constant string in a formula
Class ​Formula​Equation A simple numbered equation.
Class ​Formula​Factory Construct bits of formula
Class ​Formula​Matrix A matrix (array with center alignment).
Class ​Formula​Number A string of digits in a formula
Class ​Formula​Parser Parses a formula
Class ​Formula​Processor A processor specifically for formulas.
Class ​Formula​Row An array row inside an array
Class ​Formula​Symbol A symbol inside a formula
Class ​Globable A bit of text which can be globbed (lumped together in bits). Methods current(), skipcurrent(), checkfor() and isout() have to be implemented by subclasses.
Class ​Hybrid​Function No summary
Class ​Hybrid​Size The size associated with a hybrid function.
Class ​Label​Function A function that acts as a label
Class ​Limit​Command A command which accepts limits above and below, in display mode.
Class ​Limit​Previous​Command A command to limit the previous command.
Class ​Limits​Processor A processor for limits inside an element.
Class ​Lone​Command A parser for just one command line
Class ​Maths​Processor A processor for a maths construction inside the FormulaProcessor.
Class ​Multi​Row​Formula A formula with multiple rows.
Class ​One​Param​Function A function of one parameter
Class ​Options A set of runtime options
Class ​Overset​Function A function that decorates some bit of text with an overset.
Class ​Parameter​Definition The definition of a parameter in a hybrid function.
Class ​Parameter​Function A function with a variable number of parameters defined in a template.
Class ​Parser A generic parser
Class ​Position A position in a text to parse. Including those in Globable, functions to implement by subclasses are: skip(), identifier(), extract(), isout() and current().
Class ​Position​Ending An ending for a parsing position
Class ​Raw​Text A bit of text inside a formula
Class ​Spaced​Command An empty command which should have math spacing in formulas.
Class ​Square​Bracket A [] bracket inside a formula
Class ​String​Container A container for a single string
Class ​String​Output Returns a bare string as output
Class ​String​Parser Parses just a string
Class ​Symbol​Function Find a function which is represented by a symbol (like _ or ^)
Class ​Tagged​Bit A tagged string in a formula
Class ​Tagged​Output Outputs an HTML tag surrounding the contents.
Class ​Text​Function A function where parameters are read as text.
Class ​Text​Parser A parser for a command and a bit of text
Class ​Text​Position A parse position based on a raw text.
Class ​Trace A tracing class
Class ​Underset​Function A function that decorates some bit of text with an underset.
Class ​White​Space Some white space inside a formula.
Class ​Whole​Formula Parse a whole formula
Function main Main function, called if invoked from the command line
Function math2html Convert some TeX math to HTML.
Variable __version__ Undocumented
def main():
Main function, called if invoked from the command line
def math2html(formula):
Convert some TeX math to HTML.
__version__: str =

Undocumented