Module tectonic::engines[][src]

Expand description

Access to Tectonic’s processing backends.

These backends subsume the functionality of programs such as bibtex, xetex, and xdvipdfmx. This module is historical — the API for each of these is defined in crates with names like tectonic_engine_xetex.

Re-exports

pub use self::bibtex::BibtexEngine;
pub use self::spx2html::Spx2HtmlEngine;

Modules

bibtex
spx2html

Convert Tectonic’s SPX format to HTML

tex
xdvipdfmx

Structs

TexEngine

A struct for invoking the (Xe)TeX engine.

XdvipdfmxEngine

A struct for invoking the xdvipdfmx engine.