aware-tectonic 0.16.9

A modernized, complete, embeddable TeX/LaTeX engine. Tectonic is forked from the XeTeX extension to the classic "Web2C" implementation of TeX and uses the TeXLive distribution of support files. This is the Aware Software fork of tectonic 0.16.9: identical to upstream except that its bundle crate (aware-tectonic-bundles) does not contact the network when the bundle cache is warm.
Documentation
1
2
3
4
5
6
// Copyright 2018-2021 the Tectonic Project
// Licensed under the MIT License.

//! Engine to convert Tectonic’s SPX format to HTML.

pub use tectonic_engine_spx2html::Spx2HtmlEngine;