Releases: tectonic-typesetting/tectonic
Releases · tectonic-typesetting/tectonic
tectonic_engine_xetex 0.4.2
tectonic_engine_xetex 0.4.2 (2023-05-18)
- Remove the automatic insertion of paragraph tags in HTML mode (#1016, @pkgw).
It turns out that in TeX's internals, the starts and ends of "paragraphs"
occur much more frequently than is apparent in the document source. And
TeXLive 2022 introduces new LaTeX-level hooks for paragraph starts and ends
that align much better with linguistic paragraphs. (This is not a coincidence,
since the LaTeX core team is being funded to add support for creating properly
semantically tagged PDFs.) So, for HTML output going forward, we'll use those
hooks, and then there's no need for paragraph tagging support to be built into
the engine here.
tectonic_engine_xdvipdfmx 0.4.1
tectonic_engine_xdvipdfmx 0.4.1 (2023-05-18)
- Tidy up recent Clippy warnings.
tectonic_engine_spx2html 0.3.0
tectonic_engine_spx2html 0.3.0 (2023-05-18)
- A massive rework to support more sophisticated HTML output for the
Tectonopedia project (#1016, @pkgw). This crate is still highly unstable so
we're not going to document them.
tectonic_engine_bibtex 0.1.5
tectonic_engine_bibtex 0.1.5 (2023-05-18)
- Treat
\r\n
sequences as a single unit (#1037, @CraftSpider). This leads to
more uniform behavior on Windows and non-Windows platforms.
tectonic_docmodel 0.2.1
tectonic_docmodel 0.2.1 (2023-05-18)
- Update the
toml
dependency to the 0.7 series (#1038, @CraftSpider) - Have
shell_escape_cwd
implyshell_escape = true
(#966, @pkgw)
tectonic_dep_support 0.1.1
tectonic_bundles 0.3.1
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_bridge_graphite2 0.2.2
tectonic_bridge_graphite2 0.2.2 (2023-05-18)
- Tidy up recent Clippy warnings.
tectonic_bridge_flate 0.1.7
tectonic_bridge_flate 0.1.7 (2023-05-18)
- Tidy up recent Clippy warnings.
tectonic_bridge_core 0.3.2
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.