summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/updmap.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-15 22:42:14 +0000
committerKarl Berry <karl@freefriends.org>2013-08-15 22:42:14 +0000
commitf61b08cf54756a1513b16edb8e5bddd82335cec1 (patch)
treeaf3a20eefbd04797751e3c02f6b1551a8e8fa11c /Master/texmf-dist/doc/man/man1/updmap.1
parent5ea866c98c62f3b65c6cf9f6ba050cb9b5c8620b (diff)
sync man page (from xupdmap.1 target in tl_scripts/Makefile), etc.
git-svn-id: svn://tug.org/texlive/trunk@31441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/updmap.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/updmap.146
1 files changed, 33 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/man/man1/updmap.1 b/Master/texmf-dist/doc/man/man1/updmap.1
index 08aa3487e1d..32a750f63a0 100644
--- a/Master/texmf-dist/doc/man/man1/updmap.1
+++ b/Master/texmf-dist/doc/man/man1/updmap.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2.
-.TH UPDMAP "1" "April 2013" "TeX Live" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3.
+.TH UPDMAP "1" "August 2013" "TeX Live" "User Commands"
.SH NAME
updmap \- manage TeX font maps, per-user
.br
@@ -11,7 +11,7 @@ updmap-sys \- manage TeX font maps, system-wide
.B updmap-sys
[\fIOPTION\fR] ... [\fICOMMAND\fR]
.SH DESCRIPTION
-updmap (TeX Live, multi) version $Id: updmap.pl 30043 2013\-04\-19 19:47:12Z preining $
+updmap (TeX Live, multi) version $Id: updmap.pl 31440 2013\-08\-15 22:39:10Z karl $
.PP
Update the default font map files used by pdftex, dvips, and dvipdfm(x),
and optionally pxdvi, as determined by all configuration files updmap.cfg
@@ -21,6 +21,12 @@ Among other things, these map files are used to determine which fonts
should be used as bitmaps and which as outlines, and to determine which
font files are included in the PDF or PostScript output.
.PP
+updmap\-sys is intended to affect the system\-wide configuration, while
+updmap affects personal configuration files only, overriding the system
+files. As a consequence, once updmap has been run, even a single time,
+running updmap\-sys no longer has any effect. (updmap\-sys issues a
+warning in this situation.)
+.PP
By default, the TeX filename database (ls\-R) is also updated.
.SH OPTIONS
.TP
@@ -56,6 +62,9 @@ do not recreate map files
\fB\-\-nohash\fR
do not run texhash
.TP
+\fB\-\-sys\fR
+affect system\-wide files (equivalent to updmap\-sys)
+.TP
\fB\-n\fR, \fB\-\-dry\-run\fR
only show the configuration, no output
.TP
@@ -115,22 +124,22 @@ KanjiMap entries are added to psfonts_t1.map and kanjix.map.
Explanation of the OPTION names for \fB\-\-showoptions\fR, \fB\-\-showoption\fR, \fB\-\-setoption\fR:
.TP
dvipsPreferOutline
-true|false (default true)
+true,false (default true)
.IP
Whether dvips uses bitmaps or outlines, when both are available.
.TP
dvipsDownloadBase35
-true|false (default true)
+true,false (default true)
.IP
Whether dvips includes the standard 35 PostScript fonts in its output.
.TP
pdftexDownloadBase14
-true|false (default true)
+true,false (default true)
.IP
Whether pdftex includes the standard 14 PDF fonts in its output.
.TP
pxdviUse
-true|false (default false)
+true,false (default false)
.IP
Whether maps for pxdvi (Japanese\-patched xdvi) are under updmap's control.
.TP
@@ -143,13 +152,24 @@ kanjiVariant
See below.
.TP
LW35
-URWkb|URW|ADOBEkb|ADOBE (default URWkb)
+URWkb,URW,ADOBEkb,ADOBE (default URWkb)
.IP
Adapt the font and file names of the standard 35 PostScript fonts.
-URWkb URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
-URW URW fonts with "vendor" filenames (e.g. n019064l.pfb)
-ADOBEkb Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb)
-ADOBE Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
+.nf
+.TP
+URWkb
+URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
+.TP
+URW
+URW fonts with "vendor" filenames (e.g. n019064l.pfb)
+.fi
+.TP
+ADOBEkb
+Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb)
+.TP
+ADOBE
+Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
+.fi
.IP
These options are only read and acted on by updmap; dvips, pdftex, etc.,
do not know anything about them. They work by changing the default map
@@ -272,7 +292,7 @@ will be read and written, give the \fB\-n\fR option (or read the source).
.PP
For step\-by\-step instructions on making new fonts known to TeX, read
http://tug.org/fonts/fontinstall.html. For even more terse
-instructions, read the beginning of updmap.cfg.
+instructions, read the beginning of the main updmap.cfg.
.SH FILES
Configuration and input files:
.IP "\fIupdmap\&.cfg\fP"