: Example how to install your own printer.
: For a `new' printer we need the following:
:
PRNTYPE=Laserjet (300dpi)
: Description which will appear in the 'printer type' option

DVICLASS=laserjet
: Printer category: valid types are
: laserjet
: matrix
: postscr
: gs
: bitmap
:
: This is used to determine which dvi driver is used

PRNEXT=lj
: Extension of  binary files for this printer

XDPI=300
YDPI=300
: Resolution of the printer fonts in dots per inch

XRES=300
YRES=300
: Resolution of the printer driver (DOT_TYPE) in dots per inch

DOT_TYPE=
: Name of the .dot file used by dvidot to drive a matrix printer

PRINTCNF=@t:\hplj.cnf /oi+ /fb /fl-1
: Options for dvi-driver when printing

VIEWCNF=@t:\hplj.cnf /fb /fl-1
: Options for dviscr when viewing output for this printer

POSTCFG=
: Options for dvips (only if DVICLASS=postscr)

GHOSTCFG=
: Options for gs (only if DVICLASS=gs, use this to tell the
: 'target' printer to Ghostscript)

PRINTER_MODE=hplaser
: The METAFONT mode used when generating fonts for this printer
: Valid are e.g. hplaser, epsonfx, itoh, lqlores, lqhires
: See \emtex\metafont\mfinput\local.mf for a complete list

DVIDRVFONTS=%MYFONTS\hplaser
: Directory where the fonts are in the font directories. Use the same
: name as PRINTER_MODE

: This printer setup was made by Phons Bloemen
