Home » Archimedes archive » Zipped Apps » 1st Word Plus » WP/readmes/jones/read_me
WP/readmes/jones/read_me
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 » Archimedes archive » Zipped Apps » 1st Word Plus |
Filename: | WP/readmes/jones/read_me |
Read OK: | ✔ |
File size: | 1204 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Contents of this disc --------------------- The disc contains a 1st Word Plus printer driver for the Epson LX-800 matrix printer, and a set of files to allow the standard IBM font to be used with 1st Word Plus and a suitable printer. Printer Driver for the Epson LX-800 matrix printer -------------------------------------------------- Text version: 1wp.hex.LX800_ISO Usable version: 1wp.cfg.LX800_ISO Supplied files for IBM Font --------------------------- IBM Font for the Arc Library.IBM_Font Loader for 1st Mail with IBM font Library.Run1mlIBM Loader for 1st Word Plus with IBM font Library.Run1wpIBM Loader for 1st Mail with normal font Library.Run1mlISO Loader for 1st Word Plus with normal font Library.Run1wpISO The loaders display a window indicating which program and font they are loading, and are not essential. Text version of printer driver: 1wp.hex.LX800_IBM Usable version of printer driver: 1wp.cfg.LX800_IBM The Translation Table in the driver can be pasted into the driver for another type of printer. Using the IBM font with 1st Word Plus ------------------------------------- The IBM font can be useful because it contains graphics and mathematics symbols in place of the "foreign language" symbols in the ISO fonts. The lower half of the codeset is the same as the ISO font. The new symbols in the top half of the codeset can be selected from the 1st Word Plus font table by using the mouse. A few of the IBM symbols are not very worthwhile and have been replaced in the supplied software. For example, a telephone symbol from the Epson Special Graphics font has been included. There are also two symbols which have special actions: The "inverse right arrow" switches on slow speed, uni-directional printing. If your printer is capable of bi-directional printing, any boxes drawn with the graphics characters will be ragged unless you first include this in the document. This code "prints" as a hard-space, so it won't show up when printing. The "inverse double arrow" also prints as a hard space but switches the faster bi-directional printing on again. You can get an idea of what is possible with the font by following these steps: - Load the Archive disc and "*print Library.IBM_Font" - Load 1st Word Plus - Click the "Printer Installed" icon and install LX800_IBM from directory 1wp.cfg on the Archive disc (you won't be doing any printing, but this will allow the font to be displayed). - Load the IBM_Test document from directory 1wp.doc on the Archive disc. Establishing the IBM Font ------------------------- Obviously, your printer must be capable of using the IBM font! You can use the font with 1st Word Plus by doing the following: First, copy the IBM_Font file from the library on the Archive disc into the library on your 1st Word Plus disc. You should "*print IBM_Font" before loading 1st Word Plus. You could permanently add this command to the "1stWord+" loader program to save typing. Alternatively, loaders for IBM and ISO versions of 1st Word Plus and 1st Mail are included in the library on the Archive disc. These loaders assume that your 1st Word Plus disc is called "1stWord+", and you will have to edit them if it isn't. Next, you will need to edit the existing version of your Printer Driver to create one which will print the IBM font. If you haven't worked with Printer Drivers before, don't be put off because 1st Word Plus makes it very easy. Load your current Driver into 1st Word Plus from the 1wp.hex directory and then refer to it whilst reading the explanation on printer configuration in the Guide. In the Printer Characteristics section of the Driver, change the Horizontal Initialisation entry (line 1F) to select IBM font. You should be able to find the correct codes in your printer manual, (they will probably be 1B, 74, 1). Remove the existing Translation Table from the Driver and paste in the table from 1wp.hex.LX800_IBM on the Archive disc. Run 1st_install to place the new driver into your 1wp.cfg directory. (If you have an Epson LX-800 printer, you can use the driver on the Archive disc in 1wp.cfg.LX800_IBM without going through any of this). To test everything, load 1st Word Plus and then select the new printer driver by clicking the Printer Installed icon. Load 1wp.doc.IBM_Test from the Archive disc, print it, and then compare what you see on the screen with what was printed.
00000000 43 6f 6e 74 65 6e 74 73 20 6f 66 20 74 68 69 73 |Contents of this| 00000010 20 64 69 73 63 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d | disc.----------| 00000020 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 68 65 20 |-----------.The | 00000030 64 69 73 63 20 63 6f 6e 74 61 69 6e 73 20 61 20 |disc contains a | 00000040 31 73 74 20 57 6f 72 64 20 50 6c 75 73 20 70 72 |1st Word Plus pr| 00000050 69 6e 74 65 72 20 64 72 69 76 65 72 20 66 6f 72 |inter driver for| 00000060 20 74 68 65 20 45 70 73 6f 6e 20 0a 4c 58 2d 38 | the Epson .LX-8| 00000070 30 30 20 6d 61 74 72 69 78 20 70 72 69 6e 74 65 |00 matrix printe| 00000080 72 2c 20 61 6e 64 20 61 20 73 65 74 20 6f 66 20 |r, and a set of | 00000090 66 69 6c 65 73 20 74 6f 20 61 6c 6c 6f 77 20 74 |files to allow t| 000000a0 68 65 20 73 74 61 6e 64 61 72 64 20 0a 49 42 4d |he standard .IBM| 000000b0 20 66 6f 6e 74 20 74 6f 20 62 65 20 75 73 65 64 | font to be used| 000000c0 20 77 69 74 68 20 31 73 74 20 57 6f 72 64 20 50 | with 1st Word P| 000000d0 6c 75 73 20 61 6e 64 20 61 20 73 75 69 74 61 62 |lus and a suitab| 000000e0 6c 65 20 70 72 69 6e 74 65 72 2e 0a 0a 0a 0a 50 |le printer.....P| 000000f0 72 69 6e 74 65 72 20 44 72 69 76 65 72 20 66 6f |rinter Driver fo| 00000100 72 20 74 68 65 20 45 70 73 6f 6e 20 4c 58 2d 38 |r the Epson LX-8| 00000110 30 30 20 6d 61 74 72 69 78 20 70 72 69 6e 74 65 |00 matrix printe| 00000120 72 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |r.--------------| 00000130 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000150 2d 2d 2d 2d 0a 54 65 78 74 20 76 65 72 73 69 6f |----.Text versio| 00000160 6e 3a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |n: | 00000170 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000180 20 20 31 77 70 2e 68 65 78 2e 4c 58 38 30 30 5f | 1wp.hex.LX800_| 00000190 49 53 4f 0a 0a 55 73 61 62 6c 65 20 76 65 72 73 |ISO..Usable vers| 000001a0 69 6f 6e 3a 20 20 20 20 20 20 20 20 20 20 20 20 |ion: | 000001b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000001c0 20 20 31 77 70 2e 63 66 67 2e 4c 58 38 30 30 5f | 1wp.cfg.LX800_| 000001d0 49 53 4f 0a 0a 0a 0a 53 75 70 70 6c 69 65 64 20 |ISO....Supplied | 000001e0 66 69 6c 65 73 20 66 6f 72 20 49 42 4d 20 46 6f |files for IBM Fo| 000001f0 6e 74 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |nt.-------------| 00000200 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a |--------------..| 00000210 49 42 4d 20 46 6f 6e 74 20 66 6f 72 20 74 68 65 |IBM Font for the| 00000220 20 41 72 63 20 20 20 20 20 20 20 20 20 20 20 20 | Arc | 00000230 20 20 20 20 20 20 20 20 20 20 20 20 20 4c 69 62 | Lib| 00000240 72 61 72 79 2e 49 42 4d 5f 46 6f 6e 74 0a 4c 6f |rary.IBM_Font.Lo| 00000250 61 64 65 72 20 66 6f 72 20 31 73 74 20 4d 61 69 |ader for 1st Mai| 00000260 6c 20 77 69 74 68 20 49 42 4d 20 66 6f 6e 74 20 |l with IBM font | 00000270 20 20 20 20 20 20 20 20 20 20 20 4c 69 62 72 61 | Libra| 00000280 72 79 2e 52 75 6e 31 6d 6c 49 42 4d 0a 4c 6f 61 |ry.Run1mlIBM.Loa| 00000290 64 65 72 20 66 6f 72 20 31 73 74 20 57 6f 72 64 |der for 1st Word| 000002a0 20 50 6c 75 73 20 77 69 74 68 20 49 42 4d 20 66 | Plus with IBM f| 000002b0 6f 6e 74 20 20 20 20 20 20 20 4c 69 62 72 61 72 |ont Librar| 000002c0 79 2e 52 75 6e 31 77 70 49 42 4d 0a 4c 6f 61 64 |y.Run1wpIBM.Load| 000002d0 65 72 20 66 6f 72 20 31 73 74 20 4d 61 69 6c 20 |er for 1st Mail | 000002e0 77 69 74 68 20 6e 6f 72 6d 61 6c 20 66 6f 6e 74 |with normal font| 000002f0 20 20 20 20 20 20 20 20 20 4c 69 62 72 61 72 79 | Library| 00000300 2e 52 75 6e 31 6d 6c 49 53 4f 0a 4c 6f 61 64 65 |.Run1mlISO.Loade| 00000310 72 20 66 6f 72 20 31 73 74 20 57 6f 72 64 20 50 |r for 1st Word P| 00000320 6c 75 73 20 77 69 74 68 20 6e 6f 72 6d 61 6c 20 |lus with normal | 00000330 66 6f 6e 74 20 20 20 20 4c 69 62 72 61 72 79 2e |font Library.| 00000340 52 75 6e 31 77 70 49 53 4f 0a 0a 54 68 65 20 6c |Run1wpISO..The l| 00000350 6f 61 64 65 72 73 20 64 69 73 70 6c 61 79 20 61 |oaders display a| 00000360 20 77 69 6e 64 6f 77 20 69 6e 64 69 63 61 74 69 | window indicati| 00000370 6e 67 20 77 68 69 63 68 20 70 72 6f 67 72 61 6d |ng which program| 00000380 20 61 6e 64 20 66 6f 6e 74 20 0a 74 68 65 79 20 | and font .they | 00000390 61 72 65 20 6c 6f 61 64 69 6e 67 2c 20 61 6e 64 |are loading, and| 000003a0 20 61 72 65 20 6e 6f 74 20 65 73 73 65 6e 74 69 | are not essenti| 000003b0 61 6c 2e 0a 0a 0a 54 65 78 74 20 76 65 72 73 69 |al....Text versi| 000003c0 6f 6e 20 6f 66 20 70 72 69 6e 74 65 72 20 64 72 |on of printer dr| 000003d0 69 76 65 72 3a 20 20 20 20 20 20 20 20 20 20 20 |iver: | 000003e0 20 20 20 31 77 70 2e 68 65 78 2e 4c 58 38 30 30 | 1wp.hex.LX800| 000003f0 5f 49 42 4d 0a 0a 55 73 61 62 6c 65 20 76 65 72 |_IBM..Usable ver| 00000400 73 69 6f 6e 20 6f 66 20 70 72 69 6e 74 65 72 20 |sion of printer | 00000410 64 72 69 76 65 72 3a 20 20 20 20 20 20 20 20 20 |driver: | 00000420 20 20 20 31 77 70 2e 63 66 67 2e 4c 58 38 30 30 | 1wp.cfg.LX800| 00000430 5f 49 42 4d 0a 0a 54 68 65 20 54 72 61 6e 73 6c |_IBM..The Transl| 00000440 61 74 69 6f 6e 20 54 61 62 6c 65 20 69 6e 20 74 |ation Table in t| 00000450 68 65 20 64 72 69 76 65 72 20 63 61 6e 20 62 65 |he driver can be| 00000460 20 70 61 73 74 65 64 20 69 6e 74 6f 20 74 68 65 | pasted into the| 00000470 20 64 72 69 76 65 72 20 0a 66 6f 72 20 61 6e 6f | driver .for ano| 00000480 74 68 65 72 20 74 79 70 65 20 6f 66 20 70 72 69 |ther type of pri| 00000490 6e 74 65 72 2e 0a 0a 0a 0a 55 73 69 6e 67 20 74 |nter.....Using t| 000004a0 68 65 20 49 42 4d 20 66 6f 6e 74 20 77 69 74 68 |he IBM font with| 000004b0 20 31 73 74 20 57 6f 72 64 20 50 6c 75 73 0a 2d | 1st Word Plus.-| 000004c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000004e0 2d 2d 2d 2d 0a 0a 54 68 65 20 49 42 4d 20 66 6f |----..The IBM fo| 000004f0 6e 74 20 63 61 6e 20 62 65 20 75 73 65 66 75 6c |nt can be useful| 00000500 20 62 65 63 61 75 73 65 20 69 74 20 63 6f 6e 74 | because it cont| 00000510 61 69 6e 73 20 67 72 61 70 68 69 63 73 20 61 6e |ains graphics an| 00000520 64 0a 6d 61 74 68 65 6d 61 74 69 63 73 20 73 79 |d.mathematics sy| 00000530 6d 62 6f 6c 73 20 69 6e 20 70 6c 61 63 65 20 6f |mbols in place o| 00000540 66 20 74 68 65 20 22 66 6f 72 65 69 67 6e 20 6c |f the "foreign l| 00000550 61 6e 67 75 61 67 65 22 20 73 79 6d 62 6f 6c 73 |anguage" symbols| 00000560 0a 69 6e 20 74 68 65 20 49 53 4f 20 66 6f 6e 74 |.in the ISO font| 00000570 73 2e 0a 0a 54 68 65 20 6c 6f 77 65 72 20 68 61 |s...The lower ha| 00000580 6c 66 20 6f 66 20 74 68 65 20 63 6f 64 65 73 65 |lf of the codese| 00000590 74 20 69 73 20 74 68 65 20 73 61 6d 65 20 61 73 |t is the same as| 000005a0 20 74 68 65 20 49 53 4f 20 66 6f 6e 74 2e 0a 54 | the ISO font..T| 000005b0 68 65 20 6e 65 77 20 73 79 6d 62 6f 6c 73 20 69 |he new symbols i| 000005c0 6e 20 74 68 65 20 74 6f 70 20 68 61 6c 66 20 6f |n the top half o| 000005d0 66 20 74 68 65 20 63 6f 64 65 73 65 74 20 63 61 |f the codeset ca| 000005e0 6e 20 62 65 20 73 65 6c 65 63 74 65 64 20 0a 66 |n be selected .f| 000005f0 72 6f 6d 20 74 68 65 20 31 73 74 20 57 6f 72 64 |rom the 1st Word| 00000600 20 50 6c 75 73 20 66 6f 6e 74 20 74 61 62 6c 65 | Plus font table| 00000610 20 62 79 20 75 73 69 6e 67 20 74 68 65 20 6d 6f | by using the mo| 00000620 75 73 65 2e 0a 0a 41 20 66 65 77 20 6f 66 20 74 |use...A few of t| 00000630 68 65 20 49 42 4d 20 73 79 6d 62 6f 6c 73 20 61 |he IBM symbols a| 00000640 72 65 20 6e 6f 74 20 76 65 72 79 20 77 6f 72 74 |re not very wort| 00000650 68 77 68 69 6c 65 20 61 6e 64 20 68 61 76 65 20 |hwhile and have | 00000660 62 65 65 6e 20 0a 72 65 70 6c 61 63 65 64 20 69 |been .replaced i| 00000670 6e 20 74 68 65 20 73 75 70 70 6c 69 65 64 20 73 |n the supplied s| 00000680 6f 66 74 77 61 72 65 2e 0a 46 6f 72 20 65 78 61 |oftware..For exa| 00000690 6d 70 6c 65 2c 20 61 20 74 65 6c 65 70 68 6f 6e |mple, a telephon| 000006a0 65 20 73 79 6d 62 6f 6c 20 66 72 6f 6d 20 74 68 |e symbol from th| 000006b0 65 20 45 70 73 6f 6e 20 53 70 65 63 69 61 6c 20 |e Epson Special | 000006c0 47 72 61 70 68 69 63 73 20 0a 66 6f 6e 74 20 68 |Graphics .font h| 000006d0 61 73 20 62 65 65 6e 20 69 6e 63 6c 75 64 65 64 |as been included| 000006e0 2e 0a 0a 54 68 65 72 65 20 61 72 65 20 61 6c 73 |...There are als| 000006f0 6f 20 74 77 6f 20 73 79 6d 62 6f 6c 73 20 77 68 |o two symbols wh| 00000700 69 63 68 20 68 61 76 65 20 73 70 65 63 69 61 6c |ich have special| 00000710 20 61 63 74 69 6f 6e 73 3a 0a 0a 54 68 65 20 22 | actions:..The "| 00000720 69 6e 76 65 72 73 65 20 72 69 67 68 74 20 61 72 |inverse right ar| 00000730 72 6f 77 22 20 73 77 69 74 63 68 65 73 20 6f 6e |row" switches on| 00000740 20 73 6c 6f 77 20 73 70 65 65 64 2c 20 75 6e 69 | slow speed, uni| 00000750 2d 64 69 72 65 63 74 69 6f 6e 61 6c 20 0a 70 72 |-directional .pr| 00000760 69 6e 74 69 6e 67 2e 0a 49 66 20 79 6f 75 72 20 |inting..If your | 00000770 70 72 69 6e 74 65 72 20 69 73 20 63 61 70 61 62 |printer is capab| 00000780 6c 65 20 6f 66 20 62 69 2d 64 69 72 65 63 74 69 |le of bi-directi| 00000790 6f 6e 61 6c 20 70 72 69 6e 74 69 6e 67 2c 20 61 |onal printing, a| 000007a0 6e 79 20 62 6f 78 65 73 20 0a 64 72 61 77 6e 20 |ny boxes .drawn | 000007b0 77 69 74 68 20 74 68 65 20 67 72 61 70 68 69 63 |with the graphic| 000007c0 73 20 63 68 61 72 61 63 74 65 72 73 20 77 69 6c |s characters wil| 000007d0 6c 20 62 65 20 72 61 67 67 65 64 20 75 6e 6c 65 |l be ragged unle| 000007e0 73 73 20 79 6f 75 20 0a 66 69 72 73 74 20 69 6e |ss you .first in| 000007f0 63 6c 75 64 65 20 74 68 69 73 20 69 6e 20 74 68 |clude this in th| 00000800 65 20 64 6f 63 75 6d 65 6e 74 2e 0a 54 68 69 73 |e document..This| 00000810 20 63 6f 64 65 20 22 70 72 69 6e 74 73 22 20 61 | code "prints" a| 00000820 73 20 61 20 68 61 72 64 2d 73 70 61 63 65 2c 20 |s a hard-space, | 00000830 73 6f 20 69 74 20 77 6f 6e 27 74 20 73 68 6f 77 |so it won't show| 00000840 20 75 70 20 77 68 65 6e 20 0a 70 72 69 6e 74 69 | up when .printi| 00000850 6e 67 2e 0a 0a 54 68 65 20 22 69 6e 76 65 72 73 |ng...The "invers| 00000860 65 20 64 6f 75 62 6c 65 20 61 72 72 6f 77 22 20 |e double arrow" | 00000870 61 6c 73 6f 20 70 72 69 6e 74 73 20 61 73 20 61 |also prints as a| 00000880 20 68 61 72 64 20 73 70 61 63 65 20 62 75 74 20 | hard space but | 00000890 0a 73 77 69 74 63 68 65 73 20 74 68 65 20 66 61 |.switches the fa| 000008a0 73 74 65 72 20 62 69 2d 64 69 72 65 63 74 69 6f |ster bi-directio| 000008b0 6e 61 6c 20 70 72 69 6e 74 69 6e 67 20 6f 6e 20 |nal printing on | 000008c0 61 67 61 69 6e 2e 0a 0a 59 6f 75 20 63 61 6e 20 |again...You can | 000008d0 67 65 74 20 61 6e 20 69 64 65 61 20 6f 66 20 77 |get an idea of w| 000008e0 68 61 74 20 69 73 20 70 6f 73 73 69 62 6c 65 20 |hat is possible | 000008f0 77 69 74 68 20 74 68 65 20 66 6f 6e 74 20 62 79 |with the font by| 00000900 20 0a 66 6f 6c 6c 6f 77 69 6e 67 20 74 68 65 73 | .following thes| 00000910 65 20 73 74 65 70 73 3a 0a 0a 20 20 20 2d 20 20 |e steps:.. - | 00000920 4c 6f 61 64 20 74 68 65 20 41 72 63 68 69 76 65 |Load the Archive| 00000930 20 64 69 73 63 20 61 6e 64 20 22 2a 70 72 69 6e | disc and "*prin| 00000940 74 20 4c 69 62 72 61 72 79 2e 49 42 4d 5f 46 6f |t Library.IBM_Fo| 00000950 6e 74 22 0a 0a 20 20 20 2d 20 20 4c 6f 61 64 20 |nt".. - Load | 00000960 31 73 74 20 57 6f 72 64 20 50 6c 75 73 0a 0a 20 |1st Word Plus.. | 00000970 20 20 2d 20 20 43 6c 69 63 6b 20 74 68 65 20 22 | - Click the "| 00000980 50 72 69 6e 74 65 72 20 49 6e 73 74 61 6c 6c 65 |Printer Installe| 00000990 64 22 20 69 63 6f 6e 20 61 6e 64 20 69 6e 73 74 |d" icon and inst| 000009a0 61 6c 6c 20 4c 58 38 30 30 5f 49 42 4d 20 0a 20 |all LX800_IBM . | 000009b0 20 20 20 20 20 66 72 6f 6d 20 64 69 72 65 63 74 | from direct| 000009c0 6f 72 79 20 31 77 70 2e 63 66 67 20 6f 6e 20 74 |ory 1wp.cfg on t| 000009d0 68 65 20 41 72 63 68 69 76 65 20 64 69 73 63 20 |he Archive disc | 000009e0 28 79 6f 75 20 77 6f 6e 27 74 20 62 65 20 0a 20 |(you won't be . | 000009f0 20 20 20 20 20 64 6f 69 6e 67 20 61 6e 79 20 70 | doing any p| 00000a00 72 69 6e 74 69 6e 67 2c 20 62 75 74 20 74 68 69 |rinting, but thi| 00000a10 73 20 77 69 6c 6c 20 61 6c 6c 6f 77 20 74 68 65 |s will allow the| 00000a20 20 66 6f 6e 74 20 74 6f 20 62 65 20 0a 20 20 20 | font to be . | 00000a30 20 20 20 64 69 73 70 6c 61 79 65 64 29 2e 0a 0a | displayed)...| 00000a40 20 20 20 2d 20 20 4c 6f 61 64 20 74 68 65 20 49 | - Load the I| 00000a50 42 4d 5f 54 65 73 74 20 64 6f 63 75 6d 65 6e 74 |BM_Test document| 00000a60 20 66 72 6f 6d 20 64 69 72 65 63 74 6f 72 79 20 | from directory | 00000a70 31 77 70 2e 64 6f 63 20 6f 6e 20 74 68 65 20 0a |1wp.doc on the .| 00000a80 20 20 20 20 20 20 41 72 63 68 69 76 65 20 64 69 | Archive di| 00000a90 73 63 2e 0a 0a 0a 0a 45 73 74 61 62 6c 69 73 68 |sc.....Establish| 00000aa0 69 6e 67 20 74 68 65 20 49 42 4d 20 46 6f 6e 74 |ing the IBM Font| 00000ab0 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |.---------------| 00000ac0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 4f 62 76 69 |----------..Obvi| 00000ad0 6f 75 73 6c 79 2c 20 79 6f 75 72 20 70 72 69 6e |ously, your prin| 00000ae0 74 65 72 20 6d 75 73 74 20 62 65 20 63 61 70 61 |ter must be capa| 00000af0 62 6c 65 20 6f 66 20 75 73 69 6e 67 20 74 68 65 |ble of using the| 00000b00 20 49 42 4d 20 66 6f 6e 74 21 0a 0a 59 6f 75 20 | IBM font!..You | 00000b10 63 61 6e 20 75 73 65 20 74 68 65 20 66 6f 6e 74 |can use the font| 00000b20 20 77 69 74 68 20 31 73 74 20 57 6f 72 64 20 50 | with 1st Word P| 00000b30 6c 75 73 20 62 79 20 64 6f 69 6e 67 20 74 68 65 |lus by doing the| 00000b40 20 66 6f 6c 6c 6f 77 69 6e 67 3a 0a 0a 46 69 72 | following:..Fir| 00000b50 73 74 2c 20 63 6f 70 79 20 74 68 65 20 49 42 4d |st, copy the IBM| 00000b60 5f 46 6f 6e 74 20 66 69 6c 65 20 66 72 6f 6d 20 |_Font file from | 00000b70 74 68 65 20 6c 69 62 72 61 72 79 20 6f 6e 20 74 |the library on t| 00000b80 68 65 20 41 72 63 68 69 76 65 20 0a 64 69 73 63 |he Archive .disc| 00000b90 20 69 6e 74 6f 20 74 68 65 20 6c 69 62 72 61 72 | into the librar| 00000ba0 79 20 6f 6e 20 79 6f 75 72 20 31 73 74 20 57 6f |y on your 1st Wo| 00000bb0 72 64 20 50 6c 75 73 20 64 69 73 63 2e 0a 0a 59 |rd Plus disc...Y| 00000bc0 6f 75 20 73 68 6f 75 6c 64 20 22 2a 70 72 69 6e |ou should "*prin| 00000bd0 74 20 49 42 4d 5f 46 6f 6e 74 22 20 62 65 66 6f |t IBM_Font" befo| 00000be0 72 65 20 6c 6f 61 64 69 6e 67 20 31 73 74 20 57 |re loading 1st W| 00000bf0 6f 72 64 20 50 6c 75 73 2e 0a 0a 59 6f 75 20 63 |ord Plus...You c| 00000c00 6f 75 6c 64 20 70 65 72 6d 61 6e 65 6e 74 6c 79 |ould permanently| 00000c10 20 61 64 64 20 74 68 69 73 20 63 6f 6d 6d 61 6e | add this comman| 00000c20 64 20 74 6f 20 74 68 65 20 22 31 73 74 57 6f 72 |d to the "1stWor| 00000c30 64 2b 22 20 6c 6f 61 64 65 72 20 0a 70 72 6f 67 |d+" loader .prog| 00000c40 72 61 6d 20 74 6f 20 73 61 76 65 20 74 79 70 69 |ram to save typi| 00000c50 6e 67 2e 0a 0a 41 6c 74 65 72 6e 61 74 69 76 65 |ng...Alternative| 00000c60 6c 79 2c 20 6c 6f 61 64 65 72 73 20 66 6f 72 20 |ly, loaders for | 00000c70 49 42 4d 20 61 6e 64 20 49 53 4f 20 76 65 72 73 |IBM and ISO vers| 00000c80 69 6f 6e 73 20 6f 66 20 31 73 74 20 57 6f 72 64 |ions of 1st Word| 00000c90 20 50 6c 75 73 20 0a 61 6e 64 20 31 73 74 20 4d | Plus .and 1st M| 00000ca0 61 69 6c 20 61 72 65 20 69 6e 63 6c 75 64 65 64 |ail are included| 00000cb0 20 69 6e 20 74 68 65 20 6c 69 62 72 61 72 79 20 | in the library | 00000cc0 6f 6e 20 74 68 65 20 41 72 63 68 69 76 65 20 64 |on the Archive d| 00000cd0 69 73 63 2e 0a 54 68 65 73 65 20 6c 6f 61 64 65 |isc..These loade| 00000ce0 72 73 20 61 73 73 75 6d 65 20 74 68 61 74 20 79 |rs assume that y| 00000cf0 6f 75 72 20 31 73 74 20 57 6f 72 64 20 50 6c 75 |our 1st Word Plu| 00000d00 73 20 64 69 73 63 20 69 73 20 63 61 6c 6c 65 64 |s disc is called| 00000d10 20 0a 22 31 73 74 57 6f 72 64 2b 22 2c 20 61 6e | ."1stWord+", an| 00000d20 64 20 79 6f 75 20 77 69 6c 6c 20 68 61 76 65 20 |d you will have | 00000d30 74 6f 20 65 64 69 74 20 74 68 65 6d 20 69 66 20 |to edit them if | 00000d40 69 74 20 69 73 6e 27 74 2e 0a 0a 0a 4e 65 78 74 |it isn't....Next| 00000d50 2c 20 79 6f 75 20 77 69 6c 6c 20 6e 65 65 64 20 |, you will need | 00000d60 74 6f 20 65 64 69 74 20 74 68 65 20 65 78 69 73 |to edit the exis| 00000d70 74 69 6e 67 20 76 65 72 73 69 6f 6e 20 6f 66 20 |ting version of | 00000d80 79 6f 75 72 20 50 72 69 6e 74 65 72 20 0a 44 72 |your Printer .Dr| 00000d90 69 76 65 72 20 74 6f 20 63 72 65 61 74 65 20 6f |iver to create o| 00000da0 6e 65 20 77 68 69 63 68 20 77 69 6c 6c 20 70 72 |ne which will pr| 00000db0 69 6e 74 20 74 68 65 20 49 42 4d 20 66 6f 6e 74 |int the IBM font| 00000dc0 2e 0a 49 66 20 79 6f 75 20 68 61 76 65 6e 27 74 |..If you haven't| 00000dd0 20 77 6f 72 6b 65 64 20 77 69 74 68 20 50 72 69 | worked with Pri| 00000de0 6e 74 65 72 20 44 72 69 76 65 72 73 20 62 65 66 |nter Drivers bef| 00000df0 6f 72 65 2c 20 64 6f 6e 27 74 20 62 65 20 70 75 |ore, don't be pu| 00000e00 74 20 0a 6f 66 66 20 62 65 63 61 75 73 65 20 31 |t .off because 1| 00000e10 73 74 20 57 6f 72 64 20 50 6c 75 73 20 6d 61 6b |st Word Plus mak| 00000e20 65 73 20 69 74 20 76 65 72 79 20 65 61 73 79 2e |es it very easy.| 00000e30 0a 4c 6f 61 64 20 79 6f 75 72 20 63 75 72 72 65 |.Load your curre| 00000e40 6e 74 20 44 72 69 76 65 72 20 69 6e 74 6f 20 31 |nt Driver into 1| 00000e50 73 74 20 57 6f 72 64 20 50 6c 75 73 20 66 72 6f |st Word Plus fro| 00000e60 6d 20 74 68 65 20 31 77 70 2e 68 65 78 20 0a 64 |m the 1wp.hex .d| 00000e70 69 72 65 63 74 6f 72 79 20 61 6e 64 20 74 68 65 |irectory and the| 00000e80 6e 20 72 65 66 65 72 20 74 6f 20 69 74 20 77 68 |n refer to it wh| 00000e90 69 6c 73 74 20 72 65 61 64 69 6e 67 20 74 68 65 |ilst reading the| 00000ea0 20 65 78 70 6c 61 6e 61 74 69 6f 6e 20 6f 6e 20 | explanation on | 00000eb0 0a 70 72 69 6e 74 65 72 20 63 6f 6e 66 69 67 75 |.printer configu| 00000ec0 72 61 74 69 6f 6e 20 69 6e 20 74 68 65 20 47 75 |ration in the Gu| 00000ed0 69 64 65 2e 0a 0a 49 6e 20 74 68 65 20 50 72 69 |ide...In the Pri| 00000ee0 6e 74 65 72 20 43 68 61 72 61 63 74 65 72 69 73 |nter Characteris| 00000ef0 74 69 63 73 20 73 65 63 74 69 6f 6e 20 6f 66 20 |tics section of | 00000f00 74 68 65 20 44 72 69 76 65 72 2c 20 63 68 61 6e |the Driver, chan| 00000f10 67 65 20 74 68 65 20 0a 48 6f 72 69 7a 6f 6e 74 |ge the .Horizont| 00000f20 61 6c 20 49 6e 69 74 69 61 6c 69 73 61 74 69 6f |al Initialisatio| 00000f30 6e 20 65 6e 74 72 79 20 28 6c 69 6e 65 20 31 46 |n entry (line 1F| 00000f40 29 20 74 6f 20 73 65 6c 65 63 74 20 49 42 4d 20 |) to select IBM | 00000f50 66 6f 6e 74 2e 0a 59 6f 75 20 73 68 6f 75 6c 64 |font..You should| 00000f60 20 62 65 20 61 62 6c 65 20 74 6f 20 66 69 6e 64 | be able to find| 00000f70 20 74 68 65 20 63 6f 72 72 65 63 74 20 63 6f 64 | the correct cod| 00000f80 65 73 20 69 6e 20 79 6f 75 72 20 70 72 69 6e 74 |es in your print| 00000f90 65 72 20 0a 6d 61 6e 75 61 6c 2c 20 28 74 68 65 |er .manual, (the| 00000fa0 79 20 77 69 6c 6c 20 70 72 6f 62 61 62 6c 79 20 |y will probably | 00000fb0 62 65 20 31 42 2c 20 37 34 2c 20 31 29 2e 0a 0a |be 1B, 74, 1)...| 00000fc0 52 65 6d 6f 76 65 20 74 68 65 20 65 78 69 73 74 |Remove the exist| 00000fd0 69 6e 67 20 54 72 61 6e 73 6c 61 74 69 6f 6e 20 |ing Translation | 00000fe0 54 61 62 6c 65 20 66 72 6f 6d 20 74 68 65 20 44 |Table from the D| 00000ff0 72 69 76 65 72 20 61 6e 64 20 70 61 73 74 65 20 |river and paste | 00001000 0a 69 6e 20 74 68 65 20 74 61 62 6c 65 20 66 72 |.in the table fr| 00001010 6f 6d 20 31 77 70 2e 68 65 78 2e 4c 58 38 30 30 |om 1wp.hex.LX800| 00001020 5f 49 42 4d 20 6f 6e 20 74 68 65 20 41 72 63 68 |_IBM on the Arch| 00001030 69 76 65 20 64 69 73 63 2e 0a 0a 52 75 6e 20 31 |ive disc...Run 1| 00001040 73 74 5f 69 6e 73 74 61 6c 6c 20 74 6f 20 70 6c |st_install to pl| 00001050 61 63 65 20 74 68 65 20 6e 65 77 20 64 72 69 76 |ace the new driv| 00001060 65 72 20 69 6e 74 6f 20 79 6f 75 72 20 31 77 70 |er into your 1wp| 00001070 2e 63 66 67 20 0a 64 69 72 65 63 74 6f 72 79 2e |.cfg .directory.| 00001080 0a 0a 28 49 66 20 79 6f 75 20 68 61 76 65 20 61 |..(If you have a| 00001090 6e 20 45 70 73 6f 6e 20 4c 58 2d 38 30 30 20 70 |n Epson LX-800 p| 000010a0 72 69 6e 74 65 72 2c 20 79 6f 75 20 63 61 6e 20 |rinter, you can | 000010b0 75 73 65 20 74 68 65 20 64 72 69 76 65 72 20 6f |use the driver o| 000010c0 6e 20 0a 74 68 65 20 41 72 63 68 69 76 65 20 64 |n .the Archive d| 000010d0 69 73 63 20 69 6e 20 31 77 70 2e 63 66 67 2e 4c |isc in 1wp.cfg.L| 000010e0 58 38 30 30 5f 49 42 4d 20 77 69 74 68 6f 75 74 |X800_IBM without| 000010f0 20 67 6f 69 6e 67 20 74 68 72 6f 75 67 68 20 61 | going through a| 00001100 6e 79 20 0a 6f 66 20 74 68 69 73 29 2e 0a 0a 0a |ny .of this)....| 00001110 54 6f 20 74 65 73 74 20 65 76 65 72 79 74 68 69 |To test everythi| 00001120 6e 67 2c 20 6c 6f 61 64 20 31 73 74 20 57 6f 72 |ng, load 1st Wor| 00001130 64 20 50 6c 75 73 20 61 6e 64 20 74 68 65 6e 20 |d Plus and then | 00001140 73 65 6c 65 63 74 20 74 68 65 20 6e 65 77 20 0a |select the new .| 00001150 70 72 69 6e 74 65 72 20 64 72 69 76 65 72 20 62 |printer driver b| 00001160 79 20 63 6c 69 63 6b 69 6e 67 20 74 68 65 20 50 |y clicking the P| 00001170 72 69 6e 74 65 72 20 49 6e 73 74 61 6c 6c 65 64 |rinter Installed| 00001180 20 69 63 6f 6e 2e 0a 0a 4c 6f 61 64 20 31 77 70 | icon...Load 1wp| 00001190 2e 64 6f 63 2e 49 42 4d 5f 54 65 73 74 20 66 72 |.doc.IBM_Test fr| 000011a0 6f 6d 20 74 68 65 20 41 72 63 68 69 76 65 20 64 |om the Archive d| 000011b0 69 73 63 2c 20 70 72 69 6e 74 20 69 74 2c 20 61 |isc, print it, a| 000011c0 6e 64 20 74 68 65 6e 20 0a 63 6f 6d 70 61 72 65 |nd then .compare| 000011d0 20 77 68 61 74 20 79 6f 75 20 73 65 65 20 6f 6e | what you see on| 000011e0 20 74 68 65 20 73 63 72 65 65 6e 20 77 69 74 68 | the screen with| 000011f0 20 77 68 61 74 20 77 61 73 20 70 72 69 6e 74 65 | what was printe| 00001200 64 2e 0a 0a |d...| 00001204