Module document

Source
Expand description

A single Tectonic document.

Every document is part of a crate::workspace::Workspace. At the moment workspaces can only contain a single document each, but in the future it might become possible for one workspace to contain multiple documents.

This crate, on its own, does not provide document-processing capabilities. The main tectonic crate provides extension traits that set up document processing, in the tectonic::docmodel module.

Structs§

Document
A Tectonic document.
OutputProfile
Persistent settings for a document build.

Enums§

BuildTargetType
The output target type of a document build.

Constants§

DEFAULT_INDEX_FILE
The default filesystem name for the main “index” file of a document.
DEFAULT_POSTAMBLE_FILE
The default filesystem name for the “postamble” file of a document.
DEFAULT_PREAMBLE_FILE
The default filesystem name for the “preamble” file of a document.