texlive[74281] branches/branch2024.final/Master: autoupdate
commits+karl at tug.org
commits+karl at tug.org
Tue Feb 25 03:21:52 CET 2025
Revision: 74281
https://tug.org/svn/texlive?view=revision&revision=74281
Author: karl
Date: 2025-02-25 03:21:52 +0100 (Tue, 25 Feb 2025)
Log Message:
-----------
autoupdate
Modified Paths:
--------------
branches/branch2024.final/Master/texmf-dist/ls-R
branches/branch2024.final/Master/tlpkg/texlive.tlpdb
Modified: branches/branch2024.final/Master/texmf-dist/ls-R
===================================================================
--- branches/branch2024.final/Master/texmf-dist/ls-R 2025-02-25 02:20:12 UTC (rev 74280)
+++ branches/branch2024.final/Master/texmf-dist/ls-R 2025-02-25 02:21:52 UTC (rev 74281)
@@ -17545,11 +17545,12 @@
smptalk.tex
./doc/latex/aiplans:
-Aiplans-Introduction-source-code.zip
+Aiplans-Introduction.md
Aiplans-Introduction.pdf
LICENSE.txt
README.md
README.pdf
+image.png
./doc/latex/akktex:
README
@@ -31279,11 +31280,17 @@
./doc/latex/hagenberg-thesis:
README.md
+bibtex
hagenberg-thesis-tutorial-de.pdf
hagenberg-thesis-tutorial-en.pdf
hagenberg-thesis.pdf
hagenberg-thesis.tex
+hgbtheme-default-logo.pdf
+hgbtheme-fhooe24-coverbackground.pdf
+./doc/latex/hagenberg-thesis/bibtex:
+references.bib
+
./doc/latex/halloweenmath:
00readme.txt
README
@@ -47651,10 +47658,12 @@
./doc/latex/tkz-elements:
README.md
TKZdoc-elements-classes-circle.tex
+TKZdoc-elements-classes-conic.tex
TKZdoc-elements-classes-ellipse.tex
TKZdoc-elements-classes-line.tex
TKZdoc-elements-classes-matrices.tex
TKZdoc-elements-classes-misc.tex
+TKZdoc-elements-classes-occs.tex
TKZdoc-elements-classes-parallelogram.tex
TKZdoc-elements-classes-point.tex
TKZdoc-elements-classes-quadrilateral.tex
@@ -60405,9 +60414,9 @@
e102.tex
e104.tex
e201.tex
-e203.tex
e208.tex
e209.tex
+explcheck-config.toml
latexmkrc
markdownthemewitiko_expltools.sty
markdownthemewitiko_expltools_explcheck_project-proposal.sty
@@ -209130,6 +209139,7 @@
explcheck-obsolete.lua
explcheck-parsers.lua
explcheck-preprocessing.lua
+explcheck-ranges.lua
explcheck-toml.lua
explcheck-utils.lua
explcheck.lua
@@ -247433,10 +247443,15 @@
hgbalgo.sty
hgbarticle.cls
hgbbib.sty
+hgbdict.sty
hgbheadings.sty
hgblistings.sty
hgbmath.sty
+hgbpdfa.sty
hgbreport.cls
+hgbtheme-custom.sty
+hgbtheme-default.sty
+hgbtheme-fhooe24.sty
hgbthesis.cls
./tex/latex/halloweenmath:
@@ -260978,8 +260993,10 @@
tkz-elements.sty
tkz_elements_circle.lua
tkz_elements_class.lua
+tkz_elements_conic.lua
tkz_elements_ellipse.lua
tkz_elements_functions_circles.lua
+tkz_elements_functions_conics.lua
tkz_elements_functions_intersections.lua
tkz_elements_functions_lines.lua
tkz_elements_functions_maths.lua
@@ -260991,6 +261008,7 @@
tkz_elements_main.lua
tkz_elements_matrices.lua
tkz_elements_misc.lua
+tkz_elements_occs.lua
tkz_elements_parallelogram.lua
tkz_elements_point.lua
tkz_elements_quadrilateral.lua
Modified: branches/branch2024.final/Master/tlpkg/texlive.tlpdb
===================================================================
--- branches/branch2024.final/Master/tlpkg/texlive.tlpdb 2025-02-25 02:20:12 UTC (rev 74280)
+++ branches/branch2024.final/Master/tlpkg/texlive.tlpdb 2025-02-25 02:21:52 UTC (rev 74281)
@@ -26,11 +26,11 @@
depend frozen/0
depend minrelease/2016
depend release/2024
-depend revision/74249
+depend revision/74280
name 00texlive.image
category TLCore
-revision 74250
+revision 74275
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
@@ -5009,7 +5009,7 @@
name 00texlive.installer
category TLCore
-revision 74220
+revision 74280
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
@@ -10762,7 +10762,7 @@
name aiplans
category Package
-revision 72202
+revision 74265
shortdesc A TikZ-based library for drawing POCL plans
longdesc This TikZ library is designed for generating diagrams related
longdesc to Automated Planning, a subdiscipline of Artificial
@@ -10773,20 +10773,21 @@
longdesc partially ordered plans, including causal links and ordering
longdesc constraints (e.g., POCL plans). It is particularly suited for
longdesc presentations and scientific publications.
-docfiles size=302
- texmf-dist/doc/latex/aiplans/Aiplans-Introduction-source-code.zip
+docfiles size=93
+ texmf-dist/doc/latex/aiplans/Aiplans-Introduction.md
texmf-dist/doc/latex/aiplans/Aiplans-Introduction.pdf details="Package documentation"
texmf-dist/doc/latex/aiplans/LICENSE.txt
texmf-dist/doc/latex/aiplans/README.md details="Readme"
texmf-dist/doc/latex/aiplans/README.pdf
+ texmf-dist/doc/latex/aiplans/image.png
runfiles size=2
texmf-dist/tex/latex/aiplans/tikzlibraryaiplans.code.tex
-catalogue-contact-bugs https://gitlab.cecs.anu.edu.au/u7166251/coding-ai-plans-in-latex-s2/-/issues
-catalogue-contact-repository https://gitlab.cecs.anu.edu.au/u7166251
+catalogue-contact-bugs https://github.com/YikaiGe/tikz-aiplans/issues
+catalogue-contact-repository https://github.com/YikaiGe/tikz-aiplans
catalogue-ctan /graphics/pgf/contrib/aiplans
catalogue-license lppl1.3c
catalogue-topics graphics pgf-tikz automata
-catalogue-version 1.0
+catalogue-version 2.0
name ajl
category Package
@@ -25312,7 +25313,7 @@
catalogue-ctan /graphics/asymptote
catalogue-license lgpl3
catalogue-topics graphics graphics-engn
-catalogue-version 3.00
+catalogue-version 3.01
name asymptote-by-example-zh-cn
category Package
@@ -100043,7 +100044,7 @@
name easybook
category Package
-revision 74044
+revision 74266
shortdesc Easily typesetting Chinese theses or books
longdesc easybook is a pure academic template created based on the
longdesc ctexbook book document class. It also has the functions of book
@@ -100053,7 +100054,7 @@
longdesc easily customize the thesis template. Its basic macro package
longdesc easybase can also be used with CTeX and standard document
longdesc classes.
-docfiles size=192
+docfiles size=191
texmf-dist/doc/latex/easybook/README.md details="Readme"
texmf-dist/doc/latex/easybook/easybook.pdf details="Package documentation" language="zh"
texmf-dist/doc/latex/easybook/easybook.tex
@@ -100069,7 +100070,7 @@
catalogue-ctan /macros/latex/contrib/easybook
catalogue-license lppl1.3c
catalogue-topics book-pub dissertation class doc-templ chinese expl3
-catalogue-version 2025q
+catalogue-version 2025s
name easydtx
category Package
@@ -112831,7 +112832,7 @@
name expltools
category Package
-revision 73528
+revision 74271
shortdesc Development tools for expl3 programmers
longdesc This bundle introduces explcheck, a static analysis tool for
longdesc developers working with expl3 code. Currently in its initial
@@ -112839,15 +112840,15 @@
longdesc issues and improve code quality. In the future, this bundle may
longdesc expand to include additional development tools for expl3.
depend expltools.ARCH
-docfiles size=755
+docfiles size=756
texmf-dist/doc/support/expltools/CHANGES.md
texmf-dist/doc/support/expltools/README.md details="Readme"
texmf-dist/doc/support/expltools/e102.tex
texmf-dist/doc/support/expltools/e104.tex
texmf-dist/doc/support/expltools/e201.tex
- texmf-dist/doc/support/expltools/e203.tex
texmf-dist/doc/support/expltools/e208.tex
texmf-dist/doc/support/expltools/e209.tex
+ texmf-dist/doc/support/expltools/explcheck-config.toml
texmf-dist/doc/support/expltools/latexmkrc
texmf-dist/doc/support/expltools/markdownthemewitiko_expltools.sty
texmf-dist/doc/support/expltools/markdownthemewitiko_expltools_explcheck_project-proposal.sty
@@ -112889,7 +112890,7 @@
texmf-dist/doc/support/expltools/warnings-and-errors.ist
texmf-dist/doc/support/expltools/warnings-and-errors.pdf details="List of warnings and errors"
texmf-dist/doc/support/expltools/warnings-and-errors.tex
-runfiles size=30
+runfiles size=27
texmf-dist/scripts/expltools/explcheck-cli.lua
texmf-dist/scripts/expltools/explcheck-config.lua
texmf-dist/scripts/expltools/explcheck-format.lua
@@ -112898,6 +112899,7 @@
texmf-dist/scripts/expltools/explcheck-obsolete.lua
texmf-dist/scripts/expltools/explcheck-parsers.lua
texmf-dist/scripts/expltools/explcheck-preprocessing.lua
+ texmf-dist/scripts/expltools/explcheck-ranges.lua
texmf-dist/scripts/expltools/explcheck-toml.lua
texmf-dist/scripts/expltools/explcheck-utils.lua
texmf-dist/scripts/expltools/explcheck.lua
@@ -122598,7 +122600,7 @@
name fontinst
category Package
-revision 74212
+revision 74275
shortdesc Help with installing fonts for TeX and LaTeX
longdesc TeX macros for converting Adobe Font Metric files to TeX metric
longdesc and virtual font format. Fontinst helps mainly with the number
@@ -122702,7 +122704,7 @@
texmf-dist/source/fontinst/base/fisource.tex
texmf-dist/source/fontinst/base/fitrig.dtx
texmf-dist/source/fontinst/base/fontinst.ins
-runfiles size=340
+runfiles size=255
texmf-dist/scripts/texlive-extra/fontinst.sh
texmf-dist/tex/fontinst/base/bbox.sty
texmf-dist/tex/fontinst/base/cfntinst.sty
@@ -122711,27 +122713,6 @@
texmf-dist/tex/fontinst/base/fontinst.sty
texmf-dist/tex/fontinst/base/multislot.sty
texmf-dist/tex/fontinst/base/xfntinst.sty
- texmf-dist/tex/fontinst/fontscripts/fontscripts-dotoldstyle.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-dotsc2.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-dotscbuild.mtx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-dotscmisc.mtx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-dottaboldstyle.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-lining.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-newlatin-dotsc.mtx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-oldstyle.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1-cfr.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1-dotalt-f_f.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1-dotinf.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1-dotinferior.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1-dotsup.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1-dotsuperior.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1-f_f.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-t1j-f_f.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-ts1-dotinf.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-ts1-dotsup.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-ts1-euro.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-ucdotalt.etx
- texmf-dist/tex/fontinst/fontscripts/fontscripts-unfakable.mtx
texmf-dist/tex/fontinst/latinetx/8r.etx
texmf-dist/tex/fontinst/latinetx/8y.etx
texmf-dist/tex/fontinst/latinetx/ot1.etx
@@ -135038,29 +135019,40 @@
name hagenberg-thesis
category Package
-revision 65819
+revision 74267
shortdesc Collection of LaTeX classes, style files and example documents for academic manuscripts
-longdesc A collection of modern LaTeX classes, style files and example
-longdesc documents for authoring Bachelor, Master or Diploma theses and
-longdesc related academic manuscripts in English and German. Includes
-longdesc comprehensive tutorials (in English and German) with detailed
-longdesc instructions and authoring guidelines.
-docfiles size=1038
+longdesc This is a collection of modern LaTeX classes, style files and
+longdesc example documents for authoring Bachelor, Master, Diploma, or
+longdesc PhD theses and related academic manuscripts in English and
+longdesc German. Pre-configured English and German documents are
+longdesc available. They are easy to use even for LaTeX beginners, and
+longdesc compatible with LaTeX distributions for Windows, macOS, and
+longdesc Linux. The document classes are immediately usable and
+longdesc convenient to customize.
+docfiles size=2272
texmf-dist/doc/latex/hagenberg-thesis/README.md details="Readme"
+ texmf-dist/doc/latex/hagenberg-thesis/bibtex/references.bib
texmf-dist/doc/latex/hagenberg-thesis/hagenberg-thesis-tutorial-de.pdf details="Example document / Tutorial" language="de"
texmf-dist/doc/latex/hagenberg-thesis/hagenberg-thesis-tutorial-en.pdf details="Example document / Tutorial" language="en"
texmf-dist/doc/latex/hagenberg-thesis/hagenberg-thesis.pdf details="Package documentation"
texmf-dist/doc/latex/hagenberg-thesis/hagenberg-thesis.tex
-runfiles size=23
+ texmf-dist/doc/latex/hagenberg-thesis/hgbtheme-default-logo.pdf
+ texmf-dist/doc/latex/hagenberg-thesis/hgbtheme-fhooe24-coverbackground.pdf
+runfiles size=32
texmf-dist/tex/latex/hagenberg-thesis/hgb.sty
texmf-dist/tex/latex/hagenberg-thesis/hgbabbrev.sty
texmf-dist/tex/latex/hagenberg-thesis/hgbalgo.sty
texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
texmf-dist/tex/latex/hagenberg-thesis/hgbbib.sty
+ texmf-dist/tex/latex/hagenberg-thesis/hgbdict.sty
texmf-dist/tex/latex/hagenberg-thesis/hgbheadings.sty
texmf-dist/tex/latex/hagenberg-thesis/hgblistings.sty
texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty
+ texmf-dist/tex/latex/hagenberg-thesis/hgbpdfa.sty
texmf-dist/tex/latex/hagenberg-thesis/hgbreport.cls
+ texmf-dist/tex/latex/hagenberg-thesis/hgbtheme-custom.sty
+ texmf-dist/tex/latex/hagenberg-thesis/hgbtheme-default.sty
+ texmf-dist/tex/latex/hagenberg-thesis/hgbtheme-fhooe24.sty
texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls
catalogue-contact-repository https://github.com/Digital-Media/HagenbergThesis
catalogue-ctan /macros/latex/contrib/hagenberg-thesis
@@ -190893,7 +190885,7 @@
name luatexko
category Package
-revision 68243
+revision 74269
shortdesc Typeset Korean with Lua(La)TeX
longdesc This is a Lua(La)TeX macro package that supports typesetting
longdesc Korean documents including Old Hangul texts. As LuaTeX has
@@ -190903,7 +190895,7 @@
longdesc engines. LuaTeX version 1.10+ and luaotfload version 2.96+ are
longdesc required for this package to run. This package also requires
longdesc the cjk-ko package for its full functionality.
-docfiles size=96
+docfiles size=97
texmf-dist/doc/luatex/luatexko/ChangeLog
texmf-dist/doc/luatex/luatexko/README details="Readme"
texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf details="Package documentation"
@@ -190918,7 +190910,7 @@
catalogue-ctan /macros/luatex/generic/luatexko
catalogue-license lppl1.3c
catalogue-topics luatex korean
-catalogue-version 3.6
+catalogue-version 3.7
name luatextra
category Package
@@ -303322,7 +303314,7 @@
name texlive-scripts
category TLCore
-revision 74249
+revision 74280
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.
@@ -311260,7 +311252,7 @@
name tkz-elements
category Package
-revision 73362
+revision 74268
shortdesc A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide
longdesc This package provides a library written in Lua, allowing to
longdesc make all the necessary calculations to define the objects of a
@@ -311268,15 +311260,17 @@
longdesc The definitions and calculations are only done with Lua. The
longdesc main possibility of programmation proposed is oriented "object
longdesc programming" with object classes like point, line, triangle,
-longdesc circle and ellipse. For the moment, once the calculations are
-longdesc done, it is tkz-euclide or TikZ which allows the drawings.
-docfiles size=430
+longdesc circle and now, conic. For the moment, once the calculations
+longdesc are done, it is tkz-euclide or TikZ which allows the drawings.
+docfiles size=586
texmf-dist/doc/latex/tkz-elements/README.md details="Readme"
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-circle.tex
+ texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-conic.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-ellipse.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-line.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-matrices.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-misc.tex
+ texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-occs.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-parallelogram.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-point.tex
texmf-dist/doc/latex/tkz-elements/TKZdoc-elements-classes-quadrilateral.tex
@@ -311316,12 +311310,14 @@
texmf-dist/doc/latex/tkz-elements/search_circle.lua
texmf-dist/doc/latex/tkz-elements/tkz-elements.pdf details="Package documentation"
texmf-dist/doc/latex/tkz-elements/tmp.table
-runfiles size=46
+runfiles size=57
texmf-dist/tex/latex/tkz-elements/tkz-elements.sty
texmf-dist/tex/latex/tkz-elements/tkz_elements_circle.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_class.lua
+ texmf-dist/tex/latex/tkz-elements/tkz_elements_conic.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_ellipse.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_functions_circles.lua
+ texmf-dist/tex/latex/tkz-elements/tkz_elements_functions_conics.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_functions_intersections.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_functions_lines.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_functions_maths.lua
@@ -311333,6 +311329,7 @@
texmf-dist/tex/latex/tkz-elements/tkz_elements_main.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_matrices.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_misc.lua
+ texmf-dist/tex/latex/tkz-elements/tkz_elements_occs.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_parallelogram.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_point.lua
texmf-dist/tex/latex/tkz-elements/tkz_elements_quadrilateral.lua
@@ -311345,7 +311342,7 @@
catalogue-ctan /macros/latex/contrib/tkz/tkz-elements
catalogue-license lppl1.3
catalogue-topics maths calculation luatex
-catalogue-version 3.10c
+catalogue-version 3.30c
name tkz-euclide
category Package
@@ -341684,7 +341681,7 @@
name xetexko
category Package
-revision 70315
+revision 74270
shortdesc Typeset Korean with Xe(La)TeX
longdesc The package supports typesetting Korean documents (including
longdesc old Hangul texts), using XeTeX. It enhances the existing
@@ -341710,7 +341707,7 @@
catalogue-ctan /macros/xetex/generic/xetexko
catalogue-license lppl1.3c
catalogue-topics korean xetex
-catalogue-version 4.3
+catalogue-version 4.4
name xetexref
category Package
More information about the tex-live-commits
mailing list.