8 releases
0.2.2 | May 18, 2023 |
---|---|
0.2.1 | Oct 4, 2022 |
0.2.0 | Feb 28, 2022 |
0.1.12 | Jun 4, 2021 |
0.1.8 | Jun 17, 2018 |
#1927 in Parser implementations
950 downloads per month
Used in 23 crates
(2 directly)
48KB
1K
SLoC
The tectonic_xdv
create
This crate is part of the Tectonic project. It can decode XDV and SPX files.
lib.rs
:
A decoder for the XDV and SPX file formats used by Tectonic and XeTeX.
Both of these file formats are derived from the venerable “device independent” (DVI) format used by TeX. The XDV format (name presumably meaning something like “XeTeX DVI” or “extended DVI”) adds a few codes needed to express native fonts in the output. The SPX format (“semantically-paginated XDV”) is essentially the same as XDV, but expresses output that is not paginated for print — this is what Tectonic uses to produce its HTML output.
Dependencies
~115KB