0.7.5-rc1
Pre-release
Pre-release
·
268 commits
to main
since this release
Installation
latexml-oxide ships as a single self-contained executable. It also calls a few external tools when they are on your PATH:
- a TeX distribution (TeX Live, MacTeX, or MiKTeX) — for the packages, classes, and fonts your documents load.
- graphics tools (ImageMagick, Ghostscript, MuPDF, Poppler, dvipng, dvisvgm) — to convert figures.
Per-platform install instructions are in the README Installation guide.
Download the asset for your platform (each has a matching .sha256 to verify file integrity):
- Linux (x86-64) —
latexml-oxide_0.7.5-rc1-1_amd64.deb, or the portablelatexml-oxide-0.7.5-rc1-x86_64-unknown-linux-gnu.tar.gz - Linux (aarch64 / arm64) —
latexml-oxide_0.7.5-rc1-1_arm64.deb, or the portablelatexml-oxide-0.7.5-rc1-aarch64-unknown-linux-gnu.tar.gz - macOS (Apple Silicon) —
latexml-oxide-0.7.5-rc1-aarch64-apple-darwin.tar.gz - macOS (Intel) —
latexml-oxide-0.7.5-rc1-x86_64-apple-darwin.tar.gz - Windows (x86-64) —
latexml-oxide-0.7.5-rc1-x86_64-pc-windows-msvc.zip(unzip;latexml_oxide.exeis self-contained, no installer)
See CHANGELOG.md for release notes.
What's Changed
- docs(skills): add resolve-issue — public-issue → PR workflow by @dginev in #298
- fix #292: resolve urn:x-LaTeXML:XSLT: imports in a user --stylesheet by @dginev in #296
- fix #293: don't require the class name in standalone's \documentclass intercept by @dginev in #295
- fix #291: respect \setcounter{tocdepth} in the table of contents by @dginev in #294
- fix #301: exemption-audit test skips absent corpus in the packaged crate by @dginev in #302
- fix #299: dump staleness check compares TeXLive years, not kpathsea patch strings by @dginev in #300
- ar5iv issue sprint: xcolor global dvipsnames, sidecap, \ifmmode coverage + diagnostic plan by @dginev in #306
- fix: never leave file resolution silently dead; report the kpathsea backend by @dginev in #308
Full Changelog: 0.7.4...0.7.5-rc1