summaryrefslogtreecommitdiff
path: root/dviware/dvipsconfig/config.screen50
blob: a327c6deca1570e1395b0db10175e49f87928764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
%!
% config.screen50
% Configuration and header file for dvips. Load with: dvips -P screen50
%
% Sets screen parameters to:
%      frequency: 50 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>
%   26 Jun 1996, 25 Jan 1998; 9 Mar 2000
%
 50 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.screen50
 } pop % PostScript cleanup
%
% EOF config.screen50