texlive[66147] Master/texmf-dist: bxghost (25feb23)

commits+karl at tug.org commits+karl at tug.org
Sat Feb 25 23:03:52 CET 2023


Revision: 66147
          http://tug.org/svn/texlive?view=revision&revision=66147
Author:   karl
Date:     2023-02-25 23:03:52 +0100 (Sat, 25 Feb 2023)
Log Message:
-----------
bxghost (25feb23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/bxghost/README.md
    trunk/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty
    trunk/Master/texmf-dist/tex/latex/bxghost/bxghost.sty

Modified: trunk/Master/texmf-dist/doc/latex/bxghost/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxghost/README.md	2023-02-25 22:03:40 UTC (rev 66146)
+++ trunk/Master/texmf-dist/doc/latex/bxghost/README.md	2023-02-25 22:03:52 UTC (rev 66147)
@@ -34,7 +34,7 @@
 
 ## 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 @@
 
 ## 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 @@
 
 ---
 
-Takuto ASAKURA ([wtsnjp](https://twitter.com/wtsnjp))
+Takuto Asakura ([wtsnjp](https://twitter.com/wtsnjp))

Modified: trunk/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty	2023-02-25 22:03:40 UTC (rev 66146)
+++ trunk/Master/texmf-dist/tex/latex/bxghost/bxghost-lib.sty	2023-02-25 22:03:52 UTC (rev 66147)
@@ -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 at pkgname{bxghost}
@@ -23,10 +23,14 @@
   \edef\bxqgg at tmpa{\string#1}\edef\bxqgg at tmpb{\meaning#1}%
   \ifx\bxqgg at tmpa\bxqgg at tmpb #2\fi}
 \chardef\bxqgg at engine=0 % other TeX
-\bxqgg at next\kanjiskip     {\chardef\bxqgg at engine=1 }% pTeX
-\bxqgg at next\enablecjktoken{\chardef\bxqgg at engine=2 }% upTeX
-\bxqgg at next\luatexversion {\chardef\bxqgg at engine=3 }% LuaTeX
-\bxqgg at next\XeTeXversion  {\chardef\bxqgg at engine=4 }% XeTeX
+\bxqgg at next\kanjiskip{%
+  \ifnum\jis"2121="3000
+    \chardef\bxqgg at engine=2 % upTeX
+  \else
+    \chardef\bxqgg at engine=1 % pTeX
+  \fi}
+\bxqgg at next\luatexversion{\chardef\bxqgg at engine=3 }% LuaTeX
+\bxqgg at next\XeTeXversion {\chardef\bxqgg at engine=4 }% XeTeX
 
 %--------------------------------------- not supported engine
 

Modified: trunk/Master/texmf-dist/tex/latex/bxghost/bxghost.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxghost/bxghost.sty	2023-02-25 22:03:40 UTC (rev 66146)
+++ trunk/Master/texmf-dist/tex/latex/bxghost/bxghost.sty	2023-02-25 22:03:52 UTC (rev 66147)
@@ -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}



More information about the tex-live-commits mailing list.