home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / text / tex31.lzh / TeX / man / mft.doc < prev    next >
Encoding:
Text File  |  1990-12-21  |  2.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4. MFT(1)                   USER COMMANDS                     MFT(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      mft - translate Metafont code to TeX code for prettyprinting
  10.  
  11. SYNOPSIS
  12.      mft    mf_file_name[.mf]    [-cs]    [change_file_name[.ch]]
  13.      [style_file_name[.mft]]
  14.  
  15. DESCRIPTION
  16.      The mft program creates a TeX file from a Metafont  program.
  17.      It  takes  appropriate care of typographic details like page
  18.      layout and the use of indentation, italics, boldface,  etc.,
  19.      as illustrated in  the  book  Computer Modern Typefaces,  by
  20.      Donald Knuth.   Special  conventions  in  Metafont  comments
  21.      allow  you  to  control things that would not otherwise come
  22.      out right; section 1  of  the  MFT  source  program  in  the
  23.      METAFONTware report explains these rules.
  24.  
  25.      The command line has one required file name and two optional
  26.      file  names.   The  required  one is a Metafont source file;
  27.      there is also an optional change file (which works  just  as
  28.      the  change  files  to  tangle(1)  and  weave(1)  do) and an
  29.      optional style file (which is prepended to everything).
  30.  
  31.      A file name that doesn't contain a dot is  always  given  an
  32.      extension,  either  .mf  (Metafont)  or .ch (change) or .mft
  33.      (style). If no style  file  is  specified,  the  style  file
  34.      plain.mft is automatically used. The change_file_name is not
  35.      searched for using any paths. The .mf file is  searched  for
  36.      using  the MFINPUTS environment variable if you have set it,
  37.      or else the system default: .  The style  file  is  searched
  38.      for  using  the  TEXINPUTS environment variable; the default
  39.      there is: .  See tex(1) for the details of the searching.
  40.  
  41.      The output TeX file name is formed by using .tex in place of
  42.      the extension of mf_file_name.
  43.  
  44. FILES
  45.      TeX:inputs/mftmac.tex    TeX macros used by mft output.
  46.  
  47.      TeX:inputs/plain.mft     Default style file.
  48.  
  49.      TeX:inputs/cmbase.mft    Style file for Computer Modern.
  50.  
  51. SEE ALSO
  52.      mf(1), weave(1)
  53.      Donald Knuth et al., METAFONTware
  54.  
  55. AUTHORS
  56.      Donald Knuth wrote the program, and he  ported  it  to  Unix
  57.      with the help of Pierre MacKay and the Unix port of weave by
  58.      Howard Trickey and Pavel Curtis.  The program  is  published
  59.      in the METAFONTware technical report, available from the TeX
  60.  
  61.  
  62.  
  63.                       Last change: 8/15/90                      1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MFT(1)                   USER COMMANDS                     MFT(1)
  71.  
  72.  
  73.  
  74.      Users Group.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                       Last change: 8/15/90                      2
  130.  
  131.  
  132.  
  133.