summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/ls-R12
-rw-r--r--Master/tlpkg/texlive.tlpdb71
2 files changed, 67 insertions, 16 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index e8157a5f51d..eedb9dd964b 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -39911,7 +39911,9 @@ README
example.tex
./doc/latex/qrbill:
+DEPENDS.txt
README.md
+qrbill-epc-demo.tex
qrbill-letter-demo.tex
qrbill-standalone-demo.tex
qrbill.pdf
@@ -50870,6 +50872,7 @@ luamathalign
luamaths
luamesh
luamodulartables
+luanumint
luaoptions
luaplot
luaprogtable
@@ -51282,6 +51285,11 @@ luamodularmult.jpg
luamodulartables.pdf
luamodulartables.tex
+./doc/lualatex/luanumint:
+README.txt
+luanumint.pdf
+luanumint.tex
+
./doc/lualatex/luaoptions:
Contributors.md
LICENSE
@@ -246014,6 +246022,7 @@ luamathalign
luamaths
luamesh
luamodulartables
+luanumint
luaoptions
luaplot
luaprogtable
@@ -246319,6 +246328,9 @@ luamesh.sty
./tex/lualatex/luamodulartables:
luamodulartables.sty
+./tex/lualatex/luanumint:
+luanumint.sty
+
./tex/lualatex/luaoptions:
luaoptions-lib.lua
luaoptions.lua
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index d3e422072b3..6a9108160ba 100644
--- a/Master/tlpkg/texlive.tlpdb
+++ b/Master/tlpkg/texlive.tlpdb
@@ -26,11 +26,11 @@ depend container_split_src_files/1
depend frozen/0
depend minrelease/2016
depend release/2023
-depend revision/67717
+depend revision/67725
name 00texlive.image
category TLCore
-revision 67718
+revision 67725
shortdesc TeX Live files only in the source repository
longdesc The files here are not copied by the installer and containers
longdesc are not built for them; they exist only in the source
@@ -2753,6 +2753,7 @@ runfiles size=13036
tlpkg/tlpsrc/luamesh.tlpsrc
tlpkg/tlpsrc/luamodulartables.tlpsrc
tlpkg/tlpsrc/luamplib.tlpsrc
+ tlpkg/tlpsrc/luanumint.tlpsrc
tlpkg/tlpsrc/luaoptions.tlpsrc
tlpkg/tlpsrc/luaotfload.tlpsrc
tlpkg/tlpsrc/luapackageloader.tlpsrc
@@ -4768,7 +4769,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 67699
+revision 67720
shortdesc TeX Live standalone installer package
longdesc This package defines the files to go into the installer
longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the
@@ -66940,7 +66941,7 @@ depend yamlvars
name collection-mathscience
category Collection
-revision 67641
+revision 67725
shortdesc Mathematics, natural sciences, computer science packages
depend 12many
depend accents
@@ -67074,6 +67075,7 @@ depend longdivision
depend lpform
depend lplfitch
depend lstbayes
+depend luanumint
depend mathcommand
depend mathcomp
depend mathfixs
@@ -77881,7 +77883,7 @@ catalogue-topics multilingual maths maths-theorem expl3
name crefthe
category Package
-revision 67713
+revision 67721
shortdesc Cross referencing with proper definite articles
longdesc By default, when using cleveref's \cref to reference
longdesc theorem-like environments, the names do not contain definite
@@ -77890,7 +77892,7 @@ longdesc Spanish, etc. this results in incorrect grammar. For this
longdesc purpose, the current package offers \crefthe, which handles the
longdesc definite articles properly (especially for the article
longdesc contractions in many European languages).
-docfiles size=28
+docfiles size=29
texmf-dist/doc/latex/crefthe/LICENSE
texmf-dist/doc/latex/crefthe/README.md details="Readme"
texmf-dist/doc/latex/crefthe/crefthe-doc.pdf details="Package documentation"
@@ -77902,6 +77904,7 @@ catalogue-contact-repository https://github.com/Jinwen-XU/crefthe
catalogue-ctan /macros/latex/contrib/crefthe
catalogue-license lppl1.3c
catalogue-topics label-ref expl3
+catalogue-version 2023-07-23a
name crimson
category Package
@@ -158086,7 +158089,7 @@ catalogue-version 0.1
name lastpage
category Package
-revision 66839
+revision 67722
shortdesc Reference last page for Page N of M type footers
longdesc Reference the number of pages in your LaTeX document through
longdesc the introduction of a new label which can be referenced like
@@ -158098,7 +158101,7 @@ docfiles size=144
texmf-dist/doc/latex/lastpage/lastpage-example.pdf details="Package examples"
texmf-dist/doc/latex/lastpage/lastpage-example.tex
texmf-dist/doc/latex/lastpage/lastpage.pdf details="Package documentation"
-srcfiles size=27
+srcfiles size=26
texmf-dist/source/latex/lastpage/lastpage.drv
texmf-dist/source/latex/lastpage/lastpage.dtx
texmf-dist/source/latex/lastpage/lastpage.ins
@@ -158112,7 +158115,7 @@ catalogue-also totpages
catalogue-ctan /macros/latex/contrib/lastpage
catalogue-license lppl1.3c
catalogue-topics label-ref
-catalogue-version 2.0b
+catalogue-version 2.0c
name latex
category Package
@@ -179584,6 +179587,40 @@ catalogue-license gpl2
catalogue-topics mp-use graphics-in-tex luatex
catalogue-version 2.24.0
+name luanumint
+category Package
+revision 67725
+shortdesc Numerical integration using Lua inside LaTeX documents
+longdesc This package uses Lua to calculate the numerical integral value
+longdesc of real-valued functions of a real variable over closed and
+longdesc bounded intervals. The package provides commands to perform
+longdesc numerical integration using the mid-point, trapezoidal, and
+longdesc Simpson's one-third and three-eighth rules. The loadstring
+longdesc command is used to load and evaluate functions at different
+longdesc points in the mathematics environment of Lua. The package also
+longdesc provides commands to perform numerical integration using
+longdesc step-by-step calculations. The package's commands have an
+longdesc optional argument to round off the numbers to the desired
+longdesc number of decimal places. The breqn package is loaded to
+longdesc display and align step-by-step calculations properly. Advanced
+longdesc users can customize the code to achieve the desired formatting
+longdesc of step-by-step computations. The package can assist in
+longdesc creating various problems on numerical integration with their
+longdesc solutions. The results obtained using different methods of
+longdesc numerical integration can be compared. It can save users'
+longdesc efforts of doing computations involving numerical integration
+longdesc in external software and copying them inside LaTeX documents.
+docfiles size=44
+ texmf-dist/doc/lualatex/luanumint/README.txt details="Readme"
+ texmf-dist/doc/lualatex/luanumint/luanumint.pdf details="Package documentation"
+ texmf-dist/doc/lualatex/luanumint/luanumint.tex
+runfiles size=3
+ texmf-dist/tex/lualatex/luanumint/luanumint.sty
+catalogue-ctan /macros/luatex/latex/luanumint
+catalogue-license lppl1.3c
+catalogue-topics maths calculation luatex
+catalogue-version 1.0
+
name luaoptions
category Package
revision 64870
@@ -200087,7 +200124,7 @@ catalogue-topics psychology journalpub bibtex-sty apa
name msu-thesis
category Package
-revision 67682
+revision 67723
shortdesc Class for Michigan State University Master's and PhD theses
longdesc This is a class file for producing dissertations and theses
longdesc according to the Michigan State University Graduate School
@@ -200119,7 +200156,7 @@ catalogue-contact-repository https://github.com/amunn/msu-thesis
catalogue-ctan /macros/latex/contrib/msu-thesis
catalogue-license lppl1.3
catalogue-topics class dissertation doc-templ std-conform
-catalogue-version 4.1d
+catalogue-version 4.1e
name mtgreek
category Package
@@ -243752,7 +243789,7 @@ runfiles size=30
name qrbill
category Package
-revision 66301
+revision 67724
shortdesc Create QR bills using LaTeX
longdesc This LaTeX package provides support for creating QR-bills for
longdesc the new Swiss payment standards. This open source
@@ -243761,12 +243798,14 @@ longdesc these regulations and can be adapted for international use.
longdesc Packages loaded by qrbill are expl3, fontspec (except if one is
longdesc using a custom font setup), graphicx, scrbase, qrcode, iftex,
longdesc l3keys2e, and numprint.
-docfiles size=25
+docfiles size=28
+ texmf-dist/doc/latex/qrbill/DEPENDS.txt
texmf-dist/doc/latex/qrbill/README.md details="Readme"
+ texmf-dist/doc/latex/qrbill/qrbill-epc-demo.tex
texmf-dist/doc/latex/qrbill/qrbill-letter-demo.tex
texmf-dist/doc/latex/qrbill/qrbill-standalone-demo.tex
texmf-dist/doc/latex/qrbill/qrbill.pdf details="Package documentation"
-srcfiles size=15
+srcfiles size=16
texmf-dist/source/latex/qrbill/qrbill.dtx
texmf-dist/source/latex/qrbill/qrbill.ins
runfiles size=26
@@ -243782,7 +243821,7 @@ catalogue-contact-repository https://github.com/peitex/qrbill
catalogue-ctan /macros/latex/contrib/qrbill
catalogue-license lppl1.3c bsd3
catalogue-topics qrcode invoice swiss expl3
-catalogue-version 2.00
+catalogue-version 2.01
name qrcode
category Package
@@ -286538,7 +286577,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 67710
+revision 67720
shortdesc TeX Live infrastructure programs
longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for
longdesc tlmgr to run but still ours. Not included in tlcritical.