texlive[66013] Master/texmf-dist: bxjalipsum (21feb23)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 21 21:45:52 CET 2023


Revision: 66013
          http://tug.org/svn/texlive?view=revision&revision=66013
Author:   karl
Date:     2023-02-21 21:45:51 +0100 (Tue, 21 Feb 2023)
Log Message:
-----------
bxjalipsum (21feb23)

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

Modified: trunk/Master/texmf-dist/doc/latex/bxjalipsum/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxjalipsum/LICENSE	2023-02-21 20:45:39 UTC (rev 66012)
+++ trunk/Master/texmf-dist/doc/latex/bxjalipsum/LICENSE	2023-02-21 20:45:51 UTC (rev 66013)
@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+Copyright (c) 2016-2023 Takayuki YATO (aka. "ZR")
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

Modified: trunk/Master/texmf-dist/doc/latex/bxjalipsum/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxjalipsum/README.md	2023-02-21 20:45:39 UTC (rev 66012)
+++ trunk/Master/texmf-dist/doc/latex/bxjalipsum/README.md	2023-02-21 20:45:51 UTC (rev 66013)
@@ -12,7 +12,12 @@
 ### System requirement
 
   * TeX format: LaTeX.
-  * TeX engine: pdfTeX / pTeX / upTeX / XeTeX / LuaTeX.
+  * TeX engine: pdfTeX / (e-)pTeX / (e-)upTeX / XeTeX / LuaTeX.
+      - pdfTeX: v1.40 or later
+      - pTeX: v2.0 or later
+      - upTeX: v0.10 or later
+      - XeTeX: v0.9994 or later
+      - LuaTeX: v0.60 or later
   * Dependent packages:
       - intcalc (when using non-e-TeX engines)
 
@@ -48,6 +53,7 @@
         Japan.
       - `hatsukoi` (4 paragraphs): The whole text of the poem "初恋"
         (First Love) written by Shimazaki Toson.
+          + The lines inside a stanza are delimited by '\\' command.
       - `kusamakura` (13 paragraphs): The opening passage from the novel
         "草枕" (Kusamakura) written by Natsume Soseki.
 
@@ -60,7 +66,7 @@
 
 ### Notices on use with pdfTeX
 
-  * In using with pdfTeX, Japanese (non-ASCII) characters are represented
+  * When pdfTeX is used, Japanese (non-ASCII) characters are represented
     as UTF-8 byte sequences. Thus there must be some mechanism (such as
     the CJKutf8 package) that will decode such sequences and display the
     Japanese characters properly.
@@ -79,6 +85,8 @@
 Revision History
 ----------------
 
+  * Version 1.0  ‹2023/02/22›
+      - Supported new version of pLaTeX.
   * Version 0.3a ‹2017/03/01›
       - Added text “kusamakura”.
   * Version 0.3  ‹2016/11/06›
@@ -88,4 +96,4 @@
 
 --------------------
 Takayuki YATO (aka. "ZR")  
-http://zrbabbler.sp.land.to/
+https://github.com/zr-tex8r

Modified: trunk/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty	2023-02-21 20:45:39 UTC (rev 66012)
+++ trunk/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty	2023-02-21 20:45:51 UTC (rev 66013)
@@ -1,7 +1,7 @@
 %%
 %% This is file 'bxjalipsum.sty'.
 %% 
-%% Copyright (c) 2016 Takayuki YATO (aka. "ZR")
+%% Copyright (c) 2016-2023 Takayuki YATO (aka. "ZR")
 %%   GitHub:   https://github.com/zr-tex8r
 %%   Twitter:  @zr_tex8r
 %%
@@ -10,7 +10,7 @@
 
 %% package declaration
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bxjalipsum}[2017/03/01 v0.3a]
+\ProvidesPackage{bxjalipsum}[2023/02/22 v1.0]
 \def\bxjl at pkgname{bxjalipsum}
 
 %% preparation
@@ -114,6 +114,10 @@
 \bxjl at next\enablecjktoken{\let\bxjl at engine=u}
 \bxjl at next\luatexversion{\let\bxjl at engine=l}
 \bxjl at next\XeTeXversion{\let\bxjl at engine=l}
+\ifx u\bxjl at engine \ifnum\ucs"3000="3000 \else
+  % only upTeX in Unicode is seen as upTeX
+  \let\bxjl at engine=p
+\fi\fi
 
 %% switchh bxjl at etex
 \bxjl at etexfalse



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