diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-23 22:07:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-23 22:07:21 +0000 |
commit | 5544db1ab28bfc9f6d00716d5ed63646c930004c (patch) | |
tree | f024bf2ab5bbee6aaf361da0cd0ea453fb577fa2 /Master/texmf-dist/doc | |
parent | 4021daa8c194078cf1ca51f00eb8c9f450d1c1f7 (diff) |
dviasm (22jul14)
git-svn-id: svn://tug.org/texlive/trunk@34706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/dviasm/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dviasm/README b/Master/texmf-dist/doc/latex/dviasm/README new file mode 100644 index 00000000000..d2fc73b610c --- /dev/null +++ b/Master/texmf-dist/doc/latex/dviasm/README @@ -0,0 +1,14 @@ +DVIasm is a TeX utility program 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) |