NOTES 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. Directory dpost is DWB 3.3 version without UTF changes. dpost.utf is
  2. stuff for Plan 9. Both build and install dpost, so only pick one. The
  3. makefile I sent (postscript.mk) builds dpost.utf.
  4. Left READING set to ONEBYTE in common/gen.h. Expect dpost errors unless
  5. 'x E UTF' is added to troff output or READING set to UTFENCODING. Easy
  6. to make 'x E UTF' anything else too.
  7. Left RUNELIB defined in common/rune.h so rune.c stuff is used when
  8. dpost.utf is built.
  9. UTF.enc is in directory psencoding. Install and link to Default.enc on
  10. Plan 9.
  11. Carmela requested two new characters: \(bs for backslash and \(dq for
  12. double quote. Both are in devLatin1 and devpost tables. Carmela also
  13. asked for a bunch of her devpost accent characters in devLatin1. Added
  14. them to the end of the devLatin1 tables.
  15. A word of warning about devLatin1. Carmela, Peter and others complained
  16. about - and hyphens being too long in the Latin1 fonts. I used Abode's
  17. choice but nobody liked it. New devLatin1 tables use a smaller character
  18. for hy. Looks better (I guess) but a width change affects line and page
  19. breaks!! Not sure what you want to do. Complaints on this one go to
  20. npn and carmela!!!
  21. Didn't take your suggested pathname change in download. Didn't want to
  22. risk breaking Unix 4.0 lp. What's there is bogus but was only for Unix
  23. 4.0. The -r option accomplishes something similiar but needs a full path.
  24. postio.mk is very different and not tested on V9.