Index of /ctan/obsolete/dviware/dvi2xx/
| | | |
../ | | - | Directory |
2up.sty | 1994-Apr-25 00:00:00 | 13.4K | application/octet-stream |
commands.h | 1994-Apr-25 00:00:00 | 3.3K | text/plain;charset=utf-8 |
config.h | 1994-Apr-25 00:00:00 | 5.0K | text/plain;charset=utf-8 |
dvi2xx.051 | 1994-Apr-25 00:00:00 | 2.9K | application/octet-stream |
dvi2xx.051a11.tar.gz | 1994-Nov-16 00:00:00 | 575.4K | application/x-gtar-compressed |
dvi2xx.c | 1994-Apr-25 00:00:00 | 143.7K | text/plain;charset=utf-8 |
dvi2xx.history | 1994-Apr-25 00:00:00 | 25.1K | application/octet-stream |
dvi2xx.make | 1994-Apr-25 00:00:00 | 4.2K | application/octet-stream |
dvi2xx.man | 1994-Apr-25 00:00:00 | 9.3K | application/x-troff-man |
dvi2xx.txt | 1994-Apr-25 00:00:00 | 10.0K | text/plain;charset=utf-8 |
findfile.c | 1994-Apr-25 00:00:00 | 6.2K | text/plain;charset=utf-8 |
graybox.sty | 1994-Apr-25 00:00:00 | 1.7K | application/octet-stream |
lj3-filter | 1994-Apr-25 00:00:00 | 3.1K | application/octet-stream |
Makefile | 1994-Apr-25 00:00:00 | 3.4K | text/x-makefile;charset=utf-8 |
MakeTeXPK | 1994-Apr-25 00:00:00 | 2.4K | application/octet-stream |
printcap.sample | 1994-Apr-25 00:00:00 | 0.3K | application/octet-stream |
README | 1994-Apr-25 00:00:00 | 2.7K | text/plain;charset=utf-8 |
README.0.51alpha9 | 1994-Apr-25 00:00:00 | 1.0K | application/octet-stream |
README.dell-unix | 1994-Apr-25 00:00:00 | 2.7K | application/octet-stream |
README.pcl | 1994-Apr-25 00:00:00 | 1.2K | application/vnd.hp-PCL |
README.vms | 1994-Apr-25 00:00:00 | 23.6K | application/octet-stream |
sample2.tex | 1994-Apr-25 00:00:00 | 6.8K | application/x-tex |
testpage.tex | 1994-Apr-25 00:00:00 | 2.2K | application/x-tex |
tfm.c | 1994-Apr-25 00:00:00 | 7.4K | text/plain;charset=utf-8 |
xmalloc.c | 1994-Apr-25 00:00:00 | 1.2K | text/plain;charset=utf-8 |
The dvi2xx family consists of the following programs:
Dvilj2 converts TeX-output .dvi files into HP PCL (i.e. HP
Printer Control Language) commands suitable for printing on a HP
LaserJet+, HP LaserJet II and fully compatible printers.
Dvilj2p converts TeX-output .dvi files into HP PCL commands suit-
able for printing on a HP LaserJet IIp, HP LaserJet III or HP
Laserjet 2000 and fully compatible printers. This version uses a
newer PCL command set and provides landscape printing.
Dviljp and dvilj are similar to dvilj2p and dvilj2 but they sup-
port only 128 character fonts. They may be used for Laserjet
clones which do not support 256 character fonts.
Dvi3812 converts TeX-output .dvi files into PMP files, the native
command language of the IBM 3812 page printer.
binary versions are available for:
- aix 3.1 rs6000
- hpux 7.0 risc
- msdos
- os/2
- ultrix 4.2 risc
- SunOS 4.1
=================================================================
Configuration:
-----------------------------------------------------------------
Compilation of the program:
under Unix: Makefile
in MS-DOS: cut out relevant part of dvi2xx.make
under VMS: see README.vms
config.h
most important:
FONTAREA:
fontpath leading to font directories; can be
overuled at runtiime by setting the
environment variable TEXPXL or the command
line option -a
default: "/usr/local/lib/tex/pk300"
(VMS default: "tex$pkdir:")
MAKETEXPK:
Name of the program which is called to generate a pk
file in a missing magnification
default: "MakeTeXPK"
-----------------------------------------------------------------
execution under MS-DOS:
CONFIG.SYS:
files=20
buffers=30
-----------------------------------------------------------------
MakeTeXPK:
DESTDIR:
Name of the directory where the neewly generated fonts
should be placed finally
default: /usr/local/lib/tex/pk/pk300
MF:
Name of the MetaFont program
default: cmmf
MFINPUTS:
search path for metafont input files for MetaFont
default: `pwd`:/usr/local/lib/mf/inputs
TEMPDIR:
directory for where the MetaFont compilation takes
place, and where intermediate files are put in, and
which is removed after the MakeTeXPK run.
default: /usr/tmp/mtpk.$$
be sure that you install MakeTeXPK in a way that it is allowed
to write to DESTDIR.
-----------------------------------------------------------------
lj3-filter:
location of perl (headerline) /usr/local/bin/perl
location of the tmp file (variable $tmpfile)
name of dvi-filter and its options (variable $dvifilter)