summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/platex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-19 21:07:53 +0000
committerKarl Berry <karl@freefriends.org>2017-06-19 21:07:53 +0000
commitf8ed04bfbe02db29955eb79d79e0cd6aaf820485 (patch)
tree5a570c8c438ac7378633f8174cbb75893351003a /Master/texmf-dist/tex/platex
parent787b1d312f205766480ce986a9f98548cc396dae (diff)
pxbase (19jun17)
git-svn-id: svn://tug.org/texlive/trunk@44640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/platex')
-rw-r--r--Master/texmf-dist/tex/platex/pxbase/pxbabel.sty6
-rw-r--r--Master/texmf-dist/tex/platex/pxbase/pxbase.sty2
-rw-r--r--Master/texmf-dist/tex/platex/pxbase/pxbasenc.def2
-rw-r--r--Master/texmf-dist/tex/platex/pxbase/pxjsfenc.def2
-rw-r--r--Master/texmf-dist/tex/platex/pxbase/upkcat.sty2
5 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/platex/pxbase/pxbabel.sty b/Master/texmf-dist/tex/platex/pxbase/pxbabel.sty
index 97b5e4ad568..7c1f1fd3e34 100644
--- a/Master/texmf-dist/tex/platex/pxbase/pxbabel.sty
+++ b/Master/texmf-dist/tex/platex/pxbase/pxbabel.sty
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxbabel}[2017/05/29 v1.1 PX Babel interface for CJK]
+\ProvidesPackage{pxbabel}[2017/06/19 v1.1a PX Babel interface for CJK]
\def\pxbb@pkgname{pxbabel}
%--------------------------------------- general
@@ -82,6 +82,8 @@
\newbool{pxbb@prefermmivjis}
\DeclareOption{prefer2004jis}{\pxbb@prefermmivjistrue}
\DeclareOption{noprefer2004jis}{\pxbb@prefermmivjisfalse}
+\DeclareOption{jis2004}{\pxbb@prefermmivjistrue}
+\DeclareOption{nojis2004}{\pxbb@prefermmivjisfalse}
% (<lang_id>, +<lang_id>)
\bxForEachIn\pxbb@cjk@langid@list\do{%
\DeclareOption{#1}{%
@@ -344,9 +346,11 @@
\pxbb@set@full@ja@enc
\let\pxInNonJaLanguage=#3%
\let\pxbb@org@encoding\cy@encoding
+ \long\def\kanjiencodingdefault{#2}%
\kanjiencoding{#2}\selectfont}%
\csappto{noextras#1}{%
\let\pxInNonJaLanguage\@undefined
+ \long\def\kanjiencodingdefault{\pxbb@org@encoding}%
\kanjiencoding{\pxbb@org@encoding}\selectfont}}
\pxbb@addtoextras{japanese}{t}{}
\pxbb@addtoextras{korean}{f}{J21}
diff --git a/Master/texmf-dist/tex/platex/pxbase/pxbase.sty b/Master/texmf-dist/tex/platex/pxbase/pxbase.sty
index d8632d6140f..2393933389f 100644
--- a/Master/texmf-dist/tex/platex/pxbase/pxbase.sty
+++ b/Master/texmf-dist/tex/platex/pxbase/pxbase.sty
@@ -8,7 +8,7 @@
%% This package is distributed under the MIT License.
%%
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxbase}[2017/05/29 v1.1 PX base library]
+\ProvidesPackage{pxbase}[2017/06/19 v1.1a PX base library]
% The pxbase package now does the same thing as the bxbase package.
\RequirePackageWithOptions{bxbase}[2017/05/29]
\endinput
diff --git a/Master/texmf-dist/tex/platex/pxbase/pxbasenc.def b/Master/texmf-dist/tex/platex/pxbase/pxbasenc.def
index adb0b56277a..64709af2b9c 100644
--- a/Master/texmf-dist/tex/platex/pxbase/pxbasenc.def
+++ b/Master/texmf-dist/tex/platex/pxbase/pxbasenc.def
@@ -4,7 +4,7 @@
%% file declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesFile{pxbasenc.def}[2017/05/29 v1.1 PX encoding library]
+\ProvidesFile{pxbasenc.def}[2017/06/19 v1.1a PX encoding library]
\def\pxec@pkgname{PXbase} % bundle name
%% code guards
diff --git a/Master/texmf-dist/tex/platex/pxbase/pxjsfenc.def b/Master/texmf-dist/tex/platex/pxbase/pxjsfenc.def
index 53a55dae44b..7a612f2c360 100644
--- a/Master/texmf-dist/tex/platex/pxbase/pxjsfenc.def
+++ b/Master/texmf-dist/tex/platex/pxbase/pxjsfenc.def
@@ -4,7 +4,7 @@
%% file declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesFile{pxjsfenc.def}[2017/05/29 v1.1 PX JSF encoding]
+\ProvidesFile{pxjsfenc.def}[2017/06/19 v1.1a PX JSF encoding]
%% code guards
\edef\pxec@jsf@restore@codes{%
diff --git a/Master/texmf-dist/tex/platex/pxbase/upkcat.sty b/Master/texmf-dist/tex/platex/pxbase/upkcat.sty
index 0f7529b1357..a97cbde36d3 100644
--- a/Master/texmf-dist/tex/platex/pxbase/upkcat.sty
+++ b/Master/texmf-dist/tex/platex/pxbase/upkcat.sty
@@ -35,7 +35,7 @@
%% package declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{upkcat}[2017/05/29 v1.1 safe kcatcode access]
+\ProvidesPackage{upkcat}[2017/06/19 v1.1a safe kcatcode access]
%--------------------------------------- main