Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.63 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.63 KB

hex.pm hex.pm Documentation hex.pm github.com

Tectonic

Tooling to install and run Tectonic: A modernized, complete, self-contained TeX/LaTeX engine.

Why this compiler?

Because the LaTeX ecosystem has been around for so long (TeX was first released in 1978!), it can be tricky to wrangle all the compilers, packages, etc. to get a working build, and even harder to get reproducible results from workstation to server.

Tectonic simplifies this process as a stand-alone executable that:

  • Wraps both XeTeX and TeXLive
  • Automatically downloads support files
  • Automatically loops Tex/BibTex to fully process the document
  • Never asks for user interaction
  • Fully supports OpenType fonts and Unicode

Check out the Get Started for installation and basic usage.

Note: The installer code is adapted from the Tailwind and ESBuild installers, made by Wojtek Mach and José Valim.