tectonic

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

OTHER License

Downloads
836.3K
Stars
3.9K
Committers
63

Bot releases are hidden (Show)

tectonic - tectonic_engine_xdvipdfmx 0.4.1

Published by pkgw over 1 year ago

tectonic_engine_xdvipdfmx 0.4.1 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_pdf_io 0.4.1

Published by pkgw over 1 year ago

tectonic_pdf_io 0.4.1 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_xetex_layout 0.2.2

Published by pkgw over 1 year ago

tectonic_xetex_layout 0.2.2 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_bridge_core 0.3.2

Published by pkgw over 1 year ago

tectonic_bridge_core 0.3.2 (2023-05-18)

  • Bump the md-5 dep to the 0.10 series (#1038, @CraftSpider)
  • Tidy up recent Clippy warnings.
tectonic - tectonic_bridge_flate 0.1.7

Published by pkgw over 1 year ago

tectonic_bridge_flate 0.1.7 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_bridge_graphite2 0.2.2

Published by pkgw over 1 year ago

tectonic_bridge_graphite2 0.2.2 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_docmodel 0.2.1

Published by pkgw over 1 year ago

tectonic_docmodel 0.2.1 (2023-05-18)

  • Update the toml dependency to the 0.7 series (#1038, @CraftSpider)
  • Have shell_escape_cwd imply shell_escape = true (#966, @pkgw)
tectonic - tectonic_bundles 0.3.1

Published by pkgw over 1 year ago

tectonic_bundles 0.3.1 (2023-05-18)

  • Bump the zip dependency to the 0.6 series (#1038, @CraftSpider)
  • Tidy up formatting and recent Clippy warnings
tectonic - tectonic_dep_support 0.1.1

Published by pkgw over 1 year ago

tectonic_dep_support 0.1.1 (2023-05-18)

  • Default the Windows vcpkg build to use a custom triplet that doesn't
    do debug builds (#961, @pkgw). This significantly speeds up the
    Tectonic Windows CI runs.
  • Tidy up recent Clippy warnings.
tectonic - tectonic_geturl 0.3.2

Published by pkgw over 1 year ago

tectonic_geturl 0.3.2 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_io_base 0.4.2

Published by pkgw over 1 year ago

tectonic_io_base 0.4.2 (2023-05-18)

  • Tidy up recent Clippy warnings.
  • Update the sha2 dependency to the 0.10 series (#1038, @CraftSpider)
tectonic - tectonic_xetex_format 0.3.1

Published by pkgw over 1 year ago

tectonic_xetex_format 0.3.1 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_xdv 0.2.2

Published by pkgw over 1 year ago

tectonic_xdv 0.2.2 (2023-05-18)

  • Tidy up formatting and recent Clippy warnings.
tectonic - tectonic_errors 0.2.1

Published by pkgw over 1 year ago

tectonic_errors 0.2.1 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic_status_base 0.2.1

Published by pkgw over 1 year ago

tectonic_status_base 0.2.1 (2023-05-18)

  • Tidy up recent Clippy warnings.
tectonic - tectonic 0.12.0

Published by pkgw almost 2 years ago

tectonic 0.12.0 (2022-10-27)

This release has only a few code updates:

  • Partial support for the dvipdfmx:config special has been added (#953, @vlasakm). This should fix some aspects of PDF generation, including named anchors created by hyperref. Other fixes might help with the attachfile package, although that is awaiting further confirmation.
  • A dumb crash was fixed when attempting to create HTML output with an input that has not been set up for the Tectonic HTML compilation framework (#955, @pkgw). Note, however, that generic documents will still fail to build in HTML mode. The program just won't crash now. As of this release, the only example of working HTML output from Tectonic is the tt-weave system (see below).

More noteworthy are several non-code improvements!

  • A preliminary official build for the Apple Silicon platform (aarch64-apple-darwin) is now available (#959, @pkgw). Due to lack of support in the continuous integration system we can't test the build thoroughly, but it appears to work.
  • @KaranAhlawat contributed a how-to guide for using Tectonic in Emacs AucTeX.
  • @mnrvwl has done a fantastic job reviewing our GitHub issues, gathering more information when needed, and closing out ones that have been solved.
  • @pkgw has published XeTeX: A Pseudoprogram, a digital book that derives from Knuth's TeX: The Program. This book is generated from the reference XeTeX code underlaying Tectonic’s typesetting using a new processor called tt-weave. See the book’s preface for more information.

Thank you to all of our contributors!

tectonic - tectonic_engine_spx2html 0.2.1

Published by pkgw almost 2 years ago

tectonic_engine_spx2html 0.2.1 (2022-10-27)

  • Avoid a dumb crash when attempting to compile documents that have not been
    set up for the Tectonic HTML compilation framework (#955, @pkgw). Note,
    however, that generic documents will still fail to build in HTML mode.
tectonic - tectonic_pdf_io 0.4.0

Published by pkgw almost 2 years ago

tectonic_pdf_io 0.4.0 (2022-10-27)

  • Make it possible to semi-properly handle the dvipdfmx:config special (#904,
    #953, @vlasakm). This should fix some aspects of PDF generation, including
    named anchors created by hyperref.
  • Fix loading of image stream references (#935, #953, @vlasakm). This should
    help with the attachfile package although we are not sure if it is a
    complete fix.
tectonic - tectonic_engine_xdvipdfmx 0.4.0

Published by pkgw almost 2 years ago

tectonic_engine_xdvipdfmx 0.4.0 (2022-10-27)

  • Use new support in the pdf_io backend to handle the dvipdfmx:config
    special (#904, #953, @vlasakm). This should fix some aspects of PDF generation,
    including named anchors created by hyperref.
tectonic - tectonic 0.11.0

Published by pkgw about 2 years ago

tectonic 0.11.0 (2022-10-04)

  • Many updates to the experimental, unstable spx2html engine for creating HTML
    output (#941, @pkgw). They will not be documented here because there are a lot
    and the aforementioned experimental-ness and instability. This work is in
    service of the tt-weave demo, which is almost ready for a preliminary
    release.
  • Add a tweak to the Harfbuzz build script that should hopefully fix builds on
    macOS against old SDKs, as seen in conda-forge (#944, @pkgw).