home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pstoedit.zip / source.zip / pstoedit.2.50 / problems < prev    next >
Text File  |  1997-01-02  |  1KB  |  32 lines

  1. * Pure text documents should better be translated into text flow instead
  2.   of a mess of text objects (as does pstohtml).
  3. * Non standard fonts (e.g. TeX's bitmap fonts ) are translated into Courier.
  4. * only limited support for special character encodings.
  5. * No support for bitmap images
  6. * Framemaker addes linewidth also to linelength. So if the linewidth is not very
  7.   small relative to the linelength the generated line will look very different 
  8.   from the original one.
  9.  
  10.   This we want:
  11.      -----------
  12.      |         |
  13.      *   *     *
  14.      |         |
  15.      -----------
  16.  
  17.   This we get:
  18.   -----------------
  19.   |               |
  20.   |  *   *     *  |
  21.   |               |
  22.   -----------------
  23.   This could be corrected by readjusting the points (substract/add line width)
  24.  
  25. * The GNUPlot backend is very limited, e.g., doesn't support text at all.
  26. * There are some problems in the OS2 meta file output. The metafile viewer fails in some
  27.   cases, although drawing directly to the screen works ok. If you have an idea what's going
  28.   wrong here, please contact Christoph Jaeschke <jaeschke@imbe05.imbe.uni-bremen.de> and tell
  29.   him how to solve the problem.
  30. * The .wmf files generated by the WMF backend are not "placeable" meta files.
  31.   This will be fixed soon.
  32.