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

#1836 in Parser implementations

Download history 96/week @ 2023-12-15 93/week @ 2023-12-22 71/week @ 2023-12-29 111/week @ 2024-01-05 125/week @ 2024-01-12 92/week @ 2024-01-19 213/week @ 2024-01-26 131/week @ 2024-02-02 165/week @ 2024-02-09 201/week @ 2024-02-16 226/week @ 2024-02-23 282/week @ 2024-03-01 181/week @ 2024-03-08 163/week @ 2024-03-15 230/week @ 2024-03-22 327/week @ 2024-03-29

928 downloads per month
Used in 22 crates (2 directly)

MIT license

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

~120KB