• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

UNIXtoMacLib/H26-Feb-1996-621367

debian/H30-Oct-2010-315187

test/H03-May-2022-159100

COPYINGH A D23-Jan-200317.7 KiB344283

ChangelogH A D13-Nov-20108.5 KiB160158

DVI.formatH A D09-Sep-19933.4 KiB10380

MakefileH A D27-Oct-2010795 4120

READMEH A D30-Oct-20101.8 KiB6143

README.MACH A D24-Mar-1996249 127

README.ORGH A D14-Nov-19901 KiB2718

README.VMSH A D02-May-19901.6 KiB3926

TODOH A D24-Mar-19961.7 KiB5138

commands.hH A D27-Oct-20104.5 KiB9868

disdvi.1H A D27-Oct-2010542 2826

disdvi.cH A D13-Nov-201021.4 KiB800567

dvi2tty.1H A D13-Nov-20105.1 KiB166164

dvi2tty.DCLH A D02-May-19901.3 KiB5654

dvi2tty.cH A D13-Nov-201025.8 KiB814588

dvi2tty.hH A D13-Nov-20105.6 KiB15288

dvi2tty.lsmH A D30-Oct-2010487 1716

dvi2tty.texH A D30-Oct-20108.8 KiB267265

dvistuff.cH A D13-Nov-201049.1 KiB1,6651,205

nagios.initH A D01-Nov-20102.4 KiB12995

README

1                DVI2TTY
2
3
4dvi2tty is intended for previewing dvi-files on text-only
5devices (terminals and lineprinters).
6The program is basically an improved C version of the pascal
7program written by Svante Lindahl (see README.ORG).
8I translated it because I could not find a pascal compiler
9on our machine that could compile it.
10The program runs under UNIX and MSDOS without problems
11It should also run under VMS.
12(you may need some site dependend redefinitions, see below).
13
14
15                DISDVI
16
17Disdvi is a simple hack that dumps a dvi file in a more readable form.
18It is not a spectacular program but use it and improve as you wish.
19I'd appreciate any enhancements made, bug reports etc. mailed to me.
20
21
22    COMPILING THE PROGRAMS
23
24Disdvi is rather simple and does not need any modifications.
25To compile under VMS, you might need to define an extra macro:
26Add a -DVMS on the command line, or add a line
27    #define VMS
28in the dvi2tty.h file.
29For dvi2tty you may find the following problems:
30
31 function strchr() can not be found:
32      Your are probably a BSD UNIX or alike.
33      Solution: #define strchr index
34 '/usr/bin/pg' program not found.
35      Solution: change the DEFPAGER macro in dvi2tty.c
36
37When set, just type:
38
39	make
40
41to build disdvi and dvi2tty
42
43dvi2tty is licensed under the GPL version 2. It has had a history of many
44authors, I am just one of the latest maintainers.
45
46Thats all, good luck.
47
48
49If you like this code and want to support is feel free to donate
50at Paypal marcel@mesa.nl. Thanks
51
52- Marcel
53#########################################
54# Marcel J.E. Mol                       #
55#                                       #
56# MESA Consulting +31-(0)6-54724868     #
57# email: marcel@mesa.nl                 #
58# The Netherlands                       #
59#                                       #
60#########################################
61

README.MAC

1Macintosh port for THINK_C
2
3Done by Alex Viskovatoff <av@mixcom.com>
4
5Guess the Makefile (if it is used by Think C)
6must be changed a bit to include the UNIXtoMacLib/
7for include files and some supporting functions.
8
9Cannot test this..
10
11-Marcel Mol
12

README.ORG

1
2dvitty is intended for previewing dvi-files on text-only devices
3(terminals and lineprinters). The output is not very pretty many
4times, but it still saves quite a lot of work, especially if you
5have a little ways to walk to a laserprinter, for example.
6
7The program was originally written in Hedrick-Pascal, running on
8TOPS-20, and was later ported to UNIX (BSD, Berkeley-pascal).
9
10It is not very smart in all situations, but still serves it pur-
11pose fairly well.
12
13For information on how to use see the man-page.
14
15Before compiling and installing inspect the  "compile-time cust-
16omization constants" and change them to suit your site.
17These constants configure default pager and a little more.
18
19Please report complaints, suggestions, bugs and/or fixes to:
20
21Svante Lindahl, NADA, KTH            Numerical Analysis & Computer Science
22UUCP: {seismo,mcvax}!enea!ttds!zap   Royal Institute of Technology, Sweden
23ARPA: enea!ttds!zap@seismo.CSS.GOV   EAN: zap@cs.kth.sunet
24
25The TOPS-20 version of the program can also be obtained from the above
26address.
27

README.VMS

1README file for using dvi2tty on VAX/VMS using VAXC
2Created and submitted as a saveset by:
3
4   Robert Schneider                      Internet: robert@perv.pe.utexas.edu
5   Department of Petroleum Engineering   BITNET: pefv673@utchpc
6   University of Texas at Austin         THEnet: PERV::ROBERT
7
8                        Marcel Mol
9----------------------------------
10
11dvi2tty for VAX/VMS
12
13
14This is a version of dvi2tty for VAX/VMS which may be compiled with VAXC
15and used as a filter for converting the device independent output files
16produced by TeX to files which may be printed on ASCII terminals or line
17printers.  The original version of dvi2tty was written by Svante Lindahl.
18The improved C version of dvi2tty on which this port was based was done
19by Marcel Mol.  Only a few minor modifications were necessary to make
20dvi2tty work under VMS with VAXC.  Please see the file README. for further
21information on the authors and capabilities of dvi2tty.
22
23This saveset includes all sources which are necessary to compile and
24link dvi2tty under VMS using VAXC.  Also included in the saveset are object
25files and images generated from these sources.  The command file for
26building dvi2tty under VMS and the TeX documentation file for dvi2tty were
27done at The University of Texas at Austin.  The TeX documentation file
28was derived from the Unix man page by tr2tex and then converted to match
29local documentation styles.  Please see the "NOTE ---" comments in the
30documentation file to make the appropriate modifications for your site.
31
32If you need to rebuild the images used,  simply execute VMS_VAXC_DVI2TTY.COM.
33
34
35Robert Schneider
36
37
38
39