home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 2 / romside_best_of_german_only_2.iso / dos / anwender / ed / eng / intro.doc < prev    next >
Text File  |  1993-06-21  |  6KB  |  127 lines

  1. Welcome to ED, a simple public domain word processing system.
  2. Before you read ED.DOC, here is an overview about the func-
  3. tionality of ED.
  4.  
  5. What it doesn't have: Inclusion of graphics, macros, serial
  6. letters, footnotes, formula editor.  Nevertheless it is an easy
  7. to use replacement for a typewriter.
  8.  
  9. ED mainly consists of three programs (modularity): ED.EXE,
  10. PAGE.COM and PRINT.COM.  ED.EXE is the editor/formatter.
  11. PAGE.COM generates page files (one page = one file) with
  12. (optional) page numbers and an (optional) constant text line
  13. on top or bottom.  PRINT.COM outputs the files (pages) on
  14. printer.
  15.  
  16. ED.EXE generates pure ASCII text files, i. e. there are no
  17. visible or invisible control characters for the end of a para-
  18. graph or printer commands (e. g. underlining).  Printer commands
  19. or similar commands are introduced with the "#"-character and
  20. followed by a letter, e. g. "#u" turns underlining on, a second
  21. "#u" terminates it.
  22.  
  23. If you start ED.EXE, you find yourself in the editing level
  24. (line 1, column 1).  You get into the command level by pressing
  25. F1.  If you just hit ENTER there, you get back into the editing
  26. level.  Do the following as a short trip in ED: Start ED.EXE
  27. at the DOS-prompt: "ED" + ENTER.  Press F1. Enter "f test.txt"
  28. + RETURN.  Have a look at TEST.TXT.  Press F2.  Compare.  The
  29. "#"-characters have vanished.  Press an arbitrary key.  Press
  30. "Pg Dn" and "Pg Up". Press END and HOME.  Type some letters.
  31. Press ESC.  Press F1. Enter "q" + RETURN.  This was it.
  32.  
  33. You have already got acquainted to most of the frequently used
  34. commands of the command level.  "f" (file): Filename command.
  35. Entering the filename for reading or saving.  "r" (read): Read
  36. the file into memory.  "q" (quit): Leave ED.EXE.  Further
  37. frequently used commands are "s" (save, saving the file) and
  38. "fo" (formatting).
  39.  
  40. ED.EXE doesn't instantaneously format on text entering (adjusting
  41. the right end).  You enter the text in a normal way, finishing
  42. the line with RETURN.  Formatting is done with the command level
  43. command "fo 30,37", for instance, formats the lines 30 to 37
  44. (usually a paragraph).  Formatting means distributing the words
  45. onto lines in the way, that the right end is within the hot
  46. zone (e. g. within column 60 to 65).  Long words are taken into
  47. the "semiautomatic" wordcut procedure on formatting.  There
  48. are mostly none or just a few words to cut on formatting a para-
  49. graph.  The word to cut will be presented with a blank anywhere
  50. in the middle.  The input of "-2", for instance, defines the
  51. hyphen at the first half minus two letters from the right.
  52. So you have a well functioning wordcut by a minimum of program-
  53. ming work.
  54.  
  55. The description of PAGE.COM follows.  The program PAGE generates
  56. page files (one page = one file) from one or more ASCII text
  57. files, generated by ED.EXE, for the output with PRINT.COM.
  58. I. e. the lines are distributed over pages in the way not to
  59. exceed the page length.  Page numbers are added optionally.
  60. If you just have to write a short letter (one or two pages),
  61. you don't need PAGE.  You may care yourself for not exceeding
  62. the paper sheet length.
  63.  
  64. PAGE requires rather much input.  You define the number of lines
  65. per page, the position of the page number (right, left, centered
  66. or alternating right/left) etc.  The input of "KAP2.S#,7" at the
  67. corresponding place causes the generation of the first page
  68. file with name "KAP2.S7", where "7" should be the page number,
  69. further page files then are "KAP2.S8", "KAP2.S9" etc.
  70.  
  71. PAGE saves all your input as PAGE command file (extension ".PAG"
  72. is recommended).  If you have to page the same file(s)
  73. (chapter(s)) again, you need not to do all the input again,
  74. but enter the filename of the PAGE command file instead, and
  75. all input will be done from there automatically.  Professionals
  76. even may edit PAGE command files directly with ED.EXE.
  77.  
  78. The description of PRINT.COM follows.  PRINT outputs your files
  79. (pages) on printer.  It asks for the files to be printed.  You
  80. may enter a simple single filename or enter a so called
  81. "#"-filespec.  Suppose PAGE generated the pages (files) "KAP2.S7"
  82. to "KAP2.S14".  The input of "KAP2.S#,7,14" causes the printing
  83. of these eight files.
  84.  
  85. PRINT allows the output of leading empty lines.  If your printer
  86. would start printing to close to the top, enter a number, that
  87. is greater than zero (e. g. "3").  Furthermore PRINT allows
  88. to shift the text arbitrarily to the right.  If your printer
  89. would start printing to close to the left, enter a column number
  90. (from which to start printing), that is greater than 1 (e. g.
  91. "7").  So it is not necessary to edit the text with leading
  92. spaces.
  93.  
  94. PRINT.COM reads the printer driver file with name PRINT.DAT
  95. at startup.  PRINT.DAT is an easy to modify ASCII text file,
  96. which contains the codes, that are necessary to, for instance,
  97. convert "#u" into the printer command "turn underlining on (or
  98. off)".  Let the ".DAT"-file, that is appropriate for your
  99. printer, be the actual PRINT.DAT by copying (enter "COPY HPLJ.DAT
  100. PRINT.DAT" at the DOS-prompt for instance).  Then output the
  101. file TEST.TXT as a test.
  102.  
  103. The following printer features are supported: Underlining, over-
  104. striking, double printing, bold printing, shadow/italic printing,
  105. proportional printing, superscript, subscript, font, temporary
  106. font change, draft printing, normal printing, fine printing,
  107. line spacing: 1, 1.5, 2, 2.5, 3.  Letter spacing: 10, 12,
  108. 15/microprint letters per inch.  This collection is the maximum,
  109. i. e. it depends on your printer, which features are supported.
  110. For instance, the Hewlett Packard Laserjet (tm) III (HPLJ.DAT)
  111. doesn't have linespacing 2.5 and overstriking.  Look at PRINT.DAT
  112. by ED.EXE.  If you see no numbers, the corresponding command
  113. (for instance "#u") has no effect.
  114.  
  115. A file PRINT.TBL can be defined for printers, which do not
  116. feature the IBM character set (for instance having trouble with
  117. specific country letters).  This file contains character code
  118. conversion information and will be read by PRINT.COM at startup.
  119.  
  120. Furthermore, there is a driver included, for using a printer
  121. on the serial port (PRTCOM.COM, PRTCOM.DOC).
  122.  
  123. This was an overview about the functionality of ED.  ED.DOC
  124. is the full documentation file, containing all the details.
  125. Best wishes for the work with ED from the author of the programs,
  126. Klaus D. Wloczyk.
  127.