summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--Master/texmf-dist/doc/support/latexindent/README6
-rw-r--r--Master/texmf-dist/doc/support/latexindent/documentation/manual.pdfbin231794 -> 231795 bytes
-rw-r--r--Master/texmf-dist/doc/support/latexindent/documentation/manual.tex8
-rwxr-xr-xMaster/texmf-dist/scripts/latexindent/latexindent.pl6
7 files changed, 22 insertions, 15 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)
{
diff --git a/Master/texmf-dist/doc/support/latexindent/README b/Master/texmf-dist/doc/support/latexindent/README
index 606460409a4..0bfe8cb2854 100644
--- a/Master/texmf-dist/doc/support/latexindent/README
+++ b/Master/texmf-dist/doc/support/latexindent/README
@@ -22,6 +22,12 @@
FOR COMPLETE DETAILS, PLEASE SEE documentation/manual.pdf
+Note: latexindent.exe was created using
+
+ pp -o latexindent.exe latexindent.pl
+
+ using the Par::Packer perl module.
+
*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+
USAGE
diff --git a/Master/texmf-dist/doc/support/latexindent/documentation/manual.pdf b/Master/texmf-dist/doc/support/latexindent/documentation/manual.pdf
index 16a709c50e9..585e6dd43de 100644
--- a/Master/texmf-dist/doc/support/latexindent/documentation/manual.pdf
+++ b/Master/texmf-dist/doc/support/latexindent/documentation/manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/latexindent/documentation/manual.tex b/Master/texmf-dist/doc/support/latexindent/documentation/manual.tex
index 6f6c76f25e8..1e3afd3aedf 100644
--- a/Master/texmf-dist/doc/support/latexindent/documentation/manual.tex
+++ b/Master/texmf-dist/doc/support/latexindent/documentation/manual.tex
@@ -1,7 +1,7 @@
% arara: pdflatex
-% !arara: bibtex
-% !arara: pdflatex
-% !arara: pdflatex
+% arara: bibtex
+% arara: pdflatex
+% arara: pdflatex
% !arara: indent: {overwrite: yes, trace: yes, localSettings: no, silent: yes}
\begin{filecontents}{mybib.bib}
@online{cmh:videodemo,
@@ -127,7 +127,7 @@ top=2cm,bottom=1.5cm]{geometry} % page setup
% \begin{noindent}
\title{\lstinline[basicstyle=\huge\ttfamily]!latexindent.pl!\\[1cm]
- Version 1.1R}
+ Version 1.11R}
% \end{noindent}
\author{Chris Hughes \footnote{smr01cmh AT users.sourceforge.net}}
\maketitle
diff --git a/Master/texmf-dist/scripts/latexindent/latexindent.pl b/Master/texmf-dist/scripts/latexindent/latexindent.pl
index 74ab7ebb3e5..9376117c324 100755
--- a/Master/texmf-dist/scripts/latexindent/latexindent.pl
+++ b/Master/texmf-dist/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)
{