TEX Directory Structure

CallMF 2 is fully depending on the new TEX Directory Structure (TDS)TEX Directory Structure (TDS)TDSTDSTDS developed by TEX Users Group (TUG)TEX Users Group (TUG)TUGTUGTUG in 1995, which is described in the file

   ftp.th-darmstadt.de:/pub/tex/TDS-compliant/draft/tdsguide.dvi

The main idea is the following directory scheme, which should be present on all systems soon (and Amiga will be there again first!):

   </texmf>/fonts/<type>/<supplier>/<typeface>/<file>

If the <type> is one of `gf', `pk' or `log', two extra levels of subdirectories are necessary to uniquely distinguish the files:

   </texmf>/fonts/pk/<supplier>/<typeface>/<mode>/dpi<dpi>/<file>

Some examples for the new scheme (in top-down alphabetic order):

   TeXMF:fonts/gf/ams/euler/amiga/dpi100/eufm10.100gf
   TeXMF:fonts/gf/public/cm/amiga/dpi100/cmr10.100gf
   TeXMF:fonts/log/ams/euler/amiga/dpi100/eufm10.100log
   TeXMF:fonts/log/public/cm/amiga/dpi100/cmr10.100log
   TeXMF:fonts/pk/ams/euler/amiga/dpi100/eufm10.100pk
   TeXMF:fonts/pk/public/cm/amiga/dpi100/cmr10.100pk
   TeXMF:fonts/source/ams/euler/eufm10.mf
   TeXMF:fonts/source/public/cm/cmr10.mf
   TeXMF:fonts/tfm/ams/euler/eufm10.tfm
   TeXMF:fonts/tfm/public/cm/cmr10.tfm