diff options
author | Norbert Preining <preining@logic.at> | 2013-04-18 13:26:04 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-04-18 13:26:04 +0000 |
commit | e00f6680e41b9b8cea247fc178844aac1f10bd15 (patch) | |
tree | 4d6a47f7b2176d0481334a88fd60861717753b9c /Master/texmf-dist/scripts/jfontmaps | |
parent | 707abab43e7754a2a006eb669291529d8cd0e0af (diff) |
jfontmaps 20130418.0 (18Apr)
git-svn-id: svn://tug.org/texlive/trunk@30011 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/jfontmaps')
3 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap-sys.sh b/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap-sys.sh index 92ff2248727..8ba3de7ab67 100755 --- a/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap-sys.sh +++ b/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap-sys.sh @@ -1,6 +1,6 @@ #!/bin/sh -# updmap-kanji-sys: +# kanji-config-updmap-sys: # copy of fmtutil-sys by Thomas Esser, public domain. # wrapper script for updmap-setup-kanji with TEXMFVAR and TEXMFCONFIG set to @@ -27,5 +27,5 @@ TEXMFVAR="$v" TEXMFCONFIG="$c" export TEXMFVAR TEXMFCONFIG -exec updmap-kanji ${1+"$@"} +exec kanji-config-updmap ${1+"$@"} diff --git a/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl b/Master/texmf-dist/scripts/jfontmaps/kanji-config-updmap.pl index 7ffc386965f..3866e830354 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 20130410.0 +# Version 20130418.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 = "20130410.0"; +my $version = "20130418.0"; my $updmap_real = "updmap"; my $updmap = $updmap_real; @@ -67,7 +67,7 @@ my %representatives = ( "kozuka-pr6" => "KozMinProVI-Regular.otf", "ipa" => "ipam.ttf", "ipaex" => "ipaexm.ttf", - "ms" => "msgothic.tcc", + "ms" => "msgothic.ttc", ); my %available; @@ -232,7 +232,9 @@ sub SetupReplacement { # if we are in the noEmbed or nothing set case, but one # of the three fonts hiragino/morisawa/kozuka are present # then use them - for my $i (qw/hiragino morisawa kozuka ipaex ipa/) { + for my $i (qw/morisawa-pr6n kozuka-pr6n kozuka-pr6 + hiragino-pron hiragino + morisawa kozuka ipaex ipa ms/) { if ($available{$i}) { return SetupMapFile($i); } diff --git a/Master/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl b/Master/texmf-dist/scripts/jfontmaps/kanji-fontmap-creator.pl index 4ba0a61c4e1..04088fe297d 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: 20130410.0 +# Version: 20130418.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 = "20130410.0"; +my $version = "20130418.0"; # # global vars configuring operation |