texlive[70929] Master/texmf-dist: siunitx (12apr24)

commits+karl at tug.org commits+karl at tug.org
Fri Apr 12 23:45:49 CEST 2024


Revision: 70929
          https://tug.org/svn/texlive?view=revision&revision=70929
Author:   karl
Date:     2024-04-12 23:45:49 +0200 (Fri, 12 Apr 2024)
Log Message:
-----------
siunitx (12apr24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/siunitx/README.md
    trunk/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
    trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-angle.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-binary.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-code.tex
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-command.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-emulation.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-locale.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-quantity.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx.ins
    trunk/Master/texmf-dist/source/latex/siunitx/siunitx.tex
    trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty

Modified: trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md	2024-04-12 21:45:49 UTC (rev 70929)
@@ -7,6 +7,12 @@
 
 ## [Unreleased]
 
+## [v3.3.13] - 2024-04-12
+
+### Fixed
+- Minimum digits in uncertainties under some circumstances (see issue
+  [\#725](https://github.com/josephwright/siunitx/issues/725))
+
 ## [v3.3.12] - 2024-02-15
 
 ### Fixed
@@ -2080,7 +2086,8 @@
 ### Added
 - First public testing release (as `si`)
 
-[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.12...HEAD
+[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.13...HEAD
+[v3.3.13]: https://github.com/josephwright/siunitx/compare/v3.3.12...v3.3.13
 [v3.3.12]: https://github.com/josephwright/siunitx/compare/v3.3.11...v3.3.12
 [v3.3.11]: https://github.com/josephwright/siunitx/compare/v3.3.10...v3.3.11
 [v3.3.10]: https://github.com/josephwright/siunitx/compare/v3.3.9...v3.3.10

Modified: trunk/Master/texmf-dist/doc/latex/siunitx/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/siunitx/README.md	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/doc/latex/siunitx/README.md	2024-04-12 21:45:49 UTC (rev 70929)
@@ -17,8 +17,8 @@
 
 ## Author
 
-This package is maintained by Joseph Wright: joseph.wright at morningstar2.co.uk
+This package is maintained by Joseph Wright: joseph at texdev.net
 
 ## License
 
-Released under the LaTeX Project Public License v1.3c or later. See https://www.latex-project.org/lppl.txt
\ No newline at end of file
+Released under the LaTeX Project Public License v1.3c or later. See https://www.latex-project.org/lppl.txt

Modified: trunk/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-abbreviation.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-abbreviation.dtx Copyright (C) 2018,2019,2021-2023 Joseph Wright
+% File: siunitx-abbreviation.dtx Copyright (C) 2018,2019,2021-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-angle.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-angle.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-angle.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-angle.dtx Copyright (C) 2016-2019,2021-2023 Joseph Wright
+% File: siunitx-angle.dtx Copyright (C) 2016-2019,2021-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-binary.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-binary.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-binary.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-binary.dtx Copyright (C) 2021,2023 Joseph Wright
+% File: siunitx-binary.dtx Copyright (C) 2021,2023,2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-code.tex
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-code.tex	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-code.tex	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File: siunitx-code.tex Copyright (C) 2016-2023 Joseph Wright
+File: siunitx-code.tex Copyright (C) 2016-2024 Joseph Wright
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -68,7 +68,7 @@
   Joseph Wright%
   \thanks{%
     E-mail:
-    \email{joseph.wright at morningstar2.co.uk}%
+    \email{joseph at texdev.net}%
   }%
 }
 

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-command.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-command.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-command.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-command.dtx Copyright (C) 2019,2021,2023 Joseph Wright
+% File: siunitx-command.dtx Copyright (C) 2019,2021,2023,2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-complex.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-complex.dtx Copyright (C) 2021-2023 Joseph Wright
+% File: siunitx-complex.dtx Copyright (C) 2021-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-compound.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-emulation.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-emulation.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-emulation.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-emulation.dtx Copyright (C) 2016-2019,2021-2023 Joseph Wright
+% File: siunitx-emulation.dtx Copyright (C) 2016-2019,2021-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-locale.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-locale.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-locale.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-locale.dtx Copyright (C) 2020-2023 Joseph Wright
+% File: siunitx-locale.dtx Copyright (C) 2020-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-number.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %
@@ -2703,13 +2703,12 @@
 \cs_new:Npn \@@_digits_uncert_aux:nn #1#2
   {
     \exp_not:n {#2}
-    \@@_digits:nn 
+    \int_compare:nNnT
+      { \l_@@_min_decimal_int - \tl_count:n {#1} } > 0
       {
-        \int_max:nn
-           { 0 }
-           { \l_@@_min_decimal_int - \tl_count:n {#1} + 1 }
+        \prg_replicate:nn
+          { \l_@@_min_decimal_int - \tl_count:n {#1} } { 0 }
       }
-      {#2}
   }
 \cs_new:Npn \@@_digits_uncert:nN #1#2
   {

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-print.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-quantity.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-quantity.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-quantity.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-quantity.dtx Copyright (C) 2018-2023 Joseph Wright
+% File: siunitx-quantity.dtx Copyright (C) 2018-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-symbol.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-symbol.dtx Copyright (C) 2018-2023 Joseph Wright
+% File: siunitx-symbol.dtx Copyright (C) 2018-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-table.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% File: siunitx-table.dtx Copyright (C) 2016-2019,2021-2023 Joseph Wright
+% File: siunitx-table.dtx Copyright (C) 2016-2019,2021-2024 Joseph Wright
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -50,7 +50,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx-unit.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -64,7 +64,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.dtx	2024-04-12 21:45:49 UTC (rev 70929)
@@ -49,7 +49,7 @@
 %  Joseph Wright^^A
 %  \thanks{^^A
 %    E-mail:
-%    \email{joseph.wright at morningstar2.co.uk}^^A
+%    \email{joseph at texdev.net}^^A
 %   }^^A
 % }
 %
@@ -121,7 +121,7 @@
 %
 % Identify the package and give the over all version information.
 %    \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2024-02-15} {3.3.12}
+\ProvidesExplPackage {siunitx} {2024-04-12} {3.3.13}
   {A comprehensive (SI) units package}
 %    \end{macrocode}
 %

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.ins	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.ins	2024-04-12 21:45:49 UTC (rev 70929)
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File: siunitx.ins Copyright (C) 2014-2021 Joseph Wright
+File: siunitx.ins Copyright (C) 2014-2021,2024 Joseph Wright
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -33,8 +33,8 @@
 \preamble
 \endpreamble
 \postamble
-Copyright (C) 2008-2022 by
-  Joseph Wright <joseph.wright at morningstar2.co.uk>
+Copyright (C) 2008-2022,2024 by
+  Joseph Wright <joseph at texdev.net>
 
 It may be distributed and/or modified under the conditions of
 the LaTeX Project Public License (LPPL), either version 1.3c of

Modified: trunk/Master/texmf-dist/source/latex/siunitx/siunitx.tex
===================================================================
--- trunk/Master/texmf-dist/source/latex/siunitx/siunitx.tex	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/source/latex/siunitx/siunitx.tex	2024-04-12 21:45:49 UTC (rev 70929)
@@ -200,7 +200,7 @@
   Joseph Wright%
   \thanks{%
     E-mail:
-    \email{joseph.wright at morningstar2.co.uk}%
+    \email{joseph at texdev.net}%
   }%
 }
 

Modified: trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2024-04-12 21:45:39 UTC (rev 70928)
+++ trunk/Master/texmf-dist/tex/latex/siunitx/siunitx.sty	2024-04-12 21:45:49 UTC (rev 70929)
@@ -41,7 +41,7 @@
       }%
     \endinput
   }%
-\ProvidesExplPackage {siunitx} {2024-02-15} {3.3.12}
+\ProvidesExplPackage {siunitx} {2024-04-12} {3.3.13}
   {A comprehensive (SI) units package}
 \msg_new:nnnn { siunitx } { incompatible-package }
   { Package~'#1'~incompatible. }
@@ -1313,13 +1313,12 @@
 \cs_new:Npn \__siunitx_number_digits_uncert_aux:nn #1#2
   {
     \exp_not:n {#2}
-    \__siunitx_number_digits:nn
+    \int_compare:nNnT
+      { \l__siunitx_number_min_decimal_int - \tl_count:n {#1} } > 0
       {
-        \int_max:nn
-           { 0 }
-           { \l__siunitx_number_min_decimal_int - \tl_count:n {#1} + 1 }
+        \prg_replicate:nn
+          { \l__siunitx_number_min_decimal_int - \tl_count:n {#1} } { 0 }
       }
-      {#2}
   }
 \cs_new:Npn \__siunitx_number_digits_uncert:nN #1#2
   {
@@ -9361,8 +9360,8 @@
           }
       }
   }
-%% Copyright (C) 2008-2022 by
-%%   Joseph Wright <joseph.wright at morningstar2.co.uk>
+%% Copyright (C) 2008-2022,2024 by
+%%   Joseph Wright <joseph at texdev.net>
 %% 
 %% It may be distributed and/or modified under the conditions of
 %% the LaTeX Project Public License (LPPL), either version 1.3c of



More information about the tex-live-commits mailing list.