diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-17 19:13:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-17 19:13:51 +0000 |
commit | f435302b85cc84bcce293eb4feb0f8283413527c (patch) | |
tree | db3e11b07c20667e5dbb2c99dbf87f64bc7500a4 /Master | |
parent | f9abbd4480558852ac23ae084ffdfe7314c85055 (diff) |
updmap.pl: tweaks to previous doc changes.
git-svn-id: svn://tug.org/texlive/trunk@35597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/updmap.pl | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl index 61a5700ef1e..eec019d1d34 100755 --- a/Master/texmf-dist/scripts/texlive/updmap.pl +++ b/Master/texmf-dist/scripts/texlive/updmap.pl @@ -28,7 +28,6 @@ BEGIN { unshift (@INC, "$TEXMFROOT/tlpkg"); } - my $lastchdate = '$Date$'; $lastchdate =~ s/^\$Date:\s*//; $lastchdate =~ s/ \(.*$//; @@ -152,8 +151,8 @@ my %settings = ( &main(); -############### - +################################################################## +# sub main { processOptions(); @@ -478,8 +477,6 @@ sub main { ################################################################## # -# - sub getFonts { my ($first, @rest) = @_; my $getall = 0; @@ -797,8 +794,6 @@ sub transLW35 { # ... %!PS fontname %other comments # ... %!PS fontname # -############################################################################### - # reimplementation of the cryptic code that was there before sub cidx2dvips { my ($s) = @_; @@ -2187,8 +2182,8 @@ historical reasons. A general overview: font-specific .maps, in which each line gives information about a different TeX (.tfm) font. - updmap reads the updmap.cfg files and then concatenates the - contents of those .map files into the main output files: psfonts.map for - dvips and pdftex.map for pdftex and dvipdfmx. + contents of those .map files into the main output files: psfonts.map + for dvips and pdftex.map for pdftex and dvipdfmx. - The updmap.cfg files themselves are created and updated at package installation time, by the system installer or the package manager or by hand, and not (by default) by updmap. |