diff options
Diffstat (limited to 'Build/source/texk/dvipsk/contrib/volker/scr120.cfg')
-rw-r--r-- | Build/source/texk/dvipsk/contrib/volker/scr120.cfg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/contrib/volker/scr120.cfg b/Build/source/texk/dvipsk/contrib/volker/scr120.cfg new file mode 100644 index 00000000000..fe878ece24a --- /dev/null +++ b/Build/source/texk/dvipsk/contrib/volker/scr120.cfg @@ -0,0 +1,21 @@ +% config.screen120 +% Configuration file for dvips. Load with: dvips -P screen120. +% +% Sets screen frequency and angle for images to 120lpi/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 +% + 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 options. +h config.screen120 + } pop % PostScript cleanup |