summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-25 20:19:05 +0000
committerKarl Berry <karl@freefriends.org>2022-05-25 20:19:05 +0000
commit8136efd96b4cd427ca16baeb090ba434a3675e34 (patch)
treee3c511abcc196d80e1cdaf925d04e213d05141a2
parent255aeb5458d6f95aaf9a1f318c07c9337dd54e3e (diff)
poormanlog (25may22)
git-svn-id: svn://tug.org/texlive/trunk@63400 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/poormanlog/README19
-rw-r--r--Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty6
-rw-r--r--Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex6
3 files changed, 19 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/poormanlog/README b/Master/texmf-dist/doc/generic/poormanlog/README
index c98b99894de..7c28bd70dcc 100644
--- a/Master/texmf-dist/doc/generic/poormanlog/README
+++ b/Master/texmf-dist/doc/generic/poormanlog/README
@@ -1,5 +1,5 @@
-POORMANLOG (v0.06, 2021/04/21)
-==============================
+POORMANLOG (0.07, 2022/05/25)
+=============================
poormanlog.tex provides (expandable) macros \PMLogZ and \PMPowTen
for computing base 10 logarithms and powers of 10 with a bit less
@@ -15,11 +15,11 @@ or pdftex or other binaries with the e-TeX extensions are required.
Changes
-------
-- v0.04 (2019/02/17): initial release. The package has no
+- 0.04 (2019/02/17): initial release. The package has no
dependencies and alongside two macros \PMLogZ and \PMPowTen
also provides some specific additions to xint.
-- v0.05 (2019/04/22): the additions/patches to xint originally
+- 0.05 (2019/04/22): the additions/patches to xint originally
provided by poormanlog.tex got moved into xint 1.3f itself.
Thus, poormanlog now reduces to only two macros
@@ -27,9 +27,16 @@ Changes
files with no danger of conflicting with future releases of
xint in case of concurrent usage.
-- v0.06 (2021/04/21): documentation update (warning?) regarding
+- 0.06 (2021/04/21): documentation update (warning?) regarding
\PMLogZ{999999999} output being surprisingly 000000000.
+- 0.07 (2022/05/25): (again cosmetic changes)
+
+ * add a % at end of the \ProvidesPackage line in poormanlog.sty
+
+ * release 0.06 modified only the README and forgot to update the
+ version strings in poormanlog.sty and in poormanlog.tex
+
Files
-----
@@ -95,7 +102,7 @@ precision: It seems from testing that absolute error is less than
LICENSE
-------
-Copyright (C) 2019-2021, Jean-Francois Burnol.
+Copyright (C) 2019-2022, Jean-Francois Burnol.
This Work may be distributed and/or modified under the conditions of the
LaTeX Project Public License version 1.3c. This version of this license
diff --git a/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty b/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty
index e164999faa1..2b30b24cd0d 100644
--- a/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty
+++ b/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty
@@ -1,6 +1,6 @@
-%% poormanlog.sty v0.05, 2019/04/22
+%% poormanlog.sty 0.07, 2022/05/25
%%
-%% Copyright (C) 2019, Jean-Francois Burnol
+%% Copyright (C) 2019-2022, Jean-Francois Burnol
%%
%% This Work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License version 1.3c.
@@ -12,6 +12,6 @@
%% This Work consists of files poormanlog.tex, poormanlog.sty and
%% the accompanying README
%%
-\ProvidesPackage{poormanlog}[2019/04/22 v0.05 base 10 log and pow with 9 digits (JFB)]
+\ProvidesPackage{poormanlog}[2022/05/25 v0.07 base 10 log and pow with 9 digits (JFB)]%
\input{poormanlog.tex}% see README file for user documentation
\endinput
diff --git a/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex b/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex
index f1faa665479..d00aa32316d 100644
--- a/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex
+++ b/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex
@@ -1,6 +1,6 @@
-%% poormanlog.tex v0.05, 2019/04/22
-%%
-%% Copyright (C) 2019, Jean-Francois Burnol
+%% poormanlog.tex 0.07, 2022/05/25
+%% (macros not modified since 0.05, 2019/04/22)
+%% Copyright (C) 2019-2022, Jean-Francois Burnol
%%
%% This Work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License version 1.3c.