Linux Commands Examples

A great documentation place for Linux commands

afm2tfm

convert Adobe font metrics to TeX font metrics


see also : dvips - tex - vptovf


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
run_command "cd $TDS/fonts/afm/public/marvosym"
run_command "afm2tfm marvosym.afm"
run_command "mv marvosym.tfm $TDS/fonts/tfm/public/marvosym/umvs.tfm"
0
source
            
addr2line .......... binutils
aegis ................. aegis
afm2tfm ................. TeX
afmtodit .............. groff

description

PostScript fonts are (or should be) accompanied by font metric files such as Times-Roman.afm, which describes the characteristics of the font called Times-Roman. To use such fonts with TeX, we need TFM files that contain similar information. This program does that conversion. For more information, print out the dvips manual.

files

psfonts.map in the config directory used by dvips (update this).
../afm/Makefile
in the dvips sources (look at this for examples).


bugs

An option to add letterspacing to the virtual font was rejected by Knuth because it would make the fi and fl ligatures break the normal rhythmic pattern.


see also

dvips , tex , vptovf


authors

Tomas Rokicki <rokicki[:at:]cs.stanford[:dot:]edu> and Donald E. Knuth

How can this site be more helpful to YOU ?


give  feedback