diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-22 21:20:48 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-22 21:20:48 +0000 |
commit | 809c85bdfa07ccde2f2bed55b01cbf590ec48066 (patch) | |
tree | 90a2002945e60f51bab1b2f9e49ff20af9f53330 /print/dvi2tty/pkg-descr | |
parent | - Fix WWW (diff) |
- Update to version 5.3.4
PR: ports/155792
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to '')
-rw-r--r-- | print/dvi2tty/pkg-descr | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/print/dvi2tty/pkg-descr b/print/dvi2tty/pkg-descr index 4cfaded79693..656de774ecac 100644 --- a/print/dvi2tty/pkg-descr +++ b/print/dvi2tty/pkg-descr @@ -1,14 +1,8 @@ -dvi2tty is a simple utility which displays a dvi file on a text only -device, say a terminal or a line printer. - -The output is not perfect but it does give you a basic idea of what -the final text would look like. I personally use this utility for the -first step in converting a dvi file into a text file. - -This program comes from the CTAN archive and it not currently being -maintained by anyone. Please see the README files in the distribution -for more information. - -Share and enjoy, - -Joel... +dvi2tty converts a TeX DVI-file to a format that is appropriate for +terminals and line printers. The program is intended to be used for +preliminary proofreading of TeX-ed documents. By default the output +is directed to the terminal, possibly through a pager (depending on +how the program was installed), but it can be directed to a file or +a pipe. + +WWW: http://www.mesa.nl/ |