From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- dviware/dvipsconfig/config.screen120 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dviware/dvipsconfig/config.screen120 (limited to 'dviware/dvipsconfig/config.screen120') diff --git a/dviware/dvipsconfig/config.screen120 b/dviware/dvipsconfig/config.screen120 new file mode 100644 index 0000000000..ea626aff4b --- /dev/null +++ b/dviware/dvipsconfig/config.screen120 @@ -0,0 +1,34 @@ +%! +% config.screen120 +% Configuration and header file for dvips. Load with: dvips -P screen120 +% +% Sets screen parameters to: +% frequency: 120 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 +% 20 Feb 1995; 9, 22 Mar 2000 +% + 120 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.screen120 + } pop % PostScript cleanup +% +% EOF config.screen120 -- cgit v1.2.3