texlive[63400] Master/texmf-dist: poormanlog (25may22)
commits+karl at tug.org
commits+karl at tug.org
Wed May 25 22:19:06 CEST 2022
Revision: 63400
http://tug.org/svn/texlive?view=revision&revision=63400
Author: karl
Date: 2022-05-25 22:19:05 +0200 (Wed, 25 May 2022)
Log Message:
-----------
poormanlog (25may22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/poormanlog/README
trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty
trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex
Modified: trunk/Master/texmf-dist/doc/generic/poormanlog/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/poormanlog/README 2022-05-25 20:18:49 UTC (rev 63399)
+++ trunk/Master/texmf-dist/doc/generic/poormanlog/README 2022-05-25 20:19:05 UTC (rev 63400)
@@ -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 @@
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 @@
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 @@
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
Modified: trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty 2022-05-25 20:18:49 UTC (rev 63399)
+++ trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.sty 2022-05-25 20:19:05 UTC (rev 63400)
@@ -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
Modified: trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex 2022-05-25 20:18:49 UTC (rev 63399)
+++ trunk/Master/texmf-dist/tex/generic/poormanlog/poormanlog.tex 2022-05-25 20:19:05 UTC (rev 63400)
@@ -1,7 +1,7 @@
-%% poormanlog.tex v0.05, 2019/04/22
+%% poormanlog.tex 0.07, 2022/05/25
+%% (macros not modified since 0.05, 2019/04/22)
+%% Copyright (C) 2019-2022, Jean-Francois Burnol
%%
-%% Copyright (C) 2019, Jean-Francois Burnol
-%%
%% This Work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License version 1.3c.
%%
More information about the tex-live-commits
mailing list.