home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / SMps2pk.readme < prev    next >
Text File  |  1997-10-17  |  2KB  |  50 lines

  1. Short:  Use Postscript font with PasTeX1.4 and more
  2. Author: Piet Tutelaers (rcpt@urc.tue.nl) (Original author)
  3. Type:   text/tex
  4.  
  5.         Reinhard Katzmann (suamor@student.uni-tuebingen.de) (Amiga Port)
  6. UPLOADER: Reinhard Katzmann (suamor@student.uni-tuebingen.de)
  7.  
  8. When do you need ps2pk? 
  9. ---------------------- 
  10. Ps2pk is a tool that converts a PostScript type1 font into a corres-
  11. ponding TeX PK font.  The tool is especially interesting if you want
  12. to use fully hinted type1 fonts in your DVI previewer (instead of the
  13. unhinted type1 fonts currently used in GhostScript) or on a printer
  14. that has no PostScript interpreter.
  15.  
  16. In order to use the ps2pk generated fonts your driver and previewer need
  17. to support virtual fonts.  The reason is that PostScript fonts and TeX
  18. fonts do have a different font encoding and handle ligatures in a
  19. different way.  With virtual fonts the PostScript world (encoding +
  20. ligatures) can be mapped to the old style TeX world on which the current
  21. plain macro packages still are based (despite the fact that TeX3.0 can
  22. handle 8bits). 
  23.  
  24. It is also possible to use the ps2pk generated PK fonts directly
  25. (without virtual fonts) but in that case you need modified plain TeX
  26. macros in order to acces the new (changed) font features. To make TeX
  27. really 8bits (the reason TeX3.0 was released) TUG has proposed a new
  28. font standard supporting the full 8bit range (in stead of the 7bit).
  29. The 128 extra characters in this new TUG standard are filled up with
  30. characters for 17 different European languages (see: TUGboat #10 vol.
  31. 4 1990).  With ps2pk it is possible to generate PK fonts from
  32. PostScript fonts according to this new TUG font standard.
  33.  
  34. Notes
  35. -----
  36.  
  37. The main documentation is in the /ps2pk15 directory (/ps2pk15/ps2pk.guide).
  38. There are informations on both versions (14 and 15) in it. I've not included
  39. the source to keep the archive size down. It is avalaible on CTAN in the
  40. fonts/utilities/ps2pk/... directory. I've included the SAS-Makefile though.
  41.  
  42. Known problems (as mentioned in the guide, too) are that sometimes I have
  43. problems with pathes (instead of seeking tex:ps/ f.e he seeks tex:ps/tex:ps)
  44. but if you don't use assigns (or devices (?)) there seem to be no problems.
  45. Another problem is that wrong checksums are shown in the showdvi or dviprint
  46. logs. This is a general ps2pk problem and has nothing to do with my port.
  47.  
  48. type1 directory from ps2pk15 directory is identical to ps2pk14 so I did not
  49. include it in here.
  50.