texlive[67837] Master/texmf-dist: lualinalg (7aug23)

commits+karl at tug.org commits+karl at tug.org
Mon Aug 7 21:48:06 CEST 2023


Revision: 67837
          http://tug.org/svn/texlive?view=revision&revision=67837
Author:   karl
Date:     2023-08-07 21:48:06 +0200 (Mon, 07 Aug 2023)
Log Message:
-----------
lualinalg (7aug23)

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

Modified: trunk/Master/texmf-dist/doc/lualatex/lualinalg/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/lualinalg/README.txt	2023-08-07 19:47:57 UTC (rev 67836)
+++ trunk/Master/texmf-dist/doc/lualatex/lualinalg/README.txt	2023-08-07 19:48:06 UTC (rev 67837)
@@ -1,5 +1,5 @@
 # The lualinalg package
-# version 1.4
+# version 1.5
 # Authors: Chetan Shirore and Ajit Kumar
 # Email: mathsbeauty at gmail.com
 

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

Modified: trunk/Master/texmf-dist/tex/lualatex/lualinalg/lualinalg.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/lualinalg/lualinalg.sty	2023-08-07 19:47:57 UTC (rev 67836)
+++ trunk/Master/texmf-dist/tex/lualatex/lualinalg/lualinalg.sty	2023-08-07 19:48:06 UTC (rev 67837)
@@ -1,11 +1,11 @@
 
 % The lualinalg package
 % Authors: Chetan Shirore and Ajit Kumar
-% version 1.4, Date=04-Aug-2023
+% version 1.5, Date=07-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.
 
 
-\ProvidesPackage{lualinalg}[1.4]
+\ProvidesPackage{lualinalg}[1.5]
 \RequirePackage{xkeyval}
 \RequirePackage{amsmath}
 \RequirePackage{luamaths}
@@ -1140,7 +1140,7 @@
         tbl[1] = vector.mulnum(inptTbl[1], 1)
     end
     setmetatable(tbl[1], vector_meta)
-    str = str .. "$\\left" .. brcktL .. vector.show(tbl[1], dignum) .. "\\right" .. brcktR
+    str = str .. "$\\left" .. brcktL .. vector.show(tbl[1], dignum) .. "\\right" .. brcktR.." $"
     for i = 2, k do
         tbl[i] = inptTbl[i]
         setmetatable(tbl[i], vector_meta)
@@ -1152,9 +1152,9 @@
             tbl[i] = vector.mulnum(tbl[i], 1 / vector.euclidnorm(tbl[i]))
         end
         tbl[i] = vector.mulnum(tbl[i], 1.0)
-        str = str .. ",\\left" .. brcktL .. vector.show(tbl[i], dignum) .. "\\right" .. brcktR
+        str = str .. ", $\\left" .. brcktL .. vector.show(tbl[i], dignum) .. "\\right" .. brcktR.." $"
     end
-    str = str .. "$"
+    str = str
     return str
 end
 



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