Go to file
Peter Williams b6d0566642 Plug memory leaks identified by fuzzer+Valgrind 2022-03-30 00:01:49 -04:00
.config/cranko .config/cranko/config.toml: define Cranko upstream URLs 2020-10-01 18:58:51 -04:00
.github .github/dependabot.yml: clear out ignored updates 2021-04-29 20:25:02 -04:00
crates Plug memory leaks identified by fuzzer+Valgrind 2022-03-30 00:01:49 -04:00
dist dist/azure-build-and-test-vcpkg.yml: fix up macOS vcpkg build (hopefully) 2022-03-22 10:45:38 -04:00
docs Updating links 2022-02-10 15:55:16 -03:00
fuzz Plug memory leaks identified by fuzzer+Valgrind 2022-03-30 00:01:49 -04:00
reference_sources@3b2891354f reference_sources: mark us as up-to-date with TeXLive 2021 2022-03-29 18:58:24 -04:00
src src/io/memory.rs: allow \openin of \openout files to succeed 2022-03-29 18:56:49 -04:00
tests tests: update for TeXLive 2021 2022-03-29 18:56:49 -04:00
.gitattributes ensure test reference files are checked out with LF line endings 2019-08-18 11:44:11 -04:00
.gitignore Add output specifications to Tectonic.toml 2020-12-27 19:48:35 -05:00
.gitmodules crates/bridge_harfbuzz/harfbuzz: vendor harfbuzz source @ 2.7.4 2021-01-09 22:06:36 -05:00
.rustfmt.toml .rustfmt.toml: add this 2020-04-06 08:45:08 -04:00
CARGO_README.md tectonic(!): switch to using `tectonic_bundles` 2021-06-13 11:47:54 -04:00
CHANGELOG.md Stub main-branch changelogs 2020-09-07 13:20:28 -04:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md 2017-05-26 19:16:48 -04:00
CONTRIBUTING.md CONTRIBUTING.md: add this 2018-12-29 19:10:15 -05:00
Cargo.lock engine_spx2html: use pinot 0.1.4 2022-03-01 20:27:08 -05:00
Cargo.toml tectonic: start using the versioned default bundle URL 2022-03-29 18:56:49 -04:00
Cross.toml Add i686-unknown-linux-gnu to the CI suite 2021-03-20 19:42:49 -04:00
LICENSE LICENSE: add this 2016-11-27 23:20:58 -05:00
README.md Split the Cargo and GitHub READMEs, and update 2021-06-04 16:26:25 -04:00
RELEASE_PROCESS.md RELEASE_PROCESS.md: tidy up for Cranko world 2020-09-07 13:06:29 -04:00
build.rs Get the main crate building using the new engine crates 2021-03-30 21:54:30 -04:00

README.md

Build Status codecov

Tectonic

Tectonic is a modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

Read this first

If you just want to compile TeX documents, you should probably click through to the main Tectonic website. This page is primarily aimed at folks interested in how Tectonic works “under the hood.” If you want to build the tectonic Rust crate, check out its README.

Developer dashboard

Packaging status

Technical ecosystem

If youre interested in Tectonic as a software tool, you might also want to check out:

The “reference sources”

Much of the core code of Tectonic is derived from XeTeX, and we strive to track and maintain compatibility with upstream as much as possible. However, the nature of the Tectonic project is such that its source code is going to diverge from that of XeTeX over time. We can do our best to track the semantics of changes to XeTeX, but the expression of those changes in source form may well change greatly over time.

In this repository, the Git submodule reference_sources links to the “staging repository” that tracks the XeTeX source code that we use as a reference. In particular, the version of the reference code in the submodule is the most recent code whose semantics are guaranteed to be expressed in Tectonic, to the best of our efforts. You dont need to clone reference_sources to build Tectonic (which is good because everyone is always super confused by how Git submodules work!). It just provides a convenient way for Git to track the exact reference code that we are using at any given time.

Please see the tectonic-staging README for more information. (Or at least, more words on the topic.)