source: git/lib/print.ini @ d4d7e27

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
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
RevLine 
[b2f758c]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
[adaa778]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
[b2f758c]28; ======================================================================
29
[adaa778]30[base]
[b2f758c]31;default for MSDOS
32output_msdos=LPT1
33
34;default for MS Windows
35output_mswindows=LPT1
36
37;default for Unix
38output_unix=|lpr
[adaa778]39
[b2f758c]40;default for RISC OS
[d4d7e27]41;Survex$Printer is set in !Cavern.!Boot (to Printer: by default)
42output_riscos=<Survex$Printer>
[adaa778]43
[b2f758c]44;default for anything else (send to a file called `Printout')
45output=Printout
[adaa778]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
[b2f758c]55; ======================================================================
56
[adaa778]57[dm]
58like=dm_8pin_a4
[b2f758c]59; change to use the line below for native mode on Canon BJ printers
[adaa778]60;like=bj
61
[b2f758c]62; ======================================================================
63
[adaa778]64[ps]
65like=ps_generic_a4
66
[b2f758c]67; ======================================================================
68
[adaa778]69[pcl]
70like=pcl_generic_a4
71
[b2f758c]72; ======================================================================
73
[adaa778]74[hpgl]
75like=hpgl_generic_a4landscape
76
[b2f758c]77; ======================================================================
78
[adaa778]79[xbm]
80type=xbm
81output=printout.xbm
82width=1000
83height=2000
84
85; Driver definitions for different printers
86
[b2f758c]87; ======================================================================
88
[adaa778]89[dm_8pin_a4]
90like=base
91type=dm
92pixels_across_page=960
[b2f758c]93
[adaa778]94; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]95lines_down_page=101
96
[adaa778]97; Line Dots Deep (any value >0 but 8,9,24 are useful)
[b2f758c]98dots_per_pass=8
99
[adaa778]100; Page mm Wide (Measure *your* printouts to check)
[b2f758c]101mm_across_page=205.5
102
[adaa778]103; Page mm Deep (Measure *your* printouts to check)
[b2f758c]104mm_down_page=276.25
105
[adaa778]106; Printer line spacing (\xXX gives char with hex ASCII value XX)
[b2f758c]107code_line_spacing=\[3\x18
108
109; Printer graphics mode
[adaa778]110code_graphics_mode=\[L
111code_graphics_mode_suffix=
[b2f758c]112
[adaa778]113; Printer large font
[b2f758c]114code_large_font=\x12\[W1
115
[adaa778]116; Printer small font
[b2f758c]117code_small_font=\[W0\x0f
118
[adaa778]119; Printer page feed
[b2f758c]120code_formfeed=\x0c
121
[adaa778]122; Printer reset
[b2f758c]123code_reset_printer=\[2
124
[adaa778]125; End of line code
[b2f758c]126code_end_of_line=\x0D\x0A
127
128; ======================================================================
[adaa778]129
130[dm_8pin_11inch]
131like=dm_8pin_a4
[b2f758c]132
[adaa778]133; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]134lines_down_page=99
135
[adaa778]136; Page mm Deep (Measure *your* printouts to check)
[b2f758c]137mm_down_page=
138
139; ======================================================================
[adaa778]140
141[dm_8pin_12inch]
142like=dm_8pin_a4
[b2f758c]143
[adaa778]144; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]145lines_down_page=108
146
[adaa778]147; Page mm Deep (Measure *your* printouts to check)
[b2f758c]148mm_down_page=
149
150; ======================================================================
[adaa778]151
152[dm_9pin_a4]
153like=dm_8pin_a4
[b2f758c]154
[adaa778]155; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]156lines_down_page=101
157
[adaa778]158; Line Dots Deep (any value >0 but 8,9,24 are useful)
[b2f758c]159dots_per_pass=9
160
[adaa778]161; Page mm Deep (Measure *your* printouts to check)
[b2f758c]162mm_down_page=
163
[adaa778]164; Printer line spacing (\xXX gives char with hex ASCII value XX)
[b2f758c]165code_line_spacing=\[3\[
166
[adaa778]167; Printer graphics mode
[b2f758c]168code_graphics_mode=\[^\x01
169
170; ======================================================================
[adaa778]171
172[dm_9pin_11inch]
173like=dm_9pin_a4
[b2f758c]174
175; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[adaa778]176lines_down_page=99
[b2f758c]177
[adaa778]178; Page mm Wide (Measure *your* printouts to check)
[b2f758c]179mm_across_page=203
180
[adaa778]181; Page mm Deep (Measure *your* printouts to check)
[b2f758c]182mm_down_page=276.5
183
184; ======================================================================
[adaa778]185
186[dm_9pin_12inch]
187like=dm_9pin_a4
[b2f758c]188
189; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[adaa778]190lines_down_page=108
[b2f758c]191
192; Page mm Wide (Measure *your* printouts to check)
[adaa778]193mm_across_page=203
[b2f758c]194
[adaa778]195; Page mm Deep (Measure *your* printouts to check)
[b2f758c]196mm_down_page=276.5
197
198; ======================================================================
[adaa778]199
200[dm_24pin_a4]
201like=dm_8pin_a4
202pixels_across_page=1440
[b2f758c]203
[adaa778]204; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]205lines_down_page=101
206
[adaa778]207; Line Dots Deep (any value >0 but 8,9,24 are useful)
[b2f758c]208dots_per_pass=24
209
[adaa778]210; Page mm Wide (Measure *your* printouts to check)
[b2f758c]211mm_across_page=203
212
[adaa778]213; Page mm Deep (Measure *your* printouts to check)
[b2f758c]214mm_down_page=276.25
215
[adaa778]216; Printer line spacing (\xXX gives char with hex ASCII value XX)
[b2f758c]217code_line_spacing=\[3\x18
218
[adaa778]219; Printer graphics mode
[b2f758c]220code_graphics_mode=\[*\x27
[adaa778]221
[b2f758c]222; ======================================================================
[adaa778]223
224[dm_24pin_11inch]
225like=dm_24pin_a4
[b2f758c]226
[adaa778]227; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]228lines_down_page=99
229
[adaa778]230; Page mm Wide (Measure *your* printouts to check)
[b2f758c]231mm_across_page=203
232
[adaa778]233; Page mm Deep (Measure *your* printouts to check)
[b2f758c]234mm_down_page=276.25
[adaa778]235
[b2f758c]236; ======================================================================
[adaa778]237
238[dm_24pin_12inch]
239like=dm_24pin_a4
[b2f758c]240
[adaa778]241; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]242lines_down_page=108
243
[adaa778]244; Page mm Wide (Measure *your* printouts to check)
[b2f758c]245mm_across_page=203
246
[adaa778]247; Page mm Deep (Measure *your* printouts to check)
[b2f758c]248mm_down_page=276.25
[adaa778]249
[b2f758c]250; ======================================================================
[adaa778]251
252[dm_panasonic_24pin]
253like=dm_24pin_a4
[b2f758c]254
[adaa778]255; Page Lines Deep
[b2f758c]256lines_down_page=85
257
[adaa778]258; Page mm Wide (Measure *your* printouts to check)
[b2f758c]259mm_across_page=203.5
260
[adaa778]261; Page mm Deep (Measure *your* printouts to check)
[b2f758c]262mm_down_page=276.25
[adaa778]263
[b2f758c]264; ======================================================================
[adaa778]265
266[dm_lx86_9pin_11inch]
267like=dm_9pin_11inch
[b2f758c]268
[adaa778]269; Page mm Wide (Measure *your* printouts to check)
[b2f758c]270mm_across_page=202.5
271
[adaa778]272; Page mm Deep (Measure *your* printouts to check)
[b2f758c]273mm_down_page=274.5
[adaa778]274
[b2f758c]275; ======================================================================
[adaa778]276
277[hpgl_generic_a4landscape]
278like=base
[b2f758c]279
[adaa778]280; Page: plottable width (mm) (page is landscape)
[b2f758c]281mm_across_page=285
282
[adaa778]283; Page: plottable length (mm)
[b2f758c]284mm_down_page=200
285
[adaa778]286origin_in_centre=1
287
[b2f758c]288; ======================================================================
289
[adaa778]290[hpgl_generic_a1landscape]
291like=base
[b2f758c]292
[adaa778]293; Page: plottable width (mm) (page is landscape)
[b2f758c]294mm_across_page=430
295
[adaa778]296; Page: plottable length (mm)
[b2f758c]297mm_down_page=580
298
[adaa778]299origin_in_centre=1
300
[b2f758c]301; ======================================================================
302
[adaa778]303[hpgl_generic_a0landscape]
304like=base
[b2f758c]305
[adaa778]306; Page: plottable width (mm) (page is landscape)
[b2f758c]307mm_across_page=1140
308
[adaa778]309; Page: plottable length (mm)
[b2f758c]310mm_down_page=800
311
[adaa778]312origin_in_centre=1
313
[b2f758c]314; ======================================================================
[adaa778]315
316[pcl_generic_a4]
317like=base
[b2f758c]318
[adaa778]319; Dots/Inch resolution (check manual or printer will use approxn)
[b2f758c]320dpi=300
321
[adaa778]322; Printable area width (mm)
[b2f758c]323mm_across_page=200
324
[adaa778]325; Printable area depth (mm)
[b2f758c]326mm_down_page=280
327
[adaa778]328; Use horizontal tabs? 0 for no; 1 for yes
[b2f758c]329horizontal_tab_ok=0
330
[adaa778]331; Use vertical tabs? 0 for no; 1 for yes
[b2f758c]332vertical_tab_ok=0
333
334; ======================================================================
[adaa778]335
336[pcl_modern_a4]
337like=pcl_generic_a4
[b2f758c]338
[adaa778]339; Use horizontal tabs? 0 for no; 1 for yes
[b2f758c]340horizontal_tab_ok=1
341
[adaa778]342; Use vertical tabs? 0 for no; 1 for yes
[b2f758c]343vertical_tab_ok=1
[adaa778]344
[b2f758c]345; ======================================================================
[adaa778]346
347[ps_generic_a4]
348like=base
[b2f758c]349
[adaa778]350; name of font to use for text
[b2f758c]351font=Times-Roman
352
[990fbaf0]353; font size in points (was fixed at 10 in older versions)
[b2f758c]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
[990fbaf0]362; line width in points (was fixed at printer default in older versions)
[b2f758c]363line_width=0.5
364
[adaa778]365; left edge to left margin (mm)
[b2f758c]366mm_left_margin=8.1
367
[adaa778]368; left edge to right margin (mm)
[b2f758c]369mm_right_margin=203.6
370
[adaa778]371; bottom edge to bottom margin (mm)
[b2f758c]372mm_bottom_margin=8.1
373
[adaa778]374; bottom edge to top margin (mm)
[b2f758c]375mm_top_margin=288.9
376
377; ======================================================================
[adaa778]378
379[bj]
380like=base
381type=dm
382pixels_across_page=2880
[b2f758c]383
[adaa778]384; Page Lines Deep (99 for 11" paper, 108 for 12", 101 for A4)
[b2f758c]385lines_down_page=101
386
[adaa778]387; Line Dots Deep (any value >0 but 8,9,24 are useful)
[b2f758c]388dots_per_pass=48
389
[adaa778]390; Page mm Wide (Measure *your* printouts to check) 205.5
[b2f758c]391mm_across_page=205.5
392
[adaa778]393; Page mm Deep (Measure *your* printouts to check) 276.25
[b2f758c]394mm_down_page=276.25
395
[adaa778]396; Printer line spacing (\xXX gives char with hex ASCII value XX)
[b2f758c]397code_line_spacing=
398
399; Printer graphics mode
[adaa778]400code_graphics_mode=\[[g
401code_graphics_mode_suffix=\x10
[b2f758c]402
[adaa778]403; Printer large font
[b2f758c]404code_large_font=\[I\x08\[W\x01
405
[adaa778]406; Printer small font
[b2f758c]407code_small_font=\[I\x10\[W\x00
408
[adaa778]409; Printer page feed
[b2f758c]410code_formfeed=\x0c
411
[adaa778]412; Printer reset
[b2f758c]413code_reset_printer=
414
[adaa778]415code_end_of_line=\[J\x18\x0d
416is_ibm=1
[b2f758c]417
418; ======================================================================
Note: See TracBrowser for help on using the repository browser.