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.
- Output
Profile - Persistent settings for a document build.
Enums§
- Build
Target Type - 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.