home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / kpathsea / HIER < prev    next >
Encoding:
Text File  |  1996-09-28  |  1.9 KB  |  60 lines

  1. Here is the installed TeX & Metafont hierarchy (as of 4sep94) that
  2. we have been working on.  Please send comments to mackay@cs.washington.edu,
  3. unixtex@u.washington.edu, and kb@cs.umb.edu.
  4. (Especially if you try to actually install TeX like this!)
  5.  
  6. First, pick a root directory for the library files:
  7. TEXMF = /usr/local/lib/texmf
  8.  
  9. (Or, in make variable terms: $(datadir)/texmf.)
  10.  
  11. All the files are installed relative to $TEXMF.  Top-level directories:
  12. bibtex        -- bib/*.bib, bst/*.bst
  13. doc        -- bibtex/, fontname/, eplain/, ...
  14. fonts         -- see below
  15. tex        -- see below
  16. mf        -- utility MF sources
  17.                    ({plain, expr, null, io, slant, modes, ...}.mf)
  18. ini        -- .base, .fmt, .pool
  19. dvips        -- only if you have a PostScript printer, naturally
  20.  
  21. In general, where possible, the same setup as ctan is clearly a win.
  22.  
  23. Under dvips, have the .pro/.ps/psfonts.map files.
  24.  
  25. Under tex, at least:
  26. plain    ({plain, manmac, null, plain, story, testfont, webmac}.tex,
  27.      perhaps also texinfo.tex, eplain.tex, other single-file sources)
  28. latex    (with subdirectories base/ for M&S's files,
  29.      misc/ for one-file styles, and other distributions by directory)
  30. tugboat    (tugboat.cmn, tugboat.sty, etc.)
  31. mft    (*.mft)
  32.  
  33. Under fonts:
  34. <source>/<typeface>/
  35.   for <source> in public, adobe, ams, bitstream, urw, ...
  36.   for public/<typeface> in cm, concrete, punk, ...
  37.   for ams/<typeface> in euler, symbols, ...
  38.   for adobe/<typeface> in times, palatino, avantgar, ...
  39.   See the *.map files in fontname 2.0 for canonical directory names.
  40.  
  41. Under .../<source>/<typeface>/
  42. src/*.mf
  43. tfm/*.tfm
  44. vf/*.vf
  45. afm/*.afm
  46. pk/$MAKETEX_MODE (including pseudo-modes for gsrenderfont, ps2pk, gsftopk)
  47. type1/*.{pfa,pfb,gsf}
  48. truetype/*.ttf
  49.  
  50. See the TeX directory structure node in the manual for an additional
  51. complication with MAKETEX_MODE.
  52.  
  53. For example:
  54. texmf/fonts/public/cm/pk/cx/cmr10.300pk
  55. texmf/fonts/public/sauter/src/b-cmbx.mf
  56. texmf/fonts/adobe/utopia/type1/putr.pfa
  57.  
  58.  
  59. For default path values, see texmf.cnf[.in].
  60.