summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/contrib/volker/scr70.cfg
blob: 1d5fd85253f41a34750642d96369545d6962b985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% config.screen70
% Configuration file for dvips. Load with: dvips -P screen70.
%
% Sets screen frequency and angle for images to 70lpi/45degree.
%
% 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 "%".)
%
% Volker Kuhlmann, 20 Feb 1995
% VOLKER@ELEC.CANTERBURY.AC.NZ
%
 70 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 options.
h config.screen70
 } pop % PostScript cleanup