HARDCOPY
HPLaserJet refers to a Hewlett-Packard LaserJet bitmap device.
keyword keyword
P print on a queue PC print on a queue -compressed-
S save in a file SC save in a file -compressed-
T TeX output file TC TeX output file -compressed-
TJ TeX output file -justified-
TJC TeX output file -compressed-justified-
A auxiliary port output
The default queue is HP$LASER and the default file is HPLASER.PLT
Compressed format can speed up the printing of a drawing, as much
as 5 times faster. Compressed format is recognized ONLY by the
LaserJet IIP, III or later developed HP printers. Do NOT use
compressed format output on other LaserJet devices.
GKS refers to GKS metafiles. The GKS metafile is available only at
sites where PHYSICA is linked with a local GKS library. In this case,
there will likely be an interpreter program which allows the metafile
to be replayed onto various printers and terminals.
keyword
S save in a file
The default file is GKS.PLT
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is LNPTR and the default file is PX.PLT
HPPlotter refers to a Hewlett-Packard pen plotter.
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is HPLTR and the default file is HPP.PLT
HPThinkJet refers to a Hewlett-Packard ThinkJet bitmap device.
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is HP$THINK and the default file is HPTHINK.PLT
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is LA100 and the default file is LA100.PLT
Houston refers to a Houston Instruments pen plotter.
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is HOUSTON and the default file is HOUSTON.PLT
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is LN03 and the default file is LN03.PLT
Imagen refers to an Imagen Impress vector plotter.
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is IMAGEN and the default file is IMAGEN.PLT
Roland refers to a Roland pen plotter (RDGL).
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is RDGL and the default file is RDGL.PLT
InkJet refers to Hewlett-Packard PaintJet bitmap printers as well as
LJ250 bitmap printers.
keyword
P print on a queue
PT print on a queue -transparency-
S save in a file
A auxiliary port output
The default queue is INK_JET and the default file is INKJET.PLT
keyword
P print on a queue
S save in a file
A auxiliary port output
The default queue is POST$SCRIPT and the default file is POSTSCRIPT.PLT
DEVICE HPP ! turn on HP pen plotter file generation (size A)
GRAPH X Y ! draw a graph
HARDCOPY P HPPLOT ! print the graphics directly on queue HPPLOT
DEVICE HPL 150 ! turn on HP LaserJet bitmap generation (150 dpi)
GRAPH X Y ! draw a graph
HARDCOPY TJ FILE.PLT ! save the graphics in a file for inclusion
! in a TeX or LaTeX document in justified format
DEVICE POST ! turn on PostScript file generation
GRAPH X Y ! draw a graph
HARDCOPY S FILE.PSC ! save the graphics in a file for printing later