source: git/lib/print.ini @ d4d7e27

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since d4d7e27 was d4d7e27, checked in by Olly Betts <olly@…>, 24 years ago

Changed RISC OS binary distribution to include !CLIcon

git-svn-id: file:///home/survex-svn/survex/trunk@437 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 9.6 KB
Line 
1;  printer description file for Survex - http://www.survex.com/
2;
3;  Copyright (C) 1993-2000 Olly Betts
4;
5;  This program is free software; you can redistribute it and/or modify
6;  it under the terms of the GNU General Public License as published by
7;  the Free Software Foundation; either version 2 of the License, or
8;  (at your option) any later version.
9;
10;  This program is distributed in the hope that it will be useful,
11;  but WITHOUT ANY WARRANTY; without even the implied warranty of
12;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13;  GNU General Public License for more details.
14;
15;  You should have received a copy of the GNU General Public License
16;  along with this program; if not, write to the Free Software
17;  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
19; ======================================================================
20
21; list of printers - not used at present
22;[printers]
23;dm=bj,dm_8pin_a4,dm_8pin_11inch,dm_8pin_12inch,dm_9pin_a4,dm_9pin_11inch,dm_9pin_12inch,dm_24pin_a4,dm_24pin_11inch,dm_24pin_12inch,dm_panasonic_24pin,dm_lx86_9pin_11inch
24;hpgl=hpgl_generic_a4landscape,hpgl_generic_a1landscape,hpgl_generic_a0landscape
25;pcl=pcl_generic_a4,pcl_modern_a4
26;ps=ps_generic_a4
27
28; ======================================================================
29
30[base]
31;default for MSDOS
32output_msdos=LPT1
33
34;default for MS Windows
35output_mswindows=LPT1
36
37;default for Unix
38output_unix=|lpr
39
40;default for RISC OS
41;Survex$Printer is set in !Cavern.!Boot (to Printer: by default)
42output_riscos=<Survex$Printer>
43
44;default for anything else (send to a file called `Printout')
45output=Printout
46
47; The drivers look for the section "[dm]", "[ps]", "[pcl]" or "[hpgl]" as
48; appropriate, so just change the appropriate "like=" line below to point to
49; the driver that works with your printer.
50;
51; From v0.71, printdm can also drive Canon bubblejets in native mode (which
52; gives a higher resolution than in Epson emulation mode).  To use this,
53; set "like=bj" in the "[dm]" section.
54
55; ======================================================================
56
57[dm]
58like=dm_8pin_a4
59; change to use the line below for native mode on Canon BJ printers
60;like=bj
61
62; ======================================================================
63
64[ps]
65like=ps_generic_a4
66
67; ======================================================================
68
69[pcl]
70like=pcl_generic_a4
71
72; ======================================================================
73
74[hpgl]
75like=hpgl_generic_a4landscape
76
77; ======================================================================
78
79[xbm]
80type=xbm
81output=printout.xbm
82width=1000
83height=2000
84
85; Driver definitions for different printers
86
87; ======================================================================
88
89[dm_8pin_a4]
90like=base
91type=dm
92pixels_across_page=960
93
94; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
95lines_down_page=101
96
97; Line Dots Deep (any value >0 but 8,9,24 are useful)
98dots_per_pass=8
99
100; Page mm Wide (Measure *your* printouts to check)
101mm_across_page=205.5
102
103; Page mm Deep (Measure *your* printouts to check)
104mm_down_page=276.25
105
106; Printer line spacing (\xXX gives char with hex ASCII value XX)
107code_line_spacing=\[3\x18
108
109; Printer graphics mode
110code_graphics_mode=\[L
111code_graphics_mode_suffix=
112
113; Printer large font
114code_large_font=\x12\[W1
115
116; Printer small font
117code_small_font=\[W0\x0f
118
119; Printer page feed
120code_formfeed=\x0c
121
122; Printer reset
123code_reset_printer=\[2
124
125; End of line code
126code_end_of_line=\x0D\x0A
127
128; ======================================================================
129
130[dm_8pin_11inch]
131like=dm_8pin_a4
132
133; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
134lines_down_page=99
135
136; Page mm Deep (Measure *your* printouts to check)
137mm_down_page=
138
139; ======================================================================
140
141[dm_8pin_12inch]
142like=dm_8pin_a4
143
144; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
145lines_down_page=108
146
147; Page mm Deep (Measure *your* printouts to check)
148mm_down_page=
149
150; ======================================================================
151
152[dm_9pin_a4]
153like=dm_8pin_a4
154
155; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
156lines_down_page=101
157
158; Line Dots Deep (any value >0 but 8,9,24 are useful)
159dots_per_pass=9
160
161; Page mm Deep (Measure *your* printouts to check)
162mm_down_page=
163
164; Printer line spacing (\xXX gives char with hex ASCII value XX)
165code_line_spacing=\[3\[
166
167; Printer graphics mode
168code_graphics_mode=\[^\x01
169
170; ======================================================================
171
172[dm_9pin_11inch]
173like=dm_9pin_a4
174
175; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
176lines_down_page=99
177
178; Page mm Wide (Measure *your* printouts to check)
179mm_across_page=203
180
181; Page mm Deep (Measure *your* printouts to check)
182mm_down_page=276.5
183
184; ======================================================================
185
186[dm_9pin_12inch]
187like=dm_9pin_a4
188
189; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
190lines_down_page=108
191
192; Page mm Wide (Measure *your* printouts to check)
193mm_across_page=203
194
195; Page mm Deep (Measure *your* printouts to check)
196mm_down_page=276.5
197
198; ======================================================================
199
200[dm_24pin_a4]
201like=dm_8pin_a4
202pixels_across_page=1440
203
204; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
205lines_down_page=101
206
207; Line Dots Deep (any value >0 but 8,9,24 are useful)
208dots_per_pass=24
209
210; Page mm Wide (Measure *your* printouts to check)
211mm_across_page=203
212
213; Page mm Deep (Measure *your* printouts to check)
214mm_down_page=276.25
215
216; Printer line spacing (\xXX gives char with hex ASCII value XX)
217code_line_spacing=\[3\x18
218
219; Printer graphics mode
220code_graphics_mode=\[*\x27
221
222; ======================================================================
223
224[dm_24pin_11inch]
225like=dm_24pin_a4
226
227; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
228lines_down_page=99
229
230; Page mm Wide (Measure *your* printouts to check)
231mm_across_page=203
232
233; Page mm Deep (Measure *your* printouts to check)
234mm_down_page=276.25
235
236; ======================================================================
237
238[dm_24pin_12inch]
239like=dm_24pin_a4
240
241; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
242lines_down_page=108
243
244; Page mm Wide (Measure *your* printouts to check)
245mm_across_page=203
246
247; Page mm Deep (Measure *your* printouts to check)
248mm_down_page=276.25
249
250; ======================================================================
251
252[dm_panasonic_24pin]
253like=dm_24pin_a4
254
255; Page Lines Deep
256lines_down_page=85
257
258; Page mm Wide (Measure *your* printouts to check)
259mm_across_page=203.5
260
261; Page mm Deep (Measure *your* printouts to check)
262mm_down_page=276.25
263
264; ======================================================================
265
266[dm_lx86_9pin_11inch]
267like=dm_9pin_11inch
268
269; Page mm Wide (Measure *your* printouts to check)
270mm_across_page=202.5
271
272; Page mm Deep (Measure *your* printouts to check)
273mm_down_page=274.5
274
275; ======================================================================
276
277[hpgl_generic_a4landscape]
278like=base
279
280; Page: plottable width (mm) (page is landscape)
281mm_across_page=285
282
283; Page: plottable length (mm)
284mm_down_page=200
285
286origin_in_centre=1
287
288; ======================================================================
289
290[hpgl_generic_a1landscape]
291like=base
292
293; Page: plottable width (mm) (page is landscape)
294mm_across_page=430
295
296; Page: plottable length (mm)
297mm_down_page=580
298
299origin_in_centre=1
300
301; ======================================================================
302
303[hpgl_generic_a0landscape]
304like=base
305
306; Page: plottable width (mm) (page is landscape)
307mm_across_page=1140
308
309; Page: plottable length (mm)
310mm_down_page=800
311
312origin_in_centre=1
313
314; ======================================================================
315
316[pcl_generic_a4]
317like=base
318
319; Dots/Inch resolution (check manual or printer will use approxn)
320dpi=300
321
322; Printable area width (mm)
323mm_across_page=200
324
325; Printable area depth (mm)
326mm_down_page=280
327
328; Use horizontal tabs? 0 for no; 1 for yes
329horizontal_tab_ok=0
330
331; Use vertical tabs? 0 for no; 1 for yes
332vertical_tab_ok=0
333
334; ======================================================================
335
336[pcl_modern_a4]
337like=pcl_generic_a4
338
339; Use horizontal tabs? 0 for no; 1 for yes
340horizontal_tab_ok=1
341
342; Use vertical tabs? 0 for no; 1 for yes
343vertical_tab_ok=1
344
345; ======================================================================
346
347[ps_generic_a4]
348like=base
349
350; name of font to use for text
351font=Times-Roman
352
353; font size in points (was fixed at 10 in older versions)
354font_size=10
355
356; name of font to use for labels
357font_labels=Helvetica
358
359; font size for labels in points
360font_size_labels=6
361
362; line width in points (was fixed at printer default in older versions)
363line_width=0.5
364
365; left edge to left margin (mm)
366mm_left_margin=8.1
367
368; left edge to right margin (mm)
369mm_right_margin=203.6
370
371; bottom edge to bottom margin (mm)
372mm_bottom_margin=8.1
373
374; bottom edge to top margin (mm)
375mm_top_margin=288.9
376
377; ======================================================================
378
379[bj]
380like=base
381type=dm
382pixels_across_page=2880
383
384; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
385lines_down_page=101
386
387; Line Dots Deep (any value >0 but 8,9,24 are useful)
388dots_per_pass=48
389
390; Page mm Wide (Measure *your* printouts to check) 205.5
391mm_across_page=205.5
392
393; Page mm Deep (Measure *your* printouts to check) 276.25
394mm_down_page=276.25
395
396; Printer line spacing (\xXX gives char with hex ASCII value XX)
397code_line_spacing=
398
399; Printer graphics mode
400code_graphics_mode=\[[g
401code_graphics_mode_suffix=\x10
402
403; Printer large font
404code_large_font=\[I\x08\[W\x01
405
406; Printer small font
407code_small_font=\[I\x10\[W\x00
408
409; Printer page feed
410code_formfeed=\x0c
411
412; Printer reset
413code_reset_printer=
414
415code_end_of_line=\[J\x18\x0d
416is_ibm=1
417
418; ======================================================================
Note: See TracBrowser for help on using the repository browser.