% config.simplex
% Configuration file for dvips. Load with: dvips -P simplex.
%
% Forces printing in simplex mode on a duplex printer.
% Ignored on a simplex printer.
% Works on HP LaserJet IIISi.
%
% This file is built so it can be used both as the header file for
% PostScript and as the configuration file for dvips.
% (Note that dvips ignores any lines beginning with a space or a "%".)
%
% Volker Kuhlmann, 20 Feb 1995
% VOLKER@ELEC.CANTERBURY.AC.NZ
%
statusdict begin false setduplexmode end
%
{ % start a procedure so PostScript `ignores' the dvips options.
h config.simplex
} pop % PostScript cleanup
|