blob: f81b426b9c1599d2be26050c8b8357e628001bad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DVIasm is a TeX utility program originally written by Jin-Hwan Cho, that is
designed for editing DeVice-Independent (DVI) files directly.
It consists of a single Python program, dviasm.py, in a human readable
text format and it runs on any platform in which Python is installed.
All revisions of DVIasm can be downloaded at
https://github.com/khaledhosny/dviasm
It is fully documented at
http://tug.org/TUGboat/Articles/tb28-2/tb89cho.pdf (TUGboat)
http://ajt.ktug.kr/assets/2008/5/1/0201cho.pdf (Asian Journal of TeX)
|