diff options
Diffstat (limited to 'Master/texmf-dist/dvips/dvipsconfig/config.screen80')
-rw-r--r-- | Master/texmf-dist/dvips/dvipsconfig/config.screen80 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/dvips/dvipsconfig/config.screen80 b/Master/texmf-dist/dvips/dvipsconfig/config.screen80 new file mode 100644 index 00000000000..e7635ff6688 --- /dev/null +++ b/Master/texmf-dist/dvips/dvipsconfig/config.screen80 @@ -0,0 +1,34 @@ +%! +% config.screen80 +% Configuration and header file for dvips. Load with: dvips -P screen80 +% +% Sets screen parameters to: +% frequency: 80 lpi, angle: 45 degree, spot function: dot +% +% 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 +% + 80 45 + { % "Dot" function: + abs exch abs 2 copy add 1 gt + { + 1 sub dup mul exch 1 sub dup mul add 1 sub + }{ + dup mul exch dup mul add 1 exch sub + } ifelse + } + setscreen +% + { % start a procedure so PostScript `ignores' the dvips configuration part. +h config.screen80 + } pop % PostScript cleanup +% +% EOF config.screen80 |