Expand description
Abstract post-processor base.
Port of LaTeXML::Post::Processor.
All post-processors implement the Processor trait.
Structs§
- Class
Info - Information about a document class or package extracted from processing instructions.
- Package
Info - Information about a loaded package.
- Processor
Options - Options for constructing a processor.
Enums§
- Post
Error - Errors from post-processing.
Traits§
- Processor
- Abstract base trait for all post-processors.
Functions§
- copy_
foreign_ attributes - Copy foreign-namespace attributes from
sourcetotarget. - find_
documentclass_ and_ packages - Extract the document class and packages from
<?latexml ...?>processing instructions. - find_
preambles - Extract preamble data from
<?latexml ...?>processing instructions.
Type Aliases§
- Process
Result - Result of processing: the document (possibly split into multiple).