Skip to main content

LATEXML_VERSION

Constant LATEXML_VERSION 

Source
pub const LATEXML_VERSION: &str = "0.7.5";
Expand description

The latexml-oxide version exposed to bindings as the state value LATEXML_VERSION — the Rust analog of Perl’s $LaTeXML::VERSION. This is our own crate version (latexml_oxide), not the emulated Perl LaTeXML’s, rendered as a bare X.Y.Z: Cargo’s _MAJOR/_MINOR/_PATCH components drop any -rc/pre-release suffix, so a version-gate parser (BookML’s .ltxml check or the XSLT b:version-leq) sees three integer parts. latexml_contrib and latexml_post can’t read this crate’s version directly (reverse dep), so it is injected via state at session init and read back where needed.