Penguin
Blame: fontimport(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of fontimport(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 fontimport
2 !!!fontimport
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 fontimport - import fonts into the teTeX directory structure
13 !!SYNOPSIS
14
15
16 __fontimport [[-d] [[-f] [[-s] [[-t] [[-m MF-mode] path
17 ...__
18 !!DESCRIPTION
19
20
21 ''fontimport'' imports TFM and PK font files into
22 appropriate places in the teTeX directory tree and revises
23 teTeX's filename database accordingly.
24
25
26 Each __path__ may be a font file or a directory, either
27 absolute or relative to the current directory. All
28 subdirectories of a given directory are searched for font
29 files. Don't specify directory names that are symbolic
30 links, however, since (at least some versions of)
31 find(1) won't dereference them.
32
33
34 A font's destination is determined by variables in the file
35 texmf.cnf. By default, ''fontimport'' will issue a
36 warning to __stderr__ instead of overwriting an existing
37 font file. The ''-f'' flag forces
38 overwriting.
39
40
41 ''fontimport'' can cope with font names conforming the
42 8.3-namescheme, too, so you can import fonts from either a
43 TDS-compliant or MSDOS installation. emTeX's font libraries
44 are not supported. If you want to import fonts from a font
45 library, you need to unpack it with emTeX's fontlib utility
46 first.
47
48
49 The full pathname of each font successfully imported is
50 echoed to stdout. When ''fontimport'' can not parse a
51 font's name, it will import the font using a path element of
52 ''stderr.__
53
54
55 ''fontimport'' tries to guess the mode of PK files. With
56 the ''-m'' flag you may specify a fallback mode to be
57 used if the mode can't be guessed.
58
59
60 Options:
61
62
63 __-m__ ''MF-MODE''
64
65
66 default Metafont mode for PK files if autodetection
67 fails
68
69
70 __-d__
71
72
73 delete font files after copying (i.e., move
74 them)
75
76
77 __-f__
78
79
80 force overwrite existing fonts
81
82
83 __-s__
84
85
86 do not use other destinations than the system's main texmf
87 tree
88
89
90 __-t__
91
92
93 test mode: just echo each font's destination (if any); don't
94 move or copy
95 !!SEE ALSO
96
97
98 allec(1), allneeded(1), fontexport(1),
99 __Fontname: Filenames for TeX Fonts
100 (http://tug.org/fontname).__
101 !!AUTHOR
102
103
104 Thomas Esser (te@informatik.uni-hannover.de)
105 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.