texlive[68010] Master/texmf-dist: luamaths (21aug23)

commits+karl at tug.org commits+karl at tug.org
Mon Aug 21 22:21:55 CEST 2023


Revision: 68010
          http://tug.org/svn/texlive?view=revision&revision=68010
Author:   karl
Date:     2023-08-21 22:21:55 +0200 (Mon, 21 Aug 2023)
Log Message:
-----------
luamaths (21aug23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/luamaths/README.txt
    trunk/Master/texmf-dist/doc/lualatex/luamaths/luamaths.pdf
    trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths-fractions.lua
    trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths.sty

Modified: trunk/Master/texmf-dist/doc/lualatex/luamaths/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/luamaths/README.txt	2023-08-21 20:21:43 UTC (rev 68009)
+++ trunk/Master/texmf-dist/doc/lualatex/luamaths/README.txt	2023-08-21 20:21:55 UTC (rev 68010)
@@ -1,5 +1,5 @@
 # The luamaths package
-# version 1.3
+# version 1.4
 # Authors: Chetan Shirore and Ajit Kumar
 # Email: mathsbeauty at gmail.com
 

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

Modified: trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths-fractions.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths-fractions.lua	2023-08-21 20:21:43 UTC (rev 68009)
+++ trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths-fractions.lua	2023-08-21 20:21:55 UTC (rev 68010)
@@ -1,6 +1,6 @@
 -- The luafractions module
 -- Authors: Chetan Shirore and Ajit Kumar
--- version 1.1, Date=04-Aug-2023
+-- version 1.2, Date=21-Aug-2023
 -- Licensed under LaTeX Project Public License v1.3c or later. The complete license text is available at http://www.latex-project.org/lppl.txt.
 
 M = {}         -- the module
@@ -132,7 +132,7 @@
 
    if type( a ) == "table" and type(b) =="table" then
       if getmetatable( a ) == frac_mt and getmetatable( b ) == complex_meta then
-         return setmetatable( { a-b[1], b[2] }, complex_meta )
+         return setmetatable( { a-b[1], -b[2] }, complex_meta )
       end
    end
 

Modified: trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths.sty	2023-08-21 20:21:43 UTC (rev 68009)
+++ trunk/Master/texmf-dist/tex/lualatex/luamaths/luamaths.sty	2023-08-21 20:21:55 UTC (rev 68010)
@@ -1,9 +1,9 @@
 % The luamaths package
-% version 1.3
+% version 1.4
 % Licensed under LaTeX Project Public License v1.3c or later. The complete license text is available at http://www.latex-project.org/lppl.txt.
 %Authors: Chetan Shirore and Ajit Kumar
 
-\ProvidesPackage{luamaths}[1.3]
+\ProvidesPackage{luamaths}[1.4]
 \RequirePackage{xkeyval}
 \RequirePackage{amsmath}
 \RequirePackage{luacode}



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