The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:LaTeXML TEX"

LaTeXML::Core - transforms TeX into XML. River stage one • 2 direct dependents • 2 total dependents

METHODS "my $latexml = LaTeXML::Core->new(%options);" Creates a new LaTeXML object for transforming TeX files into XML. verbosity : Controls verbosity; higher is more verbose, smaller is quieter. 0 is the default. strict : If true, undefined control ...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML - A converter that transforms TeX and LaTeX into XML/HTML/MathML River stage one • 2 direct dependents • 2 total dependents

LaTeXML is a converter that transforms TeX and LaTeX into XML/HTML/MathML and other formats. A LaTeXML object represents a converter instance and can convert files on demand, until dismissed. METHODS "my $converter = LaTeXML->new($config);" Creates a...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Util::Pack - smart packing and unpacking of TeX archives River stage one • 2 direct dependents • 2 total dependents

This module provides an API and convenience methods for: 1. Unpacking Zip archives which contain a TeX manuscript. 2. Packing the files of a LaTeXML manuscript into a single archive 3. Extracting embeddable fragments, as well as single formulas from ...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

latexml - transforms a TeX/LaTeX file into XML. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

latexmlmath - transforms a TeX/LaTeX math expression into various formats. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Package - Support for package implementations and document customization. River stage one • 2 direct dependents • 2 total dependents

This module provides a large set of utilities and declarations that are useful for writing `bindings': LaTeXML-specific implementations of a set of control sequences such as would be defined in a LaTeX style or class file. They are also useful for co...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::Box - Representations of digested objects; extends LaTeXML::Common::Object. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::Pair - representation of pairs of numerical things River stage one • 2 direct dependents • 2 total dependents

represents pairs of numerical things, coordinates or such. Candidate for removal! Exported functions "$pair = Pair($num1,$num2);" Creates an object representing a pair of numbers; Not a part of TeX, but useful for graphical objects. The two component...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

latexmlpost - postprocesses an xml file generated by latexml to perform common tasks, such as convert math to images and processing graphics inclusions for the web. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::Token - representation of a Token: a pair of character and category code (catcode); It extends LaTeXML::Common::Object. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::Array - support for Arrays of objects River stage one • 2 direct dependents • 2 total dependents

Provides a representation of arrays of digested objects. It extends LaTeXML::Common::Object. Methods "LaTeXML::Core::Array->new(%options);" Creates an Array object Options are values List of values; typically Tokens, initially. type The type of objec...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::State - stores the current state of processing. River stage one • 2 direct dependents • 2 total dependents

A "LaTeXML::Core::State" object stores the current state of processing. It recording catcodes, variables values, definitions and so forth, as well as mimicking TeX's scoping rules. Access to State and Processing "$STATE->getStomach;" Returns the curr...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Pre::BibTeX - implements a BibTeX parser for LaTeXML. River stage one • 2 direct dependents • 2 total dependents

"LaTeXML::Pre::BibTeX" serves as a low-level parser of BibTeX database files. It parses and stores a "LaTeXML::Pre::BibTeX::Entry" for each entry into the current STATE. BibTeX "string" macros are substituted into the field values, but no other proce...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Common::Glue - representation of glue, skips, stretchy dimensions; extends LaTeXML::Common::Dimension. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::MuGlue - representation of math glue; extends LaTeXML::Common::Glue. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Common::Float - representation of floating point numbers; extends LaTeXML::Common::Number. River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Common::Font - representation of fonts River stage one • 2 direct dependents • 2 total dependents

"LaTeXML::Common::Font" represent fonts in LaTeXML. It extends LaTeXML::Common::Object. This module defines Font objects. I'm not completely happy with the arrangement, or maybe just the use of it, so I'm not going to document extensively at this poi...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::Gullet - expands expandable tokens and parses common token sequences. River stage one • 2 direct dependents • 2 total dependents

A "LaTeXML::Core::Gullet" reads tokens (LaTeXML::Core::Token) from a LaTeXML::Core::Mouth. It is responsible for expanding macros and expandable control sequences, if the current definition associated with the token in the LaTeXML::Core::State is an ...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::PairList - representation of lists of pairs of numerical things River stage one • 2 direct dependents • 2 total dependents

represents lists of pairs of numerical things, coordinates or such. Candidate for removal! Exported functions "$pair = PairList(@pairs);" Creates an object representing a list of pairs of numbers; Not a part of TeX, but useful for graphical objects....

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC

LaTeXML::Core::Stomach - digests tokens into boxes, lists, etc. River stage one • 2 direct dependents • 2 total dependents

"LaTeXML::Core::Stomach" digests tokens read from a LaTeXML::Core::Gullet (they will have already been expanded). It extends LaTeXML::Common::Object. There are basically four cases when digesting a LaTeXML::Core::Token: A plain character is simply co...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC
27 results (0.034 seconds)