Skip to content

0.7.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 19:31
· 346 commits to main since this release
5329ae4

Install

Debian / Ubuntu (.deb)

curl -LO https://github.com/dginev/latexml-oxide/releases/download/0.7.3/latexml-oxide_0.7.3-1_amd64.deb
sudo apt install ./latexml-oxide_0.7.3-1_amd64.deb

Portable tarball (x86_64 Linux)

curl -LO https://github.com/dginev/latexml-oxide/releases/download/0.7.3/latexml-oxide-0.7.3-x86_64-unknown-linux-gnu.tar.gz
tar xzf latexml-oxide-0.7.3-x86_64-unknown-linux-gnu.tar.gz
sudo cp latexml-oxide-0.7.3-x86_64-unknown-linux-gnu/latexml_oxide /usr/local/bin/

The binary bundles libxml2/libxslt/kpathsea, so tarball users only need a TeX
Live installation (read from your texmf tree) plus graphics tools:

sudo apt install texlive-latex-base texlive-latex-extra texlive-science imagemagick

macOS (Apple Silicon)

curl -LO https://github.com/dginev/latexml-oxide/releases/download/0.7.3/latexml-oxide-0.7.3-aarch64-apple-darwin.tar.gz
tar xzf latexml-oxide-0.7.3-aarch64-apple-darwin.tar.gz
sudo cp latexml-oxide-0.7.3-aarch64-apple-darwin/latexml_oxide /usr/local/bin/

The binary bundles libxml2/libxslt, so macOS users only need a TeX distribution:

# TeX Live — either Homebrew's:
brew install texlive
# …or MacTeX / BasicTeX, served via the subprocess-kpsewhich fallback.

macOS (Intel)

For Intel Macs (built with a macOS 10.13 deployment target, so it runs on
older Intel machines up to the latest Sonoma):

curl -LO https://github.com/dginev/latexml-oxide/releases/download/0.7.3/latexml-oxide-0.7.3-x86_64-apple-darwin.tar.gz
tar xzf latexml-oxide-0.7.3-x86_64-apple-darwin.tar.gz
sudo cp latexml-oxide-0.7.3-x86_64-apple-darwin/latexml_oxide /usr/local/bin/

Pick the tarball matching your Mac: aarch64 for Apple Silicon (M1/M2/M3…),
x86_64 for Intel. uname -m prints arm64 or x86_64.

Changelog

[0.7.3] (Intel-macOS asset + PDF-fidelity pass)

  • New target: Intel macOS (x86_64-apple-darwin). Releases now publish as
    a reviewable draft.
  • Upstream sync #2845–#2847 — lozenge/diamond codepoints, \toctitle register.
  • Fixed \AtBeginDocument{\RequirePackage …} wrongly erroring — traced to
    upstream bug #2846 (KNOWN_PERL_ERRORS.md #43).
  • Bibliography — author-year labels show the full author list; cross-document
    XPath fix.
  • Frontmatter & fonts — title / author-affiliation fidelity; T1 encoding for
    acmart / elsarticle / moderncv; llncs theorem body fonts.
  • DocsOXIDIZED_DESIGN split; 2026-07 session logs archived.

What's Changed

  • Harden post-processing for very large split index databases (614 MB → 40 201 pages) by @dginev in #274
  • 0.7.3: Intel-macOS asset + PDF-fidelity pass by @dginev in #275

Full Changelog: 0.7.2...0.7.3