summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-01-10 15:19:26 +0000
committerNorbert Preining <preining@logic.at>2012-01-10 15:19:26 +0000
commit12fb564c85a456a470dc1a5f0e29edf95b64d750 (patch)
tree592bc4a1a66cccb9b9d2817f77a93e3d15db994c /Master/texmf
parent22f6dff338ab7828c368bb8e9a67f34ff9475dfd (diff)
some documentation updates to mupdmap.pl
git-svn-id: svn://tug.org/texlive/trunk@25068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/mupdmap.pl18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/mupdmap.pl b/Master/texmf/scripts/texlive/mupdmap.pl
index c46a873a9ef..34f92e05e98 100755
--- a/Master/texmf/scripts/texlive/mupdmap.pl
+++ b/Master/texmf/scripts/texlive/mupdmap.pl
@@ -1821,6 +1821,7 @@ Commands:
Explanation of the map types: the (only) difference between Map and
MixedMap is that MixedMap entries are not added to psfonts_pk.map.
+KanjiMap entries are added to psfonts_t1.map and kanjix.map.
The purpose is to help users with printers that render Type 1 outline
fonts worse than mode-tuned Type 1 bitmap fonts. So, MixedMap is used
for fonts that are available as both Type 1 and Metafont.
@@ -1851,6 +1852,10 @@ Explanation of the --setoption possibilities:
Explanation of trees and files normally used:
+NEEDS TO BE FIXED TODO TODO TODO AFTER FINAL INCLUSION
+
+BEHAVIOUR HOW IT IS NOW
+
updmap reads all the updmap.cfg found by
kpsewhich -all updmap.cfg
or those given on the command line with --cnffile. If kpsewhich is
@@ -1861,6 +1866,19 @@ Explanation of trees and files normally used:
TEXMFSYSCONFIG/web2c/updmap.cfg which is used by tlmgr to manage
the installed options.
+BEHAVIOUR HOW IT SHOULD BE AFTER INCLUSION
+
+ updmap reads all the updmap.cfg files found by
+ kpsewhich -all updmap.cfg
+ in the order returned by kpsewhich. There is one exception to keep
+ upgradability from earlier versions of TeX Live: If there is a file
+ TEXMFLOCAL/web2c/updmap-local.cfg (which was formerly used by tlmgr
+ to merge local fonts), then a (not necessarily existing) file
+ TEXMFLOCAL/web2c/updmap.cfg is ignored and the updmap-local.cfg is
+ used instead. In this case updmap recognizes also the syntax for
+ disabling map files in the updmap-local.cfg (this syntax was different
+ to what is used now!).
+
According to the actions updmap might write to one of the given files or
create a new updmap.cfg, see below for details.