File: config.ps

package info (click to toggle)
dvipsk-ja 5.86g%2Bjp1.5f-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,600 kB
  • ctags: 3,930
  • sloc: ansic: 37,961; sh: 3,838; makefile: 706; perl: 365; csh: 47; awk: 35
file content (85 lines) | stat: -rw-r--r-- 1,653 bytes parent folder | download
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*
*   See config.lino for more info.
*   With a virtual machine, we can claim 1M of memory.
*
m 470000
*
*   And send output by default to the printer.
*
* o !lpr
*
*  Additional .map files
*
* p +cmfonts.map
* p +lafonts.map
* p +cyrfonts.map
* p +eufonts.map
*
*   Default resolution.
*
D 300
*
*   Last resort sizes.
*
R  240 270 300 329 360 432 518 622 746 896
*
*   Paper size information.  First definition is the default.
*
*   If your default is a4 uncomment the following definition
*   and comment out the letterSize definition.
@ a4size 210mm 297mm
@+ %%PaperSize: a4

*@ letterSize 8.5in 11in

@ letter 8.5in 11in
@+ %%BeginPaperSize: Letter
@+ %%letter
@+ %%EndPaperSize

@ legal 8.5in 14in
@+ ! %%DocumentPaperSizes: Legal
@+ %%BeginPaperSize: Legal
@+ %%legal
@+ %%EndPaperSize

@ ledger 17in 11in
@+ ! %%DocumentPaperSizes: Ledger
@+ %%BeginPaperSize: Ledger
@+ %%ledger
@+ %%EndPaperSize

@ tabloid 11in 17in
@+ ! %%DocumentPaperSizes: Tabloid
@+ %%BeginPaperSize: Tabloid
@+ %%11x17
@+ %%EndPaperSize

@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ %%a4
@+ %%EndPaperSize

@ a3 297mm 420mm
@+ ! %%DocumentPaperSizes: a3
@+ %%BeginPaperSize: a3
@+ %%a3
@+ %%EndPaperSize

@ B4 257mm 364mm
@+ ! %%DocumentPaperSizes: B4
@+ %%BeginPaperSize: B4
@+ %%b4
@+ %%EndPaperSize

@ B5 182mm 257mm
@+ ! %%DocumentPaperSizes: B5
@+ %%BeginPaperSize: B5
@+ %%b5
@+ %%EndPaperSize

@ unknown 0in 0in
@+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin {
@+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known
@+ { hsize vsize 1 statusdict begin { setpage } stopped pop end } if } if