summaryrefslogtreecommitdiff
path: root/macros/generic
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-26 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2022-05-26 03:01:06 +0000
commit02d941fa9c9895bb08a84ac9afe3559abd1ba8ad (patch)
tree481d1d368c6d295a779b590d23bcd5397bcba628 /macros/generic
parentf01a37f8311f33e32441d25bdadcda9dcdbd165d (diff)
CTAN sync 202205260301
Diffstat (limited to 'macros/generic')
-rw-r--r--macros/generic/poormanlog/README19
-rw-r--r--macros/generic/poormanlog/poormanlog.sty6
-rw-r--r--macros/generic/poormanlog/poormanlog.tex6
3 files changed, 19 insertions, 12 deletions
diff --git a/macros/generic/poormanlog/README b/macros/generic/poormanlog/README
index c98b99894d..7c28bd70dc 100644
--- a/macros/generic/poormanlog/README
+++ b/macros/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/macros/generic/poormanlog/poormanlog.sty b/macros/generic/poormanlog/poormanlog.sty
index e164999faa..2b30b24cd0 100644
--- a/macros/generic/poormanlog/poormanlog.sty
+++ b/macros/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/macros/generic/poormanlog/poormanlog.tex b/macros/generic/poormanlog/poormanlog.tex
index f1faa66547..d00aa32316 100644
--- a/macros/generic/poormanlog/poormanlog.tex
+++ b/macros/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.