Crate tectonic_bundles

Crate tectonic_bundles 

Source
Expand description

Implementations of Tectonic bundle formats.

A Tectonic “bundle” is a collection of TeX support files. In code, bundles implement the Bundle trait defined here, although most of the action in a bundle will be in its implementation of tectonic_io_base::IoProvider.

This crate provides the following bundle implementations:

Modules§

cache
Local caching of bundle data.
dir
A module for the directory bundle DirBundle.
itar
The web-friendly “indexed tar” bundle backend.
zip
ZIP files as Tectonic bundles.

Traits§

Bundle
A trait for bundles of Tectonic support files.

Functions§

get_fallback_bundle
Open the fallback bundle.
get_fallback_bundle_url
Get the URL of the default bundle.