| 1 | """ |
| 2 | A module for reading dvi files output by TeX. Several limitations make |
| 3 | this not (currently) useful as a general-purpose dvi preprocessor, but |
| 4 | it is currently used by the pdf backend for processing usetex text. |
nothing calls this directly
no test coverage detected