summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-24 22:22:47 +0000
committerKarl Berry <karl@freefriends.org>2013-11-24 22:22:47 +0000
commitbb897ebd4676be2fe26dd9d30c8e1dfa2578651b (patch)
tree522355698643185d72b6a22f420b5b4a23b2d0c3 /Build
parentf8fa574675a33c6181ecf43d1649919dc7cc2a62 (diff)
latexindent (24nov13)
git-svn-id: svn://tug.org/texlive/trunk@32228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/jfontmaps/kanji-config-updmap.pl7
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl4
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/latexindent/latexindent.pl6
3 files changed, 9 insertions, 8 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-config-updmap.pl b/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-config-updmap.pl
index 3866e830354..642eed9ad9e 100755
--- a/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-config-updmap.pl
+++ b/Build/source/texk/texlive/linked_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/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl b/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl
index 04088fe297d..c95923bc796 100755
--- a/Build/source/texk/texlive/linked_scripts/jfontmaps/kanji-fontmap-creator.pl
+++ b/Build/source/texk/texlive/linked_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
diff --git a/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl b/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
index 74ab7ebb3e5..9376117c324 100755
--- a/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
+++ b/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
@@ -47,7 +47,7 @@ GetOptions ("w"=>\$overwrite,
die "Could not find directory $cruftDirectory\nExiting, no indentation done." if(!(-d $cruftDirectory));
# version number
-my $versionNumber = "1.1R";
+my $versionNumber = "1.11R";
# Check the number of input arguments- if it is 0 then simply
# display the list of options (like a manual)
@@ -165,10 +165,10 @@ ENDQUOTE
# Read in YAML file
my $defaultSettings = YAML::Tiny->new;
-print $logfile "Reading defaultSettings.yaml from $FindBin::Bin/defaultSettings.yaml\n\n";
+print $logfile "Reading defaultSettings.yaml from $FindBin::RealBin/defaultSettings.yaml\n\n";
# Open defaultSettings.yaml
-$defaultSettings = YAML::Tiny->read( "$FindBin::Bin/defaultSettings.yaml" );
+$defaultSettings = YAML::Tiny->read( "$FindBin::RealBin/defaultSettings.yaml" );
if(!$defaultSettings)
{