Print (prt)

This option is invoked from the Documents Environment and is applicable for all constructs that are currently marked-up.

It enables a `.dvi' file to be sent to a printer through the setting of the environment variable.

The script for printing a document is the Dvi Print Script setting of the Options. For example a suitable setting might be:

     /usr/local/bin/printdvi
where the contents of the file `printdvi' might be:
      #! /bin/sh
      dvi2ps $1 > $1.ps
      lpr -Phplaser $1.ps
      rm -f *.ps *.aux *.dvi *.log *.toc
      lpq -Phplaser

A full on-line help listing is available in the Contents Page
Also available in the form of a complete Index.
Blogo © B-Core (UK) Limited, Last updated: 22 Feb 2002