home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / dvi2pcl.lha / posting < prev    next >
Text File  |  1992-11-25  |  4KB  |  76 lines

  1.  
  2. Version 0.8 of the DVI to HP PCL printer driver 'dvi2pcl' is now available
  3. for anonymous ftp from
  4.  
  5. Name:    hybrid.irfu.se
  6. Address:  130.238.30.23
  7.  
  8. This release fixes a bug wich showed up for largish jobs (> 50 pages)
  9. with many soft fonts downloaded so that, in addition, graphics raster
  10. fonts were being used.  If a pcl string was read via \special and that
  11. string changed the printer resolution, the graphics raster glyphs were
  12. printed with the latter, incorrect resolution.
  13.  
  14. Binary downloading of font and char descriptors is now done explicitly
  15. value by value in order to avoid any struct alignment problems.  This
  16. should improve portability to different architectures and may solve the
  17. problems reported by some users running SGI and PC/386 with non-gcc
  18. compilers.
  19.  
  20. Note that the '-o' option has changed.  The file extent '.pcl' is no
  21. longer attached to the output bitfile name.  This is to simplify
  22. printing to the bit bucket ('-o /dev/null') for testing purposes.  Also,
  23. since 'dvi2plc' can write directly to standard output, there is usually
  24. no need to save the bitfile but rather one should pipe the output
  25. directly to the printer spooler ('dvi2pcl <file>.dvi | lp -or
  26. -d<dest>').
  27.  
  28. Version 0.8 adds support for color text for PaintJet printers via the
  29. command:
  30.  
  31.   \special{pjxl:<color>}
  32.  
  33. where <color> is either 'black', 'red', 'green', 'yellow', 'blue',
  34. 'magenta', 'cyan', or 'white'.  With the new 'pjxl.sty' style file, text
  35. color may be changed by using shorthand commands:  '\black', '\red',
  36. '\green', etc.
  37.  
  38. For PaintJet printers, 'dvi2pcl' only works acceptably with downloaded
  39. soft fonts (not raster graphics ones) so printing on the PaintJet, which
  40. cannot handle soft font downloading, or on the PaintJet XL with raster
  41. fonts, does not work yet.  The number of fonts downloaded to the PaintJet
  42. XL must not exceed 28 (= the hardware limit).  Ordinary raster graphics
  43. pictures are printed OK.  Rules are not printed on PaintJet XL since
  44. the PJXL has no hardware support for this.
  45.  
  46. Version 0.8 adds rudimentary support for device selection via the '-d'
  47. option ('-j' obsoleted, for compatibility with the 'lp' spooler).
  48. Printers supported via '-d' are:  "lj+" (HP LaserJet+), "lj2" (HP
  49. LaserJet II), "lj2d" (HP LaserJet IID),"lj2p" (HP LaserJet IIP),"lj3si"
  50. (HP LaserJet IIISi), "lj3p" (HP LaserJet IIIP),"pj" (HP PaintJet), and
  51. "pjxl" (HP PaintJet XL).  In fact, only "lj+" has any effect.  This flag
  52. overcomes certain hardware limitations (missing transparency mode) in
  53. the LaserJet+.  It is the user's responsibility to add the '-f <nnn>'
  54. flag to limit the number of soft fonts for the particular printer used.
  55.  
  56. The man page has been updated to reflect changes and corrections ('-d',
  57. '-o', '-r', and '-R' options; '\special' command 'pjxl:')
  58.  
  59. This release is the last alpha release.  The next release, v0.9 will be
  60. the first beta release and will have the (now quite ugly) code cleaned
  61. up and shortened considerably.  New functionality (support for
  62. PostScript graphics in PCL via ghostscript, virtual fonts, and permanent
  63. font downloading for faster printing) is planned for v0.9.
  64.  
  65. Please report successes and problems for your specific hardware/compiler
  66. combination.
  67.  
  68. Uppsala 23 Nov 1992
  69.  
  70. ---
  71.    ^   Bo Thide'--------------------------------------------------------------
  72.   |I|        Swedish Institute of Space Physics, S-755 91 Uppsala, Sweden
  73.   |R|    Phone: (+46) 18-303671.  Fax: (+46) 18-403100.  IP: 130.238.30.23
  74.  /|F|\          INTERNET: bt@irfu.se      UUCP: ...!mcvax!sunic!irfu!bt  
  75.  ~~U~~ ----------------------------------------------------------------sm5dfw-
  76.