home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / programs / list / ep-docs.ark / BUGS.DOC next >
Encoding:
Text File  |  1988-05-21  |  2.1 KB  |  52 lines

  1.  
  2. Bugs in EP.        Oct. 30, 1984 -- Greg Lee
  3.  
  4.  
  5. A "node" specified in the very first output line, or before that line,
  6. is misplaced (it's put on the preceding page).
  7.  
  8. Multiple conditional hyphens in a single word cause confusion when EP
  9. attempts a line break at any hyphen after the first. Sometimes no
  10. hyphen is printed, and if it is, it may stick out past the right margin.
  11.  
  12. A soft hyphen in a $kern string should be ignored, but it isn't. Of course
  13. one wouldn't type one in, since it wouldn't make sense, but one could be
  14. inserted if you're using a program to insert soft hyphens.
  15.  
  16. The presence of a $heading, maybe combined with the beginning-page
  17. command, and the presence of a duplex font may cause weird scrambling of
  18. lines at the top of a page. I don't understand this.
  19.  
  20. Text files are always treated as though they ended with a CR-LF, whether or
  21. not they actually do. This is not a bug, but you might need to know about
  22. it when using embedded files.
  23.  
  24. The top parts of aligned small characters that are italicized or
  25. bent are not printed properly.
  26.  
  27. Regular eight point characters on the same line as tall characters
  28. are not printed properly when the character-height has been set to
  29. 24 points or more (for duplex characters, the figure is 48 points or more).
  30. I am not going to be able to fix this.
  31.  
  32. Duplex characters are affected by the setting of character-height.
  33. For character-heights of:
  34.     8 points or less    - they are printed at 16 points (just as
  35.                   for a setting of 16 points)
  36.     more than 8, less than 16 points
  37.                 - less space is left between lines, but
  38.                   the characters are not reduced in size
  39.     16 points        - normal
  40.     17 to 32 points        - they are vertically stretched up to the
  41.                   appropriate size 
  42.     48 to 96 points        - they are vertically stretched up to the
  43.                   appropriate size 
  44. The above is a statement of a program extension -- not a bug. Now here
  45. are the bugs:
  46.  
  47.     Raised duplex characters are not correctly italicized or bent.
  48.  
  49.     Tall characters on the same output line as duplex characters,
  50.     for character-heights greater than 16 points, are stretched up to
  51.     only half the character-height specified.
  52.