Home » CEEFAX disks » telesoftware16.adl » 18-06-89/TL\DOC

18-06-89/TL\DOC

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » CEEFAX disks » telesoftware16.adl
Filename: 18-06-89/TL\DOC
Read OK:
File size: 10E7 bytes
Load address: 0000
Exec address: FFFFFFFF
File contents

TinyList   Version 2.0 Copyright 1987 by Peninsula Software


TinyList is a utility for IBM PC and compatible computers.  It allows
printing of text files on a minimum of paper.  A standard 8.5 by 11 inch
piece of paper can hold almost 20K of text.  TinyList uses the paper to
its utmost capacity.

          By using superscripted and condensed print, TinyList uses the printer's
          smallest characters.  The line spacing is then reduced to the legible
          minimum, 15/216 inch.  This allows 150 lines per page, plus top and bottom
          margins.  TinyList also uses a two column format.  Each column is 66
          characters wide.  Lines that are longer than one column are wrapped around
          inside that column.  Text reads down the left column of a page, then the
          right column of the page, then the left column of the next page...

TinyList was originally developed as a space-saving way to print program
source code.  Because it was code, and not text, that was being printed, no
formatting was done.  However, many people have attempted to use TinyList to
print long documentation files, and other text.  The original TinyList was
not well suited for this application.

Version 2.0 should help fix this problem.  Logic has been added to reform
paragraphs, within the 66 column margins.  This makes printed text look much
better.  It also increases the efficiency of the program because there is
less blank space left on the page.  The reformatting logic correctly handles
left margins.  Use TinyList to print this file and you will see how it works.

To use TinyList, simply run TL.COM from DOS.  When asked for the input file
name, enter the name of the file (including extension) that you want to print.
TinyList will print the file on the printer.

Next you will be asked if you wish to reform paragraphs.  Answer Y or N for
yes or no.  If you do not ask for paragraphs to be reformed, TinyList will
work in much the same way the original version did.  However, words will not
be broken in half; there is word wrap.  If you answer yes, TinyList will do
its best to reform paragraphs to fill in the margins.

There is one more feature.  The paragraph reforming can cause problems with
some text, such as program source code.  This makes it desirable to be able
to turn reform off for some parts of a document, and leave it on for
others.  This feature is also available in TinyList.  A CTRL-Q (CHR$(17))
placed at the beginning of a line will toggle the reformatting of paragraphs.

To see how TinyList works, print this file, and answer Yes to the reforming
question.  The second paragraph is indented, so you can see how TinyList
handles left margins.  The paragraph following this one uses the CTRL-Q
toggle to turn reformatting off.  There is another CTRL-Q after that to
turn reformatting back on.  Printing this should give you a better idea of
how it works.

Turbo Pascal source code is provided to allow customization and modification.
The constants at the beginning of the code allow you to change the number of
lines per page, to accomodate different paper lengths.  There is also
a constant that contains the printer initialization string.  This can be
changed to allow TinyList to work with non Epson compatible printers, such as
an Okidata.  The initialization string must set the printer to superscript,
condensed print, and a smaller line spacing.  Experiment with your printer to
find best results.

If you printer does not support superscripted characters, you can use normal
compressed characters and set the line spacing to 1/8 inch.  This will
provide two column listings with normal height characters.

If you find this program of value, your contribution ($10 suggested) would
be appreciated.  By sending us a contribution, you will become a registered
user, and will be able to purchase other products from Peninsula Software for
a reduced price.  You are encouraged to copy and share this program with
others.

                                    Mike Binnard,
                                    President

                                    Peninsula Software
                                    28510 Blythewood
                                    Palos Verdes, CA  90274

