summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-13 19:56:28 +0000
committerKarl Berry <karl@freefriends.org>2023-07-13 19:56:28 +0000
commit27f6e9cbfa3c157055897f29cc74a9e497b9366a (patch)
tree179aa850b0931ef930718f652646f7ab2e0a5969 /Master/texmf-dist
parenta1d2bad88caeeb4818d691f09de04621ef6d1811 (diff)
bxjalipsum (13jul23)
git-svn-id: svn://tug.org/texlive/trunk@67620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/bxjalipsum/README.md5
-rw-r--r--Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty6
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/bxjalipsum/README.md b/Master/texmf-dist/doc/latex/bxjalipsum/README.md
index d83c83b54e8..adb7af78d33 100644
--- a/Master/texmf-dist/doc/latex/bxjalipsum/README.md
+++ b/Master/texmf-dist/doc/latex/bxjalipsum/README.md
@@ -71,7 +71,7 @@ No options are available.
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 @@ No options are available.
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›
diff --git a/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty b/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty
index 6de5f8faea5..159ef2449e2 100644
--- a/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty
+++ b/Master/texmf-dist/tex/latex/bxjalipsum/bxjalipsum.sty
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bxjalipsum}[2023/02/22 v1.0]
+\ProvidesPackage{bxjalipsum}[2023/07/12 v1.0a]
\def\bxjl@pkgname{bxjalipsum}
%% preparation
@@ -177,9 +177,9 @@
%% package
\RequirePackage{intcalc}
%% \bxjl@add@num{<x>}{<y>}
-\let\bxjl@add@num\intcalcadd@num
+\let\bxjl@add@num\intcalcAdd
%% \bxjl@sub@num{<x>}{<y>}
-\let\bxjl@sub@num\intcalcsub@num
+\let\bxjl@sub@num\intcalcSub
\fi %---</eTeX>
%--------------------------------------- range list parser