summaryrefslogtreecommitdiff
path: root/Master/bin/i386-netbsd/mktexpk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-28 16:05:29 +0000
committerKarl Berry <karl@freefriends.org>2010-05-28 16:05:29 +0000
commitc0c4d23e24e0ebd3a2eec938249e851732fdbf69 (patch)
treee3484c610c288785bc297b773244d2695df3b2d6 /Master/bin/i386-netbsd/mktexpk
parent6af54f30722dad7cd24d2b2b73c6de524885b108 (diff)
i386-netbsd binaries for 2010 pretest 1 (jukka)
git-svn-id: svn://tug.org/texlive/trunk@18562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-netbsd/mktexpk')
-rwxr-xr-xMaster/bin/i386-netbsd/mktexpk32
1 files changed, 23 insertions, 9 deletions
diff --git a/Master/bin/i386-netbsd/mktexpk b/Master/bin/i386-netbsd/mktexpk
index baed82a83fa..48a57bd25c2 100755
--- a/Master/bin/i386-netbsd/mktexpk
+++ b/Master/bin/i386-netbsd/mktexpk
@@ -8,7 +8,7 @@
# Report bugs to tex-k@tug.org.
# Public domain.
-version='$Id: mktexpk,v 1.34 2005/06/21 10:49:10 olaf Exp $'
+version='$Id: mktexpk 18407 2010-05-21 18:16:31Z karl $'
progname=`echo $0 | sed 's%.*/%%'`
usage="Usage: $progname [OPTIONS] NAME [REDIRECT],
Create a PK font.
@@ -19,14 +19,27 @@ usage="Usage: $progname [OPTIONS] NAME [REDIRECT],
--mfmode MODE use MODE as the METAFONT mode.
--destdir DESTDIR write fonts in DESTDIR.
-Try to create a PK file for NAME at resolution DPI, with an assumed
-device base resolution of BDPI, and a Metafont \`mag' of MAG. Use MODE
-for the METAFONT mode. Use DESTDIR for the root of where to install
-into, either the absolute directory name to use (if it starts with a
-/) or relative to the default DESTDIR (if not). REDIRECT, if supplied,
-is a string of the form '>&n', where n is the number of the file
-descriptor which is to receive, instead of stdout, the name of the
-newly created pk file."
+Try to create a bitmap PK file for NAME at resolution DPI, with an
+assumed device base resolution of BDPI, and a Metafont \`mag' of
+MAG. Use MODE for the METAFONT mode. Use DESTDIR for the root of where
+to install into, either the absolute directory name to use (if it starts
+with a /) or relative to the default DESTDIR (if not). REDIRECT, if
+supplied, is a string of the form '>&n', where n is the number of the
+file descriptor which is to receive, instead of stdout, the name of the
+newly created pk file.
+
+If you expected the font to be available as an outline, and thus this
+script does not work and should not have been called, most likely the
+font's .tfm name is missing from the relevant map file (e.g.,
+psfonts.map for dvips, pdftex.map for pdftex). These map files are
+typically maintained using updmap; q.v.
+
+For step-by-step instructions on making new fonts known to TeX, see
+http://tug.org/fonts/fontinstall.html.
+
+Report bugs to: tex-k@tug.org
+TeX Live home page: <http://tug.org/texlive/>
+"
# Handle non-positional options, except for --version/--help
while test $# -gt 0; do
@@ -190,6 +203,7 @@ else
cmd="hbf2gf -q -p $NAME $DPI"
else
echo "$progname: don't know how to create bitmap font for $NAME." >&2
+ echo "$progname: perhaps $NAME is missing from the map file." >&2
exit 1
fi
fi