Go to file
Mark 34d643ffb0
Add texlive2024 bundle (#1230)
2024-11-05 21:42:31 -08: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
bundles Added `texlive2024-0312` bundle 2024-10-14 21:30:31 -07:00
crates Add synctex option in Toml file (#1197) 2024-10-14 21:28:19 -07:00
dist Fix macos version 2024-08-09 14:42:17 -07:00
docs Add synctex option in Toml file (#1197) 2024-10-14 21:28:19 -07:00
fuzz Plug memory leaks identified by fuzzer+Valgrind 2022-03-30 00:01:49 -04:00
reference_sources@70dbe0603c reference_sources: update to the TeXLive 2022.0 checkpoint 2022-09-25 18:55:14 -04:00
src Add texlive2024 bundle (#1230) 2024-11-05 21:42:31 -08:00
tests Add synctex option in Toml file (#1197) 2024-10-14 21:28:19 -07:00
.gitattributes ensure test reference files are checked out with LF line endings 2019-08-18 11:44:11 -04:00
.gitignore Modify gitignore 2024-10-14 21:30:35 -07: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 Normalize quotes in READMEs 2024-02-13 18:37:04 -08:00
Cargo.lock Bundle crate rewrite 2024-09-20 09:24:13 -07:00
Cargo.toml Added `bundle create` 2024-09-20 09:24:13 -07:00
Cross.toml Add aarch64-unknown-linux-musl as a cross-buildable architecture 2023-09-07 17:33:32 -04:00
LICENSE LICENSE: add this 2016-11-27 23:20:58 -05:00
README.md Normalize quotes in READMEs 2024-02-13 18:37:04 -08:00
build.rs Update comments 2024-03-27 19:00:12 -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.)