summaryrefslogtreecommitdiff
path: root/dviware/dvipsconfig/config.inv
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/dvipsconfig/config.inv
Initial commit
Diffstat (limited to 'dviware/dvipsconfig/config.inv')
-rw-r--r--dviware/dvipsconfig/config.inv30
1 files changed, 30 insertions, 0 deletions
diff --git a/dviware/dvipsconfig/config.inv b/dviware/dvipsconfig/config.inv
new file mode 100644
index 0000000000..edea5bd58b
--- /dev/null
+++ b/dviware/dvipsconfig/config.inv
@@ -0,0 +1,30 @@
+%!
+% config.inv
+% Configuration and header 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 "%".)
+%
+% Copyright (C) 1995-2006 by Volker Kuhlmann.
+% Released under the terms of the GNU General Public License (GPL) Version 2.
+% See http://www.gnu.org/ for details.
+%
+% Volker Kuhlmann <VolkerKuhlmann@gmx.de>
+% 20 Feb 1995; 9, 22 Mar 2000
+%
+ [
+ %{}
+ {1 exch sub}
+ % in gs 5.10, 6.0 this transfer function inverts the text colour, but not
+ % the background/paper colour...
+ /exec load currenttransfer /exec load] cvx settransfer
+%
+ { % start a procedure so PostScript `ignores' the dvips configuration part.
+h config.inv
+ } pop % PostScript cleanup
+%
+% EOF config.inv