summaryrefslogtreecommitdiff
path: root/dviware/dvipsconfig/config.screen35
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/dvipsconfig/config.screen35
Initial commit
Diffstat (limited to 'dviware/dvipsconfig/config.screen35')
-rw-r--r--dviware/dvipsconfig/config.screen3534
1 files changed, 34 insertions, 0 deletions
diff --git a/dviware/dvipsconfig/config.screen35 b/dviware/dvipsconfig/config.screen35
new file mode 100644
index 0000000000..2857af0043
--- /dev/null
+++ b/dviware/dvipsconfig/config.screen35
@@ -0,0 +1,34 @@
+%!
+% config.screen35
+% Configuration and header file for dvips. Load with: dvips -P screen35
+%
+% Sets screen parameters to:
+% frequency: 35 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
+%
+ 35 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.screen35
+ } pop % PostScript cleanup
+%
+% EOF config.screen35