summaryrefslogtreecommitdiff
path: root/dviware/epson/eps-0.2/README.DJG
blob: a0e0c9ee2a73cbb9980f83a4f8e7cae2edba1f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This will work on MSDOS with djgpp.  I haven't finished all the
Makefiles yet.

This is basically the procedure:

1. cd lib.  make -f makefile.djg.

2. cd eps.  make -f makefile.djg

To print this with MSDOS you need to use

copy /b <file> prn:

You can change the location of 'fontdesc' by editing the Makefile.djg
in lib.

Here is an example fontdesc for MSDOS:

font	pk	epson	3	d:\\tex\\fonts\\epson\\%m\\%f.pk

NOTICE the '\\'.  This string winds up going through sprintf somewhere
in the code, that's why.