icon Top 9 categories map      RocketAware >

tfmtodit(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions:






TFMTODIT(1)                                           TFMTODIT(1)


NAME
       tfmtodit - create font files for use with groff -Tdvi



SYNOPSIS
       tfmtodit  [  -sv  ]  [ -ggf_file ] [ -kskewchar ] tfm_file
       map_file font

DESCRIPTION
       tfmtodit creates a font file for  use  with  groff  -Tdvi.
       tfm_file  is  the name of the TeX font metric file for the
       font.  map_file is a file giving the groff names for char-
       acters in the font; this file should consist of a sequence
       of lines of the form:

              n c1 c2 ...

       where n is a decimal integer giving the  position  of  the
       character in the font, and c1, c2,...  are the groff names
       of the character.  If a character has no groff  names  but
       exists  in  the tfm file, then it will be put in the groff
       font file as an unnamed character.  font is  the  name  of
       the  groff  font  file.  The groff font file is written to
       font.

       The -s option should be given if the font  is  special  (a
       font is special if troff should search it whenever a char-
       acter is not found in the current font.)  If the  font  is
       special,  it  should be listed in the fonts command in the
       DESC file; if it is not special, there is no need to  list
       it, since troff can automatically mount it when it's first
       used.

       To do a good job of math typesetting, groff requires  font
       metric  information not present in the tfm file.  The rea-
       son for this is that TeX has separate  math  italic  fonts
       whereas  groff  uses  normal  italic  fonts for math.  The
       additional information required by groff is given  by  the
       two  arguments  to the math_fit macro in the Metafont pro-
       grams for the Computer Modern fonts.  In a  text  font  (a
       font  for  which math_fitting is false), Metafont normally
       ignores these two arguments.  Metafont can be made to  put
       this  information  in the gf file by loading the following
       definition after cmbase when creating cm.base:

              def ignore_math_fit(expr left_adjustment,right_adjustment) =
                  special "adjustment";
                  numspecial left_adjustment*16/designsize;
                  numspecial right_adjustment*16/designsize;
                  enddef;

       The gf file created using this modified cm.base should  be
       specified with the -g option.  The -g option should not be
       given for a font for which math_fitting is true.




Groff Version 1.11      14 September 1996                       1





TFMTODIT(1)                                           TFMTODIT(1)


OPTIONS
       -v     Print the version number.

       -s     The font is special.  The effect of this option  is
              to add the special command to the font file.

       -kn    The  skewchar  of  this  font  is at position n.  n
              should be an integer; it may be given  in  decimal,
              or  with a leading 0 in octal, or with a leading 0x
              in hexadecimal.  The effect of this  option  is  to
              ignore  any  kerns  whose  second  component is the
              specified character.

       -ggf_file
              gf_file is a gf file produced by Metafont  contain-
              ing  special  and  numspecial commands giving addi-
              tional font metric information.

FILES
       /usr/share/groff_font/devdvi/DESC
              Device description file.

       /usr/share/groff_font/devdvi/F
              Font description file for font F.

SEE ALSO
       groff(1), grodvi(1), groff_font(5)






























Groff Version 1.11      14 September 1996                       2



Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]


[Overview Topics]



RocketLink!--> Man page versions:






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > tfmtodit.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments