summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-25 22:07:07 +0000
committerKarl Berry <karl@freefriends.org>2023-02-25 22:07:07 +0000
commitfd2fda9450afa2468d20c970c3dbdd9e7a819861 (patch)
treecccdb096e8054d3f3f20aac53d1581a0313f9077 /Master/texmf-dist
parent53c46f981cf192261b6e8b95b07b556ed227968f (diff)
bxghost (25feb23) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66158 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/bxghost/README.md6
-rw-r--r--Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty16
-rw-r--r--Master/texmf-dist/tex/latex/bxghost/bxghost.sty4
3 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/bxghost/README.md b/Master/texmf-dist/doc/latex/bxghost/README.md
index 4080b42c37c..b834af35e89 100644
--- a/Master/texmf-dist/doc/latex/bxghost/README.md
+++ b/Master/texmf-dist/doc/latex/bxghost/README.md
@@ -34,7 +34,7 @@ This provides all the commands defined in the package but does not have any pack
## Acknowledgements
-The logic and style of the code in this package is greatly inspired by [Package PXghost](https://gist.github.com/zr-tex8r/4461060) and various packages in [the BX series](http://zrbabbler.sp.land.to/package.html#ssec-bx). I would like to thank the author of the packages, Dr. Takayuki YATO (aka. [ZR](https://github.com/zr-tex8r)).
+The logic and style of the code in this package is greatly inspired by [Package PXghost](https://gist.github.com/zr-tex8r/4461060) and various packages in [the BX series](http://zrbabbler.sp.land.to/package.html#ssec-bx). I would like to thank the author of the packages, Dr. Takayuki Yato (aka. [ZR](https://github.com/zr-tex8r)).
## License
@@ -42,6 +42,8 @@ This package is distributed under [the MIT license](./LICENSE).
## Revision History
+* Version 0.5.1 ‹2023/02/26›
+ * Add support for e-upTeX based pLaTeX
* Version 0.5.0 ‹2022/05/20›
* Provide `bxghost-lib` for internal use from other packages
* Version 0.4.0 ‹2022/02/12›
@@ -57,4 +59,4 @@ This package is distributed under [the MIT license](./LICENSE).
---
-Takuto ASAKURA ([wtsnjp](https://twitter.com/wtsnjp))
+Takuto Asakura ([wtsnjp](https://twitter.com/wtsnjp))
diff --git a/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty b/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty
index 00a148deedb..6b4fb2bfd41 100644
--- a/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty
+++ b/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty
@@ -1,7 +1,7 @@
%%
%% This is file 'bxghost-lib.sty'.
%%
-%% Copyright 2019-2022 Takuto ASAKURA (wtsnjp)
+%% Copyright 2019-2023 Takuto Asakura (wtsnjp)
%% GitHub: https://github.com/wtsnjp
%% Twitter: @wtsnjp
%%
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bxghost-lib}[2022/05/20 v0.5.0]
+\ProvidesPackage{bxghost-lib}[2023/02/26 v0.5.1]
%% preparations
\def\bxqgg@pkgname{bxghost}
@@ -23,10 +23,14 @@
\edef\bxqgg@tmpa{\string#1}\edef\bxqgg@tmpb{\meaning#1}%
\ifx\bxqgg@tmpa\bxqgg@tmpb #2\fi}
\chardef\bxqgg@engine=0 % other TeX
-\bxqgg@next\kanjiskip {\chardef\bxqgg@engine=1 }% pTeX
-\bxqgg@next\enablecjktoken{\chardef\bxqgg@engine=2 }% upTeX
-\bxqgg@next\luatexversion {\chardef\bxqgg@engine=3 }% LuaTeX
-\bxqgg@next\XeTeXversion {\chardef\bxqgg@engine=4 }% XeTeX
+\bxqgg@next\kanjiskip{%
+ \ifnum\jis"2121="3000
+ \chardef\bxqgg@engine=2 % upTeX
+ \else
+ \chardef\bxqgg@engine=1 % pTeX
+ \fi}
+\bxqgg@next\luatexversion{\chardef\bxqgg@engine=3 }% LuaTeX
+\bxqgg@next\XeTeXversion {\chardef\bxqgg@engine=4 }% XeTeX
%--------------------------------------- not supported engine
diff --git a/Master/texmf-dist/tex/latex/bxghost/bxghost.sty b/Master/texmf-dist/tex/latex/bxghost/bxghost.sty
index 8291e3a090e..a4084e8a041 100644
--- a/Master/texmf-dist/tex/latex/bxghost/bxghost.sty
+++ b/Master/texmf-dist/tex/latex/bxghost/bxghost.sty
@@ -1,7 +1,7 @@
%%
%% This is file 'bxghost.sty'.
%%
-%% Copyright 2019-2022 Takuto ASAKURA (wtsnjp)
+%% Copyright 2019-2023 Takuto Asakura (wtsnjp)
%% GitHub: https://github.com/wtsnjp
%% Twitter: @wtsnjp
%%
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bxghost}[2022/05/20 v0.5.0]
+\ProvidesPackage{bxghost}[2023/02/26 v0.5.1]
%% load the library
\RequirePackage{bxghost-lib}