blob: 380359026f764a3be19e81fe6e62b8c736945aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
% config.a3
% Configuration file for dvips. Load with: dvips -P a3.
%
% Forces printing on A3 paper.
%
% 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, 21 Feb 1995
% VOLKER@ELEC.CANTERBURY.AC.NZ
%
a3
%
{ % start a procedure so PostScript `ignores' the dvips options.
h config.a3
} pop % PostScript cleanup
|