summaryrefslogtreecommitdiff
path: root/dviware/dvipsconfig/config.tek550transparency
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.tek550transparency
Initial commit
Diffstat (limited to 'dviware/dvipsconfig/config.tek550transparency')
-rw-r--r--dviware/dvipsconfig/config.tek550transparency45
1 files changed, 45 insertions, 0 deletions
diff --git a/dviware/dvipsconfig/config.tek550transparency b/dviware/dvipsconfig/config.tek550transparency
new file mode 100644
index 0000000000..ab3731c20c
--- /dev/null
+++ b/dviware/dvipsconfig/config.tek550transparency
@@ -0,0 +1,45 @@
+%!
+% config.tek550transparency
+% Configuration and header file for dvips. Load with: dvips -P tek550transparency
+%
+% Selects printing on transparency for Tektronix colour printers.
+% It should work for the following printers (because they all use the same
+% PostScript code):
+% "Tektronix Phaser 550",
+% "Tektronix Phaser 550 1200 dpi",
+% "Tektronix Phaser 550J"
+% "Tektronix Phaser 550J 1200 dpi",
+% all using: PSVersion: "(2015.105) 9"
+% "Tektronix Phaser 560",
+% "Tektronix Phaser 560 Extended"
+% "Tektronix Phaser 560J Extended",
+% all using: PSVersion: "(2015.105) 14"
+%
+% 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>
+% 19 Feb 1999; 9 Mar 2000
+%
+ mark
+ {
+ 4 dict begin
+ /MediaPosition null def
+ /MediaType (Transparency) def
+ /TraySwitch true def
+ /ManualFeed false def
+ currentdict end
+ setpagedevice
+ } stopped % execute procedure, ignoring errors
+ cleartomark % tidy up stack
+%
+ { % start a procedure so PostScript `ignores' the dvips configuration part.
+h config.tek550transparency
+ } pop % PostScript cleanup
+%
+% EOF config.tek550transparency