home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex31 / manpages.lzh / MFT.1 < prev    next >
Text File  |  1990-12-03  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.      MFT(1)            UNIX 5.3 (8/15/90)            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 ComputerModernTypefaces, 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: .:/usr/local/lib/mf/macros.  The
  38.       style    file is    searched for using the TEXINPUTS environment
  39.       variable; the    default    there is: ..  See tex(1) for the
  40.       details of the searching.
  41.  
  42.       The output TeX file name is formed by    using .tex in place of
  43.       the extension    of mf_file_name.
  44.  
  45.      FILES
  46.       /usr/local/lib/tex/macros/mftmac.tex
  47.                    TeX macros used by mft output.
  48.  
  49.       /usr/local/lib/tex/macros/plain.mft
  50.                    Default style file.
  51.  
  52.       /usr/local/lib/tex/macros/cmbase.mft
  53.                    Style file for Computer Modern.
  54.  
  55.      SEE ALSO
  56.       mf(1), weave(1)
  57.       Donald Knuth et al., METAFONTware
  58.  
  59.      AUTHORS
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 12/3/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      MFT(1)            UNIX 5.3 (8/15/90)            MFT(1)
  71.  
  72.  
  73.  
  74.       Donald Knuth wrote the program, and he ported    it to Unix
  75.       with the help    of Pierre MacKay and the Unix port of weave by
  76.       Howard Trickey and Pavel Curtis.  The    program    is published
  77.       in the METAFONTware technical    report,    available from the TeX
  78.       Users    Group.
  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.      Page 2                         (printed 12/3/90)
  130.  
  131.  
  132.  
  133.