diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-22 23:05:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-22 23:05:00 +0000 |
commit | c50741873ba695ded131eba618db95962a0e5f27 (patch) | |
tree | aefb78f55df8a0eeab065db6ee84529e36251fbc /Master/texmf-dist/scripts/jfontmaps | |
parent | a29b710836fa3c0b010456c25471186ef2f97548 (diff) |
jfontmaps (per akira)
git-svn-id: svn://tug.org/texlive/trunk@32211 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/jfontmaps')
-rwxr-xr-x | Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl | 7 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl b/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl index 3866e830354..642eed9ad9e 100755 --- a/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl +++ b/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # kanji-config-updmap: setup Japanese font embedding -# Version 20130418.0 +# Version 20131120.0 # # formerly known as updmap-setup-kanji # @@ -22,7 +22,7 @@ use Getopt::Long qw(:config no_autoabbrev ignore_case_always); use strict; my $prg = "kanji-config-updmap"; -my $version = "20130418.0"; +my $version = "20131120.0"; my $updmap_real = "updmap"; my $updmap = $updmap_real; @@ -68,6 +68,7 @@ my %representatives = ( "ipa" => "ipam.ttf", "ipaex" => "ipaexm.ttf", "ms" => "msgothic.ttc", + "yu" => "yumin.ttf", ); my %available; @@ -105,7 +106,7 @@ sub Usage { auto: embed one of the following supported font families automatically: hiragino, hiragino-pron, morisawa, morisawa-pr6n, - kozuka, kozuka-pr6, kozuka-pr6n, ipaex, ipa, ms + kozuka, kozuka-pr6, kozuka-pr6n, ipaex, ipa, ms, yu and fall back to not embedding any font if none of them is available nofont: embed no fonts (and rely on system fonts when displaying pdfs) diff --git a/Master/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl b/Master/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl index 04088fe297d..c95923bc796 100755 --- a/Master/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl +++ b/Master/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl @@ -2,7 +2,7 @@ # # kanji-fontmap-creator # (c) 2012-2013 Norbert Preining -# Version: 20130418.0 +# Version: 20131120.0 # Licenced under the GPLv2 or any higher version # # gui to create map files for updmap(-setup-kanji) @@ -41,7 +41,7 @@ my $opt_help = 0; my $opt_version = 0; my $prg = "kanji-fontmap-creator"; -my $version = "20130418.0"; +my $version = "20131120.0"; # # global vars configuring operation |