texlive[67620] Master/texmf-dist: bxjalipsum (13jul23)
commits+karl at tug.org
commits+karl at tug.org
Thu Jul 13 21:56:29 CEST 2023
Revision: 67620
http://tug.org/svn/texlive?view=revision&revision=67620
Author: karl
Date: 2023-07-13 21:56:28 +0200 (Thu, 13 Jul 2023)
Log Message:
-----------
bxjalipsum (13jul23)
Modified Paths:
--------------
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/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxjalipsum/README.md 2023-07-13 19:56:20 UTC (rev 67619)
+++ trunk/Master/texmf-dist/doc/latex/bxjalipsum/README.md 2023-07-13 19:56:28 UTC (rev 67620)
@@ -71,7 +71,7 @@
the CJKutf8 package) that will decode such sequences and display the
Japanese characters properly.
-### Notices for the TeX-programmers
+### Notices for TeX programmers
* All the commands are fully expandable.
* The `\jalipsum` command is expanded to the actual text in two steps.
@@ -85,6 +85,9 @@
Revision History
----------------
+
+ * Version 1.0a ‹2023/07/12›
+ - Bug fix.
* Version 1.0 ‹2023/02/22›
- Supported new version of pLaTeX.
* Version 0.3a ‹2017/03/01›
Modified: trunk/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty 2023-07-13 19:56:20 UTC (rev 67619)
+++ trunk/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty 2023-07-13 19:56:28 UTC (rev 67620)
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bxjalipsum}[2023/02/22 v1.0]
+\ProvidesPackage{bxjalipsum}[2023/07/12 v1.0a]
\def\bxjl at pkgname{bxjalipsum}
%% preparation
@@ -177,9 +177,9 @@
%% package
\RequirePackage{intcalc}
%% \bxjl at add@num{<x>}{<y>}
-\let\bxjl at add@num\intcalcadd at num
+\let\bxjl at add@num\intcalcAdd
%% \bxjl at sub@num{<x>}{<y>}
-\let\bxjl at sub@num\intcalcsub at num
+\let\bxjl at sub@num\intcalcSub
\fi %---</eTeX>
%--------------------------------------- range list parser
More information about the tex-live-commits
mailing list.