01  *********************************************************************
02  * With this simple text file you can find out the number of         *
03  * Pica-lines (6 lines per inch) that your printer is able to        *
04  * print on one single sheet of paper.                               *
05  *                                                                   *
06  * Instructions:                                                     *
07  * - Print it out just with the standard desktop 'Print' function.   *
08  * - Be sure that your printer is set to a line distance of 6 lpi    *
09  *   (for instance by a reset or if it is switched off and on again) *
10  *                                                                   *
11  *                                                                   *
12  *                                                                   *
13  * Result:                                                           *
14  * The last line number is the desired value!                        *
15  * In your adaptation file (IDEALIST.IXA?) you may                   *
16  * set this value instead of the default value of '60' at            *
17  * "Lines/Page     * Pica-lines (6 lines /inch) per single sheet".   *
18  *                                                                   *
19  * That's all, folks                                                 *
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
