aware-tectonic 0.16.10

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
7
8
9
10
11
12
13
14
15
16
17
18
# Workspaces

***This concept only applies to Tectonic’s [V2 interface][v2cli-ref]. It is not
relevant to [the original ("V1") interface][v1cli-ref].***

[v2cli-ref]: ./v2cli.md
[v1cli-ref]: ./v1cli.md

A Tectonic *workspace* is a directory tree for building documents. The top-level
directory of a workspace contains a [Tectonic.toml][tectonic-toml] file.

[tectonic-toml]: ./tectonic-toml.md

At the moment, a workspace contains exactly one [document], having its source
rooted in the workspace root. In the future, Tectonic may be extended so that a
workspace might contain more than one document.

[document]: ./documents.md