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

  1.  
  2.  
  3.  
  4. GFTODVI(1)               USER COMMANDS                 GFTODVI(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      gftodvi - make proofsheets from generic font files
  10.  
  11. SYNOPSIS
  12.      gftodvi [gf_file_name]
  13.  
  14. DESCRIPTION
  15.      The gftodvi program converts a generic font (GF) file output
  16.      by,  for  example, mf(1), to a device independent (DVI) file
  17.      that can be typeset using the same software as for TeX  out-
  18.      put. The characters in the GF file will appear one per page,
  19.      with labels, titles, and annotations as specified in  Appen-
  20.      dix H (Hardcopy Proofs) of The METAFONTbook.
  21.  
  22.      GFtoDVI uses other fonts in addition to the main GF file.  A
  23.      `gray' font is used to typeset the pixels that actually make
  24.      up the character. (We wouldn't want all  the  pixels  to  be
  25.      simply  black,  since  then  labels,  key  points, and other
  26.      information would be lost.) A `title' font is used  for  the
  27.      information  at  the top of the page. A `label' font is used
  28.      for the labels on key points of the figure. A  `slant'  font
  29.      is  used  to typeset diagonal lines, which otherwise have to
  30.      be simulated  using  horizontal  and  vertical  rules.   The
  31.      default  gray,  title,  and  label fonts are gray, cmr8, and
  32.      cmtt10, respectively; there is no default slant font.
  33.  
  34.      To change the default fonts, you can give  special  commands
  35.      in  your  Metafont  source file, or you can change the fonts
  36.      online. An online dialog ensues if you end the  gf_file_name
  37.      with a `/'. For example,
  38.        gftodvi io.300gf/
  39.        Special font substitution: grayfont black
  40.        OK; any more? grayfontarea /home/art/don/
  41.        OK; any more? slantfont /home/fonts/slantimagen6
  42.        OK; any more? <RET>
  43.      will  use  /home/art/don/black  as  the  `gray'   font   and
  44.      /home/fonts/slantimagen6  as  the  `slant'  font  (this name
  45.      indicates a font for lines with slope 1/6 at the  resolution
  46.      of an Imagen printer).
  47.  
  48.      The gf_file_name on the command line must be complete.  (The
  49.      program  prompts  you  for it if you don't give it.) Because
  50.      the resolution is part of the extension, it would  not  make
  51.      sense  to  add on a default extension as is done with TeX or
  52.      DVI-reading software. The output file name defaults  to  the
  53.      same  root  as  the gf file, with the `dvi' extension added.
  54.      For example, the input file io.2602gf would become io.dvi.
  55.  
  56. ENVIRONMENT VARIABLES
  57.      gftodvi uses the environment variable GFFONTS to search  for
  58.      the  GF  file.   If  GFFONTS is not set, it uses the current
  59.      directory.
  60.  
  61.  
  62.  
  63.                        Last change: 8/8/90                      1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. GFTODVI(1)               USER COMMANDS                 GFTODVI(1)
  71.  
  72.  
  73.  
  74.      
  75.  
  76.      The TEXFONTS environment variable is used to  find  the  TFM
  77.      files  that  the  program needs. If TEXFONTS is not set, the
  78.      system default TeX:fonts is used. See tex(1) for the details
  79.      of the searching.
  80.  
  81. FILES
  82.      TeX:fonts/{gray.tfm,...}                the default fonts
  83.  
  84.      TeX:mfinputs/{gray.mf,...}              the Metafont sources
  85.                                              (perhaps)
  86.  
  87. SEE ALSO
  88.      tex(1), mf(1)
  89.      Donald Knuth, The METAFONTbook
  90.      Donald Knuth et al., METAFONTware
  91.  
  92. AUTHORS
  93.      Donald Knuth wrote the program. It was published as part  of
  94.      the  METAFONTware  technical  report, available from the TeX
  95.      Users Group.  Paul Richards originally ported it to Unix.
  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/8/90                      2
  130.  
  131.  
  132.  
  133.