home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / stex2-18.zip / SeeTeX / fontdesc-examp next >
Text File  |  1990-07-25  |  2KB  |  46 lines

  1. #
  2. # MC-TeX font configuration
  3. #
  4. # N.B.: choose only one of `box' or `blank' TFM fonts
  5. #
  6. # If you have a Ricoh write-white engine and a Canon write-black engine,
  7. # and you use different fonts on each, you might use
  8. #
  9. # font    pk    ricoh    2    /usr/local/lib/tex/fonts/ricoh/%f/%f.%mpk
  10. # font    pk    canon    2    /usr/local/lib/tex/fonts/canon/%f/%f.%mpk
  11. # font    tfm    TeX    0    /usr/local/lib/tex/fonts/tfm/%f.tfm
  12. #
  13. # as your entire fontdesc file (although this would not allow people
  14. # to have their own directories searched).
  15. #
  16. # If you did this, and ran `postscript -e xyzzy', you would get the
  17. # error `(there are no fonts for the xyzzy engine!)', since no specifier
  18. # would match.
  19. #
  20. # This fontdesc file uses `*' and thus matches every engine.
  21.  
  22. # Allow the use of `built-in' PostScript fonts,
  23. # including via $TEXFONTS, for engine `PostScript'.
  24. font    tfm    PostScript 0    /usr/local/lib/tex/fonts/%f.tfm
  25. fontenv tfm    PostScript 0    TEXFONTS    %f.tfm
  26.  
  27. # allow people to override fonts (slows things down)
  28. #    TYPE    SPEC    SLOP    VARIABLE    NAMEPART
  29. fontenv    pk    *    2    OVERRIDE_FONTS    %f.%mpk
  30. fontenv    gf    *    2    OVERRIDE_FONTS    %f.%mgf
  31. fontenv    invis    *    2    OVERRIDE_FONTS    %f.tfm
  32.  
  33. # normally, look first in the standard directory (speeds things up)
  34. #    TYPE    SPEC    SLOP    PATH
  35. font    pk    *    2    /usr/local/lib/tex/fonts/%f/%f.%mpk
  36. font    gf    *    2    /usr/local/lib/tex/fonts/%f/%f.%mgf
  37. font    invis    *    0    /usr/local/lib/tex/slitexfonts/%f.tfm
  38.  
  39. # then try user's $TEXFONTS, if any
  40. fontenv    pk    *    2    TEXFONTS    %f.%mpk
  41. fontenv    gf    *    2    TEXFONTS    %f.%mpk
  42.  
  43. # box font must come last!
  44. font    box    *    0    /usr/local/lib/tex/fonts/%f.tfm
  45. fontenv    box    *    0    TEXFONTS    %f.tfm
  46.