File: tombo.ps

package info (click to toggle)
dvi2ps 3.0a1-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,392 kB
  • ctags: 1,750
  • sloc: ansic: 11,699; sh: 277; makefile: 235
file content (41 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (13)
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
35
36
37
38
39
40
41
%%BeginProcSet: tombo 1 0
% tombo macros for phototypesetter
% version 1.0 7/7/1991
% Copyright (C) 1991
% Kazuhiro Kazama (kazama@square.ntt.jp)
% NTT Basic Research Laboratories
% All rights reserved.
/a4 {
    statusdict /setpage known {
	statusdict begin
	    667 914 1 setpage
	end
    }{
	statusdict /setpageparams known {
	    statusdict begin
		667 914 0 1 setpageparams
	    end
	} if
    } ifelse
    34 36 translate
} bind def

/b4 {
    userdict /a3 known {
	/a3 load exec
    }{
	statusdict /setpage known {
	    statusdict begin
		842 1191 1 setpage
	    end
	}{
	    statusdict /setpageparams known {
		statusdict begin
		    842 1191 0 1 setpageparams
		end
	    } if
	} ifelse
    } ifelse
    123 174.5 translate
} bind def
%%EndProcSet