00000000  0d 0a 0d 0a 54 69 6e 79  4c 69 73 74 20 20 20 56  |....TinyList   V|
00000010  65 72 73 69 6f 6e 20 32  2e 30 20 43 6f 70 79 72  |ersion 2.0 Copyr|
00000020  69 67 68 74 20 31 39 38  37 20 62 79 20 50 65 6e  |ight 1987 by Pen|
00000030  69 6e 73 75 6c 61 20 53  6f 66 74 77 61 72 65 0d  |insula Software.|
00000040  0a 0d 0a 0d 0a 54 69 6e  79 4c 69 73 74 20 69 73  |.....TinyList is|
00000050  20 61 20 75 74 69 6c 69  74 79 20 66 6f 72 20 49  | a utility for I|
00000060  42 4d 20 50 43 20 61 6e  64 20 63 6f 6d 70 61 74  |BM PC and compat|
00000070  69 62 6c 65 20 63 6f 6d  70 75 74 65 72 73 2e 20  |ible computers. |
00000080  20 49 74 20 61 6c 6c 6f  77 73 0d 0a 70 72 69 6e  | It allows..prin|
00000090  74 69 6e 67 20 6f 66 20  74 65 78 74 20 66 69 6c  |ting of text fil|
000000a0  65 73 20 6f 6e 20 61 20  6d 69 6e 69 6d 75 6d 20  |es on a minimum |
000000b0  6f 66 20 70 61 70 65 72  2e 20 20 41 20 73 74 61  |of paper.  A sta|
000000c0  6e 64 61 72 64 20 38 2e  35 20 62 79 20 31 31 20  |ndard 8.5 by 11 |
000000d0  69 6e 63 68 0d 0a 70 69  65 63 65 20 6f 66 20 70  |inch..piece of p|
000000e0  61 70 65 72 20 63 61 6e  20 68 6f 6c 64 20 61 6c  |aper can hold al|
000000f0  6d 6f 73 74 20 32 30 4b  20 6f 66 20 74 65 78 74  |most 20K of text|
00000100  2e 20 20 54 69 6e 79 4c  69 73 74 20 75 73 65 73  |.  TinyList uses|
00000110  20 74 68 65 20 70 61 70  65 72 20 74 6f 0d 0a 69  | the paper to..i|
00000120  74 73 20 75 74 6d 6f 73  74 20 63 61 70 61 63 69  |ts utmost capaci|
00000130  74 79 2e 0d 0a 0d 0a 20  20 20 20 20 20 20 20 20  |ty.....         |
00000140  20 42 79 20 75 73 69 6e  67 20 73 75 70 65 72 73  | By using supers|
00000150  63 72 69 70 74 65 64 20  61 6e 64 20 63 6f 6e 64  |cripted and cond|
00000160  65 6e 73 65 64 20 70 72  69 6e 74 2c 20 54 69 6e  |ensed print, Tin|
00000170  79 4c 69 73 74 20 75 73  65 73 20 74 68 65 20 70  |yList uses the p|
00000180  72 69 6e 74 65 72 27 73  0d 0a 20 20 20 20 20 20  |rinter's..      |
00000190  20 20 20 20 73 6d 61 6c  6c 65 73 74 20 63 68 61  |    smallest cha|
000001a0  72 61 63 74 65 72 73 2e  20 20 54 68 65 20 6c 69  |racters.  The li|
000001b0  6e 65 20 73 70 61 63 69  6e 67 20 69 73 20 74 68  |ne spacing is th|
000001c0  65 6e 20 72 65 64 75 63  65 64 20 74 6f 20 74 68  |en reduced to th|
000001d0  65 20 6c 65 67 69 62 6c  65 0d 0a 20 20 20 20 20  |e legible..     |
000001e0  20 20 20 20 20 6d 69 6e  69 6d 75 6d 2c 20 31 35  |     minimum, 15|
000001f0  2f 32 31 36 20 69 6e 63  68 2e 20 20 54 68 69 73  |/216 inch.  This|
00000200  20 61 6c 6c 6f 77 73 20  31 35 30 20 6c 69 6e 65  | allows 150 line|
00000210  73 20 70 65 72 20 70 61  67 65 2c 20 70 6c 75 73  |s per page, plus|
00000220  20 74 6f 70 20 61 6e 64  20 62 6f 74 74 6f 6d 0d  | top and bottom.|
00000230  0a 20 20 20 20 20 20 20  20 20 20 6d 61 72 67 69  |.          margi|
00000240  6e 73 2e 20 20 54 69 6e  79 4c 69 73 74 20 61 6c  |ns.  TinyList al|
00000250  73 6f 20 75 73 65 73 20  61 20 74 77 6f 20 63 6f  |so uses a two co|
00000260  6c 75 6d 6e 20 66 6f 72  6d 61 74 2e 20 20 45 61  |lumn format.  Ea|
00000270  63 68 20 63 6f 6c 75 6d  6e 20 69 73 20 36 36 0d  |ch column is 66.|
00000280  0a 20 20 20 20 20 20 20  20 20 20 63 68 61 72 61  |.          chara|
00000290  63 74 65 72 73 20 77 69  64 65 2e 20 20 4c 69 6e  |cters wide.  Lin|
000002a0  65 73 20 74 68 61 74 20  61 72 65 20 6c 6f 6e 67  |es that are long|
000002b0  65 72 20 74 68 61 6e 20  6f 6e 65 20 63 6f 6c 75  |er than one colu|
000002c0  6d 6e 20 61 72 65 20 77  72 61 70 70 65 64 20 61  |mn are wrapped a|
000002d0  72 6f 75 6e 64 0d 0a 20  20 20 20 20 20 20 20 20  |round..         |
000002e0  20 69 6e 73 69 64 65 20  74 68 61 74 20 63 6f 6c  | inside that col|
000002f0  75 6d 6e 2e 20 20 54 65  78 74 20 72 65 61 64 73  |umn.  Text reads|
00000300  20 64 6f 77 6e 20 74 68  65 20 6c 65 66 74 20 63  | down the left c|
00000310  6f 6c 75 6d 6e 20 6f 66  20 61 20 70 61 67 65 2c  |olumn of a page,|
00000320  20 74 68 65 6e 20 74 68  65 0d 0a 20 20 20 20 20  | then the..     |
00000330  20 20 20 20 20 72 69 67  68 74 20 63 6f 6c 75 6d  |     right colum|
00000340  6e 20 6f 66 20 74 68 65  20 70 61 67 65 2c 20 74  |n of the page, t|
00000350  68 65 6e 20 74 68 65 20  6c 65 66 74 20 63 6f 6c  |hen the left col|
00000360  75 6d 6e 20 6f 66 20 74  68 65 20 6e 65 78 74 20  |umn of the next |
00000370  70 61 67 65 2e 2e 2e 0d  0a 0d 0a 54 69 6e 79 4c  |page.......TinyL|
00000380  69 73 74 20 77 61 73 20  6f 72 69 67 69 6e 61 6c  |ist was original|
00000390  6c 79 20 64 65 76 65 6c  6f 70 65 64 20 61 73 20  |ly developed as |
000003a0  61 20 73 70 61 63 65 2d  73 61 76 69 6e 67 20 77  |a space-saving w|
000003b0  61 79 20 74 6f 20 70 72  69 6e 74 20 70 72 6f 67  |ay to print prog|
000003c0  72 61 6d 0d 0a 73 6f 75  72 63 65 20 63 6f 64 65  |ram..source code|
000003d0  2e 20 20 42 65 63 61 75  73 65 20 69 74 20 77 61  |.  Because it wa|
000003e0  73 20 63 6f 64 65 2c 20  61 6e 64 20 6e 6f 74 20  |s code, and not |
000003f0  74 65 78 74 2c 20 74 68  61 74 20 77 61 73 20 62  |text, that was b|
00000400  65 69 6e 67 20 70 72 69  6e 74 65 64 2c 20 6e 6f  |eing printed, no|
00000410  0d 0a 66 6f 72 6d 61 74  74 69 6e 67 20 77 61 73  |..formatting was|
00000420  20 64 6f 6e 65 2e 20 20  48 6f 77 65 76 65 72 2c  | done.  However,|
00000430  20 6d 61 6e 79 20 70 65  6f 70 6c 65 20 68 61 76  | many people hav|
00000440  65 20 61 74 74 65 6d 70  74 65 64 20 74 6f 20 75  |e attempted to u|
00000450  73 65 20 54 69 6e 79 4c  69 73 74 20 74 6f 0d 0a  |se TinyList to..|
00000460  70 72 69 6e 74 20 6c 6f  6e 67 20 64 6f 63 75 6d  |print long docum|
00000470  65 6e 74 61 74 69 6f 6e  20 66 69 6c 65 73 2c 20  |entation files, |
00000480  61 6e 64 20 6f 74 68 65  72 20 74 65 78 74 2e 20  |and other text. |
00000490  20 54 68 65 20 6f 72 69  67 69 6e 61 6c 20 54 69  | The original Ti|
000004a0  6e 79 4c 69 73 74 20 77  61 73 0d 0a 6e 6f 74 20  |nyList was..not |
000004b0  77 65 6c 6c 20 73 75 69  74 65 64 20 66 6f 72 20  |well suited for |
000004c0  74 68 69 73 20 61 70 70  6c 69 63 61 74 69 6f 6e  |this application|
000004d0  2e 0d 0a 0d 0a 56 65 72  73 69 6f 6e 20 32 2e 30  |.....Version 2.0|
000004e0  20 73 68 6f 75 6c 64 20  68 65 6c 70 20 66 69 78  | should help fix|
000004f0  20 74 68 69 73 20 70 72  6f 62 6c 65 6d 2e 20 20  | this problem.  |
00000500  4c 6f 67 69 63 20 68 61  73 20 62 65 65 6e 20 61  |Logic has been a|
00000510  64 64 65 64 20 74 6f 20  72 65 66 6f 72 6d 0d 0a  |dded to reform..|
00000520  70 61 72 61 67 72 61 70  68 73 2c 20 77 69 74 68  |paragraphs, with|
00000530  69 6e 20 74 68 65 20 36  36 20 63 6f 6c 75 6d 6e  |in the 66 column|
00000540  20 6d 61 72 67 69 6e 73  2e 20 20 54 68 69 73 20  | margins.  This |
00000550  6d 61 6b 65 73 20 70 72  69 6e 74 65 64 20 74 65  |makes printed te|
00000560  78 74 20 6c 6f 6f 6b 20  6d 75 63 68 0d 0a 62 65  |xt look much..be|
00000570  74 74 65 72 2e 20 20 49  74 20 61 6c 73 6f 20 69  |tter.  It also i|
00000580  6e 63 72 65 61 73 65 73  20 74 68 65 20 65 66 66  |ncreases the eff|
00000590  69 63 69 65 6e 63 79 20  6f 66 20 74 68 65 20 70  |iciency of the p|
000005a0  72 6f 67 72 61 6d 20 62  65 63 61 75 73 65 20 74  |rogram because t|
000005b0  68 65 72 65 20 69 73 0d  0a 6c 65 73 73 20 62 6c  |here is..less bl|
000005c0  61 6e 6b 20 73 70 61 63  65 20 6c 65 66 74 20 6f  |ank space left o|
000005d0  6e 20 74 68 65 20 70 61  67 65 2e 20 20 54 68 65  |n the page.  The|
000005e0  20 72 65 66 6f 72 6d 61  74 74 69 6e 67 20 6c 6f  | reformatting lo|
000005f0  67 69 63 20 63 6f 72 72  65 63 74 6c 79 20 68 61  |gic correctly ha|
00000600  6e 64 6c 65 73 0d 0a 6c  65 66 74 20 6d 61 72 67  |ndles..left marg|
00000610  69 6e 73 2e 20 20 55 73  65 20 54 69 6e 79 4c 69  |ins.  Use TinyLi|
00000620  73 74 20 74 6f 20 70 72  69 6e 74 20 74 68 69 73  |st to print this|
00000630  20 66 69 6c 65 20 61 6e  64 20 79 6f 75 20 77 69  | file and you wi|
00000640  6c 6c 20 73 65 65 20 68  6f 77 20 69 74 20 77 6f  |ll see how it wo|
00000650  72 6b 73 2e 0d 0a 0d 0a  54 6f 20 75 73 65 20 54  |rks.....To use T|
00000660  69 6e 79 4c 69 73 74 2c  20 73 69 6d 70 6c 79 20  |inyList, simply |
00000670  72 75 6e 20 54 4c 2e 43  4f 4d 20 66 72 6f 6d 20  |run TL.COM from |
00000680  44 4f 53 2e 20 20 57 68  65 6e 20 61 73 6b 65 64  |DOS.  When asked|
00000690  20 66 6f 72 20 74 68 65  20 69 6e 70 75 74 20 66  | for the input f|
000006a0  69 6c 65 0d 0a 6e 61 6d  65 2c 20 65 6e 74 65 72  |ile..name, enter|
000006b0  20 74 68 65 20 6e 61 6d  65 20 6f 66 20 74 68 65  | the name of the|
000006c0  20 66 69 6c 65 20 28 69  6e 63 6c 75 64 69 6e 67  | file (including|
000006d0  20 65 78 74 65 6e 73 69  6f 6e 29 20 74 68 61 74  | extension) that|
000006e0  20 79 6f 75 20 77 61 6e  74 20 74 6f 20 70 72 69  | you want to pri|
000006f0  6e 74 2e 0d 0a 54 69 6e  79 4c 69 73 74 20 77 69  |nt...TinyList wi|
00000700  6c 6c 20 70 72 69 6e 74  20 74 68 65 20 66 69 6c  |ll print the fil|
00000710  65 20 6f 6e 20 74 68 65  20 70 72 69 6e 74 65 72  |e on the printer|
00000720  2e 0d 0a 0d 0a 4e 65 78  74 20 79 6f 75 20 77 69  |.....Next you wi|
00000730  6c 6c 20 62 65 20 61 73  6b 65 64 20 69 66 20 79  |ll be asked if y|
00000740  6f 75 20 77 69 73 68 20  74 6f 20 72 65 66 6f 72  |ou wish to refor|
00000750  6d 20 70 61 72 61 67 72  61 70 68 73 2e 20 20 41  |m paragraphs.  A|
00000760  6e 73 77 65 72 20 59 20  6f 72 20 4e 20 66 6f 72  |nswer Y or N for|
00000770  0d 0a 79 65 73 20 6f 72  20 6e 6f 2e 20 20 49 66  |..yes or no.  If|
00000780  20 79 6f 75 20 64 6f 20  6e 6f 74 20 61 73 6b 20  | you do not ask |
00000790  66 6f 72 20 70 61 72 61  67 72 61 70 68 73 20 74  |for paragraphs t|
000007a0  6f 20 62 65 20 72 65 66  6f 72 6d 65 64 2c 20 54  |o be reformed, T|
000007b0  69 6e 79 4c 69 73 74 20  77 69 6c 6c 0d 0a 77 6f  |inyList will..wo|
000007c0  72 6b 20 69 6e 20 6d 75  63 68 20 74 68 65 20 73  |rk in much the s|
000007d0  61 6d 65 20 77 61 79 20  74 68 65 20 6f 72 69 67  |ame way the orig|
000007e0  69 6e 61 6c 20 76 65 72  73 69 6f 6e 20 64 69 64  |inal version did|
000007f0  2e 20 20 48 6f 77 65 76  65 72 2c 20 77 6f 72 64  |.  However, word|
00000800  73 20 77 69 6c 6c 20 6e  6f 74 0d 0a 62 65 20 62  |s will not..be b|
00000810  72 6f 6b 65 6e 20 69 6e  20 68 61 6c 66 3b 20 74  |roken in half; t|
00000820  68 65 72 65 20 69 73 20  77 6f 72 64 20 77 72 61  |here is word wra|
00000830  70 2e 20 20 49 66 20 79  6f 75 20 61 6e 73 77 65  |p.  If you answe|
00000840  72 20 79 65 73 2c 20 54  69 6e 79 4c 69 73 74 20  |r yes, TinyList |
00000850  77 69 6c 6c 20 64 6f 0d  0a 69 74 73 20 62 65 73  |will do..its bes|
00000860  74 20 74 6f 20 72 65 66  6f 72 6d 20 70 61 72 61  |t to reform para|
00000870  67 72 61 70 68 73 20 74  6f 20 66 69 6c 6c 20 69  |graphs to fill i|
00000880  6e 20 74 68 65 20 6d 61  72 67 69 6e 73 2e 0d 0a  |n the margins...|
00000890  0d 0a 54 68 65 72 65 20  69 73 20 6f 6e 65 20 6d  |..There is one m|
000008a0  6f 72 65 20 66 65 61 74  75 72 65 2e 20 20 54 68  |ore feature.  Th|
000008b0  65 20 70 61 72 61 67 72  61 70 68 20 72 65 66 6f  |e paragraph refo|
000008c0  72 6d 69 6e 67 20 63 61  6e 20 63 61 75 73 65 20  |rming can cause |
000008d0  70 72 6f 62 6c 65 6d 73  20 77 69 74 68 0d 0a 73  |problems with..s|
000008e0  6f 6d 65 20 74 65 78 74  2c 20 73 75 63 68 20 61  |ome text, such a|
000008f0  73 20 70 72 6f 67 72 61  6d 20 73 6f 75 72 63 65  |s program source|
00000900  20 63 6f 64 65 2e 20 20  54 68 69 73 20 6d 61 6b  | code.  This mak|
00000910  65 73 20 69 74 20 64 65  73 69 72 61 62 6c 65 20  |es it desirable |
00000920  74 6f 20 62 65 20 61 62  6c 65 0d 0a 74 6f 20 74  |to be able..to t|
00000930  75 72 6e 20 72 65 66 6f  72 6d 20 6f 66 66 20 66  |urn reform off f|
00000940  6f 72 20 73 6f 6d 65 20  70 61 72 74 73 20 6f 66  |or some parts of|
00000950  20 61 20 64 6f 63 75 6d  65 6e 74 2c 20 61 6e 64  | a document, and|
00000960  20 6c 65 61 76 65 20 69  74 20 6f 6e 20 66 6f 72  | leave it on for|
00000970  0d 0a 6f 74 68 65 72 73  2e 20 20 54 68 69 73 20  |..others.  This |
00000980  66 65 61 74 75 72 65 20  69 73 20 61 6c 73 6f 20  |feature is also |
00000990  61 76 61 69 6c 61 62 6c  65 20 69 6e 20 54 69 6e  |available in Tin|
000009a0  79 4c 69 73 74 2e 20 20  41 20 43 54 52 4c 2d 51  |yList.  A CTRL-Q|
000009b0  20 28 43 48 52 24 28 31  37 29 29 0d 0a 70 6c 61  | (CHR$(17))..pla|
000009c0  63 65 64 20 61 74 20 74  68 65 20 62 65 67 69 6e  |ced at the begin|
000009d0  6e 69 6e 67 20 6f 66 20  61 20 6c 69 6e 65 20 77  |ning of a line w|
000009e0  69 6c 6c 20 74 6f 67 67  6c 65 20 74 68 65 20 72  |ill toggle the r|
000009f0  65 66 6f 72 6d 61 74 74  69 6e 67 20 6f 66 20 70  |eformatting of p|
00000a00  61 72 61 67 72 61 70 68  73 2e 0d 0a 0d 0a 54 6f  |aragraphs.....To|
00000a10  20 73 65 65 20 68 6f 77  20 54 69 6e 79 4c 69 73  | see how TinyLis|
00000a20  74 20 77 6f 72 6b 73 2c  20 70 72 69 6e 74 20 74  |t works, print t|
00000a30  68 69 73 20 66 69 6c 65  2c 20 61 6e 64 20 61 6e  |his file, and an|
00000a40  73 77 65 72 20 59 65 73  20 74 6f 20 74 68 65 20  |swer Yes to the |
00000a50  72 65 66 6f 72 6d 69 6e  67 0d 0a 71 75 65 73 74  |reforming..quest|
00000a60  69 6f 6e 2e 20 20 54 68  65 20 73 65 63 6f 6e 64  |ion.  The second|
00000a70  20 70 61 72 61 67 72 61  70 68 20 69 73 20 69 6e  | paragraph is in|
00000a80  64 65 6e 74 65 64 2c 20  73 6f 20 79 6f 75 20 63  |dented, so you c|
00000a90  61 6e 20 73 65 65 20 68  6f 77 20 54 69 6e 79 4c  |an see how TinyL|
00000aa0  69 73 74 0d 0a 68 61 6e  64 6c 65 73 20 6c 65 66  |ist..handles lef|
00000ab0  74 20 6d 61 72 67 69 6e  73 2e 20 20 54 68 65 20  |t margins.  The |
00000ac0  70 61 72 61 67 72 61 70  68 20 66 6f 6c 6c 6f 77  |paragraph follow|
00000ad0  69 6e 67 20 74 68 69 73  20 6f 6e 65 20 75 73 65  |ing this one use|
00000ae0  73 20 74 68 65 20 43 54  52 4c 2d 51 0d 0a 74 6f  |s the CTRL-Q..to|
00000af0  67 67 6c 65 20 74 6f 20  74 75 72 6e 20 72 65 66  |ggle to turn ref|
00000b00  6f 72 6d 61 74 74 69 6e  67 20 6f 66 66 2e 20 20  |ormatting off.  |
00000b10  54 68 65 72 65 20 69 73  20 61 6e 6f 74 68 65 72  |There is another|
00000b20  20 43 54 52 4c 2d 51 20  61 66 74 65 72 20 74 68  | CTRL-Q after th|
00000b30  61 74 20 74 6f 0d 0a 74  75 72 6e 20 72 65 66 6f  |at to..turn refo|
00000b40  72 6d 61 74 74 69 6e 67  20 62 61 63 6b 20 6f 6e  |rmatting back on|
00000b50  2e 20 20 50 72 69 6e 74  69 6e 67 20 74 68 69 73  |.  Printing this|
00000b60  20 73 68 6f 75 6c 64 20  67 69 76 65 20 79 6f 75  | should give you|
00000b70  20 61 20 62 65 74 74 65  72 20 69 64 65 61 20 6f  | a better idea o|
00000b80  66 0d 0a 68 6f 77 20 69  74 20 77 6f 72 6b 73 2e  |f..how it works.|
00000b90  0d 0a 0d 0a 11 54 75 72  62 6f 20 50 61 73 63 61  |.....Turbo Pasca|
00000ba0  6c 20 73 6f 75 72 63 65  20 63 6f 64 65 20 69 73  |l source code is|
00000bb0  20 70 72 6f 76 69 64 65  64 20 74 6f 20 61 6c 6c  | provided to all|
00000bc0  6f 77 20 63 75 73 74 6f  6d 69 7a 61 74 69 6f 6e  |ow customization|
00000bd0  20 61 6e 64 20 6d 6f 64  69 66 69 63 61 74 69 6f  | and modificatio|
00000be0  6e 2e 0d 0a 54 68 65 20  63 6f 6e 73 74 61 6e 74  |n...The constant|
00000bf0  73 20 61 74 20 74 68 65  20 62 65 67 69 6e 6e 69  |s at the beginni|
00000c00  6e 67 20 6f 66 20 74 68  65 20 63 6f 64 65 20 61  |ng of the code a|
00000c10  6c 6c 6f 77 20 79 6f 75  20 74 6f 20 63 68 61 6e  |llow you to chan|
00000c20  67 65 20 74 68 65 20 6e  75 6d 62 65 72 20 6f 66  |ge the number of|
00000c30  0d 0a 6c 69 6e 65 73 20  70 65 72 20 70 61 67 65  |..lines per page|
00000c40  2c 20 74 6f 20 61 63 63  6f 6d 6f 64 61 74 65 20  |, to accomodate |
00000c50  64 69 66 66 65 72 65 6e  74 20 70 61 70 65 72 20  |different paper |
00000c60  6c 65 6e 67 74 68 73 2e  20 20 54 68 65 72 65 20  |lengths.  There |
00000c70  69 73 20 61 6c 73 6f 0d  0a 61 20 63 6f 6e 73 74  |is also..a const|
00000c80  61 6e 74 20 74 68 61 74  20 63 6f 6e 74 61 69 6e  |ant that contain|
00000c90  73 20 74 68 65 20 70 72  69 6e 74 65 72 20 69 6e  |s the printer in|
00000ca0  69 74 69 61 6c 69 7a 61  74 69 6f 6e 20 73 74 72  |itialization str|
00000cb0  69 6e 67 2e 20 20 54 68  69 73 20 63 61 6e 20 62  |ing.  This can b|
00000cc0  65 0d 0a 63 68 61 6e 67  65 64 20 74 6f 20 61 6c  |e..changed to al|
00000cd0  6c 6f 77 20 54 69 6e 79  4c 69 73 74 20 74 6f 20  |low TinyList to |
00000ce0  77 6f 72 6b 20 77 69 74  68 20 6e 6f 6e 20 45 70  |work with non Ep|
00000cf0  73 6f 6e 20 63 6f 6d 70  61 74 69 62 6c 65 20 70  |son compatible p|
00000d00  72 69 6e 74 65 72 73 2c  20 73 75 63 68 20 61 73  |rinters, such as|
00000d10  0d 0a 61 6e 20 4f 6b 69  64 61 74 61 2e 20 20 54  |..an Okidata.  T|
00000d20  68 65 20 69 6e 69 74 69  61 6c 69 7a 61 74 69 6f  |he initializatio|
00000d30  6e 20 73 74 72 69 6e 67  20 6d 75 73 74 20 73 65  |n string must se|
00000d40  74 20 74 68 65 20 70 72  69 6e 74 65 72 20 74 6f  |t the printer to|
00000d50  20 73 75 70 65 72 73 63  72 69 70 74 2c 0d 0a 63  | superscript,..c|
00000d60  6f 6e 64 65 6e 73 65 64  20 70 72 69 6e 74 2c 20  |ondensed print, |
00000d70  61 6e 64 20 61 20 73 6d  61 6c 6c 65 72 20 6c 69  |and a smaller li|
00000d80  6e 65 20 73 70 61 63 69  6e 67 2e 20 20 45 78 70  |ne spacing.  Exp|
00000d90  65 72 69 6d 65 6e 74 20  77 69 74 68 20 79 6f 75  |eriment with you|
00000da0  72 20 70 72 69 6e 74 65  72 20 74 6f 0d 0a 66 69  |r printer to..fi|
00000db0  6e 64 20 62 65 73 74 20  72 65 73 75 6c 74 73 2e  |nd best results.|
00000dc0  0d 0a 0d 0a 11 49 66 20  79 6f 75 20 70 72 69 6e  |.....If you prin|
00000dd0  74 65 72 20 64 6f 65 73  20 6e 6f 74 20 73 75 70  |ter does not sup|
00000de0  70 6f 72 74 20 73 75 70  65 72 73 63 72 69 70 74  |port superscript|
00000df0  65 64 20 63 68 61 72 61  63 74 65 72 73 2c 20 79  |ed characters, y|
00000e00  6f 75 20 63 61 6e 20 75  73 65 20 6e 6f 72 6d 61  |ou can use norma|
00000e10  6c 0d 0a 63 6f 6d 70 72  65 73 73 65 64 20 63 68  |l..compressed ch|
00000e20  61 72 61 63 74 65 72 73  20 61 6e 64 20 73 65 74  |aracters and set|
00000e30  20 74 68 65 20 6c 69 6e  65 20 73 70 61 63 69 6e  | the line spacin|
00000e40  67 20 74 6f 20 31 2f 38  20 69 6e 63 68 2e 20 20  |g to 1/8 inch.  |
00000e50  54 68 69 73 20 77 69 6c  6c 0d 0a 70 72 6f 76 69  |This will..provi|
00000e60  64 65 20 74 77 6f 20 63  6f 6c 75 6d 6e 20 6c 69  |de two column li|
00000e70  73 74 69 6e 67 73 20 77  69 74 68 20 6e 6f 72 6d  |stings with norm|
00000e80  61 6c 20 68 65 69 67 68  74 20 63 68 61 72 61 63  |al height charac|
00000e90  74 65 72 73 2e 0d 0a 0d  0a 49 66 20 79 6f 75 20  |ters.....If you |
00000ea0  66 69 6e 64 20 74 68 69  73 20 70 72 6f 67 72 61  |find this progra|
00000eb0  6d 20 6f 66 20 76 61 6c  75 65 2c 20 79 6f 75 72  |m of value, your|
00000ec0  20 63 6f 6e 74 72 69 62  75 74 69 6f 6e 20 28 24  | contribution ($|
00000ed0  31 30 20 73 75 67 67 65  73 74 65 64 29 20 77 6f  |10 suggested) wo|
00000ee0  75 6c 64 0d 0a 62 65 20  61 70 70 72 65 63 69 61  |uld..be apprecia|
00000ef0  74 65 64 2e 20 20 42 79  20 73 65 6e 64 69 6e 67  |ted.  By sending|
00000f00  20 75 73 20 61 20 63 6f  6e 74 72 69 62 75 74 69  | us a contributi|
00000f10  6f 6e 2c 20 79 6f 75 20  77 69 6c 6c 20 62 65 63  |on, you will bec|
00000f20  6f 6d 65 20 61 20 72 65  67 69 73 74 65 72 65 64  |ome a registered|
00000f30  0d 0a 75 73 65 72 2c 20  61 6e 64 20 77 69 6c 6c  |..user, and will|
00000f40  20 62 65 20 61 62 6c 65  20 74 6f 20 70 75 72 63  | be able to purc|
00000f50  68 61 73 65 20 6f 74 68  65 72 20 70 72 6f 64 75  |hase other produ|
00000f60  63 74 73 20 66 72 6f 6d  20 50 65 6e 69 6e 73 75  |cts from Peninsu|
00000f70  6c 61 20 53 6f 66 74 77  61 72 65 20 66 6f 72 0d  |la Software for.|
00000f80  0a 61 20 72 65 64 75 63  65 64 20 70 72 69 63 65  |.a reduced price|
00000f90  2e 20 20 59 6f 75 20 61  72 65 20 65 6e 63 6f 75  |.  You are encou|
00000fa0  72 61 67 65 64 20 74 6f  20 63 6f 70 79 20 61 6e  |raged to copy an|
00000fb0  64 20 73 68 61 72 65 20  74 68 69 73 20 70 72 6f  |d share this pro|
00000fc0  67 72 61 6d 20 77 69 74  68 0d 0a 6f 74 68 65 72  |gram with..other|
00000fd0  73 2e 0d 0a 0d 0a 11 20  20 20 20 20 20 20 20 20  |s......         |
00000fe0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ff0  20 20 20 20 20 20 20 20  20 20 20 4d 69 6b 65 20  |           Mike |
00001000  42 69 6e 6e 61 72 64 2c  0d 0a 20 20 20 20 20 20  |Binnard,..      |
00001010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 50 72  |              Pr|
00001030  65 73 69 64 65 6e 74 0d  0a 0d 0a 20 20 20 20 20  |esident....     |
00001040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001050  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 50  |               P|
00001060  65 6e 69 6e 73 75 6c 61  20 53 6f 66 74 77 61 72  |eninsula Softwar|
00001070  65 0d 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |e..             |
00001080  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001090  20 20 20 20 20 20 20 32  38 35 31 30 20 42 6c 79  |       28510 Bly|
000010a0  74 68 65 77 6f 6f 64 0d  0a 20 20 20 20 20 20 20  |thewood..       |
000010b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000010c0  20 20 20 20 20 20 20 20  20 20 20 20 20 50 61 6c  |             Pal|
000010d0  6f 73 20 56 65 72 64 65  73 2c 20 43 41 20 20 39  |os Verdes, CA  9|
000010e0  30 32 37 34 0d 0a 1a                              |0274...|
000010e7
18-06-89/TL\DOC.m0
18-06-89/TL\DOC.m1
18-06-89/TL\DOC.m2
18-06-89/TL\DOC.m4
18-06-89/TL\DOC.m5