diff options
Diffstat (limited to 'Build/source/texk/dvipsk/contrib/volker/inv.cfg')
-rw-r--r-- | Build/source/texk/dvipsk/contrib/volker/inv.cfg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/contrib/volker/inv.cfg b/Build/source/texk/dvipsk/contrib/volker/inv.cfg new file mode 100644 index 00000000000..7b6223c92d4 --- /dev/null +++ b/Build/source/texk/dvipsk/contrib/volker/inv.cfg @@ -0,0 +1,21 @@ +% config.inv +% Configuration file for dvips. Load with: dvips -P inv. +% +% Invert the printing. +% This currently mucks up the first of the pages printed. +% +% 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 +% + %[{} + /exec load currenttransfer /exec load] cvx settransfer + [{1 exch sub} /exec load currenttransfer /exec load] cvx settransfer + %/fPP true def +% + { % start a procedure so PostScript `ignores' the dvips options. +h config.inv + } pop % PostScript cleanup |