texlive[72905] Master: autoupdate

commits+karl at tug.org commits+karl at tug.org
Wed Nov 20 01:41:58 CET 2024


Revision: 72905
          https://tug.org/svn/texlive?view=revision&revision=72905
Author:   karl
Date:     2024-11-20 01:41:58 +0100 (Wed, 20 Nov 2024)
Log Message:
-----------
autoupdate

Modified Paths:
--------------
    trunk/Master/texmf-dist/ls-R
    trunk/Master/tlpkg/texlive.tlpdb

Modified: trunk/Master/texmf-dist/ls-R
===================================================================
--- trunk/Master/texmf-dist/ls-R	2024-11-20 00:40:20 UTC (rev 72904)
+++ trunk/Master/texmf-dist/ls-R	2024-11-20 00:41:58 UTC (rev 72905)
@@ -14133,6 +14133,7 @@
 amsmath-it
 amsrefs
 amsthdoc-it
+anima
 animate
 annee-scolaire
 annotate-equations
@@ -17872,6 +17873,11 @@
 amsthdoc_it.pdf
 amsthdoc_it.tex
 
+./doc/latex/anima:
+README.txt
+anima-doc.pdf
+exemplo.tex
+
 ./doc/latex/animate:
 ChangeLog
 README.txt
@@ -50537,9 +50543,7 @@
 turnstile_artigo.tex
 
 ./doc/latex/turnthepage:
-Makefile
 README
-perso.ist
 turnthepage-bib.bib
 turnthepage.pdf
 turnthepage.tex
@@ -212469,6 +212473,7 @@
 amsfonts
 amsmath
 amsrefs
+anima
 animate
 annee-scolaire
 answers
@@ -214220,6 +214225,10 @@
 textcmds.dtx
 textcmds.ins
 
+./source/latex/anima:
+anima.dtx
+anima.ins
+
 ./source/latex/animate:
 animate.tex
 files
@@ -221942,10 +221951,12 @@
 ./source/latex/wargame/hex/terrain:
 beach.dtx
 city.dtx
+fields.dtx
 light_woods.dtx
 mountain.dtx
 mountains.dtx
 rough.dtx
+speckle.dtx
 swamp.dtx
 town.dtx
 tree.dtx
@@ -222000,6 +222011,7 @@
 
 ./source/latex/wargame/utils:
 wgexport.py
+wgmakenato.py
 wgsvg2tikz.py
 
 ./source/latex/warpcol:
@@ -233829,6 +233841,7 @@
 amsmath
 amsrefs
 andika
+anima
 animate
 annee-scolaire
 annotate-equations
@@ -237640,6 +237653,9 @@
 TS1andk-TLF.fd
 andika.sty
 
+./tex/latex/anima:
+anima.cls
+
 ./tex/latex/animate:
 animate.sty
 
@@ -264457,9 +264473,11 @@
 tikzlibrarywargame.util.code.tex
 wargame.beach.pdf
 wargame.city.pdf
+wargame.fields.pdf
 wargame.light_woods.pdf
 wargame.mountains.pdf
 wargame.rough.pdf
+wargame.speckle.pdf
 wargame.sty
 wargame.swamp.pdf
 wargame.town.pdf
@@ -264467,6 +264485,7 @@
 wargame.woods.pdf
 wgexport.cls
 wgexport.py
+wgmakenato.py
 wgsvg2tikz.py
 
 ./tex/latex/warning:

Modified: trunk/Master/tlpkg/texlive.tlpdb
===================================================================
--- trunk/Master/tlpkg/texlive.tlpdb	2024-11-20 00:40:20 UTC (rev 72904)
+++ trunk/Master/tlpkg/texlive.tlpdb	2024-11-20 00:41:58 UTC (rev 72905)
@@ -26,11 +26,11 @@
 depend frozen/0
 depend minrelease/2016
 depend release/2024
-depend revision/72892
+depend revision/72904
 
 name 00texlive.image
 category TLCore
-revision 72890
+revision 72895
 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
@@ -479,6 +479,7 @@
  tlpkg/tlpsrc/amstex.tlpsrc
  tlpkg/tlpsrc/amsthdoc-it.tlpsrc
  tlpkg/tlpsrc/andika.tlpsrc
+ tlpkg/tlpsrc/anima.tlpsrc
  tlpkg/tlpsrc/animate.tlpsrc
  tlpkg/tlpsrc/annee-scolaire.tlpsrc
  tlpkg/tlpsrc/annotate-equations.tlpsrc
@@ -4978,7 +4979,7 @@
 
 name 00texlive.installer
 category TLCore
-revision 72870
+revision 72904
 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
@@ -18593,6 +18594,40 @@
 catalogue-topics font font-sans font-cyrillic font-ttf font-type1 font-supp
 catalogue-version 6.101
 
+name anima
+category Package
+revision 72895
+shortdesc Create slideshows with simple animations
+longdesc The idea for this package arose from noticing that including
+longdesc the \pause command from the beamer class within the \foreach
+longdesc loop command from the TikZ package creates a sequence of
+longdesc frames, where each slide presents a step in the construction of
+longdesc the image. The purpose of the anima class is to provide macros
+longdesc that simplify the use of this effect for creating animated
+longdesc slide presentations. Although the functionality of this class
+longdesc can be compared to the transition effects of the beamer class,
+longdesc it is not a dependency of the anima class. However, the class
+longdesc makes extensive use of the image creation language provided by
+longdesc the TikZ package. Lastly, it is worth noting a comparison
+longdesc between this class and the animate package. The animate package
+longdesc can create embedded animations within the document, while the
+longdesc anima class produces an animation where each frame corresponds
+longdesc to a page of the document. This distinction highlights the
+longdesc different design goals of the anima class.
+docfiles size=110
+ texmf-dist/doc/latex/anima/README.txt details="Readme"
+ texmf-dist/doc/latex/anima/anima-doc.pdf details="Package documentation"
+ texmf-dist/doc/latex/anima/exemplo.tex
+srcfiles size=9
+ texmf-dist/source/latex/anima/anima.dtx
+ texmf-dist/source/latex/anima/anima.ins
+runfiles size=2
+ texmf-dist/tex/latex/anima/anima.cls
+catalogue-ctan /macros/latex/contrib/anima
+catalogue-license lppl1.3c
+catalogue-topics presentation graphics-motion class presentation
+catalogue-version 1.0
+
 name animate
 category Package
 revision 72548
@@ -43481,7 +43516,7 @@
 
 name bxcoloremoji
 category Package
-revision 72817
+revision 72896
 shortdesc Use color emojis more conveniently
 longdesc This package lets users output color emojis in LaTeX documents.
 longdesc Compared to other packages with similar functionality, this
@@ -43514,7 +43549,7 @@
 catalogue-ctan /macros/latex/contrib/bxcoloremoji
 catalogue-license mit
 catalogue-topics text-symbol
-catalogue-version 1.0
+catalogue-version 1.0a
 
 name bxdpx-beamer
 category Package
@@ -67211,7 +67246,7 @@
 
 name collection-latexextra
 category Collection
-revision 72875
+revision 72895
 shortdesc LaTeX additional packages
 longdesc A very large collection of add-on packages for LaTeX.
 depend 2up
@@ -67246,6 +67281,7 @@
 depend altfont
 depend altsubsup
 depend amsaddr
+depend anima
 depend animate
 depend anonchap
 depend answers
@@ -99271,7 +99307,7 @@
 
 name easybook
 category Package
-revision 72874
+revision 72897
 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
@@ -99281,7 +99317,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=219
+docfiles size=189
  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
@@ -99297,7 +99333,7 @@
 catalogue-ctan /macros/latex/contrib/easybook
 catalogue-license lppl1.3c
 catalogue-topics book-pub dissertation class doc-templ chinese expl3
-catalogue-version 2024hh
+catalogue-version 2024hm
 
 name easydtx
 category Package
@@ -156321,7 +156357,7 @@
 
 name jpneduenumerate
 category Package
-revision 63893
+revision 72898
 shortdesc Enumerative expressions in Japanese education
 longdesc Mathematical equation representation in Japanese education
 longdesc differs somewhat from the standard LaTeX writing style. This
@@ -156337,7 +156373,7 @@
 catalogue-ctan /macros/latex/contrib/jpneduenumerate
 catalogue-license mit
 catalogue-topics maths japanese list-enum
-catalogue-version 1.2
+catalogue-version 1.3
 
 name jpnedumathsymbols
 category Package
@@ -218667,7 +218703,7 @@
 
 name nicematrix
 category Package
-revision 72844
+revision 72899
 shortdesc Improve the typesetting of mathematical matrices with PGF
 longdesc This package is based on the package array. It creates PGF/TikZ
 longdesc nodes under the cells of the array and uses these nodes to
@@ -218678,7 +218714,7 @@
 longdesc color rows and columns with a good PDF result; blocks of cells;
 longdesc tabular notes; etc. The package requires and loads l3keys2e,
 longdesc array, amsmath, pgfcore, and the module shapes of PGF.
-docfiles size=1076
+docfiles size=1078
  texmf-dist/doc/latex/nicematrix/README.md details="Readme"
  texmf-dist/doc/latex/nicematrix/nicematrix-code.pdf
  texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf details="Package documentation in French" language="fr"
@@ -218693,7 +218729,7 @@
 catalogue-ctan /macros/latex/contrib/nicematrix
 catalogue-license lppl1.3
 catalogue-topics maths matrix pgf-tikz expl3
-catalogue-version 6.29b
+catalogue-version 7.0
 
 name nicetext
 category Package
@@ -218857,7 +218893,7 @@
 
 name nimbus15
 category Package
-revision 58839
+revision 72894
 shortdesc Support files for Nimbus 2015 Core fonts
 longdesc The Nimbus 2015 Core fonts added Greek and Cyrillic glyphs.
 longdesc This package may be best suited as an add-on to the
@@ -219172,7 +219208,7 @@
 catalogue-ctan /fonts/nimbus15
 catalogue-license other-free lppl1.3
 catalogue-topics font font-body font-proportional font-mono font-multilingual font-greek font-cyrillic font-type1 font-otf font-supp font-t1enc
-catalogue-version 1.014
+catalogue-version 1.015
 
 name nimsticks
 category Package
@@ -274320,7 +274356,7 @@
 
 name siunitx
 category Package
-revision 72859
+revision 72900
 shortdesc A comprehensive (SI) units package
 longdesc Physical quantities have both numbers and units, and each
 longdesc physical quantity should be expressed as the product of a
@@ -274373,7 +274409,7 @@
 catalogue-ctan /macros/latex/contrib/siunitx
 catalogue-license lppl1.3c
 catalogue-topics units scientific-docs expl3
-catalogue-version 3.3.23
+catalogue-version 3.3.24
 
 name sjtutex
 category Package
@@ -287117,13 +287153,13 @@
 
 name tagpdf
 category Package
-revision 72690
+revision 72901
 shortdesc Code for PDF tagging using pdfLaTeX and LuaLaTeX
 longdesc The package contains the core code for tagging and
 longdesc accessibility used by the LaTeX kernel in the Tagged PDF
 longdesc project. See https://github.com/latex3/tagging-project for more
 longdesc information.
-docfiles size=797
+docfiles size=798
  texmf-dist/doc/latex/tagpdf/README.md details="Readme"
  texmf-dist/doc/latex/tagpdf/acrobat.png
  texmf-dist/doc/latex/tagpdf/ex-AF-file.pdf
@@ -287162,7 +287198,7 @@
  texmf-dist/doc/latex/tagpdf/tagpdf.pdf details="Package documentation"
  texmf-dist/doc/latex/tagpdf/tagpdf.tex
  texmf-dist/doc/latex/tagpdf/tagpdfsetup-keys.tex
-srcfiles size=106
+srcfiles size=109
  texmf-dist/source/latex/tagpdf/tagpdf-backend.dtx
  texmf-dist/source/latex/tagpdf/tagpdf-checks.dtx
  texmf-dist/source/latex/tagpdf/tagpdf-data.dtx
@@ -287200,7 +287236,7 @@
 catalogue-ctan /macros/latex/contrib/tagpdf
 catalogue-license lppl1.3c
 catalogue-topics tagged-pdf accessible expl3
-catalogue-version 0.99g
+catalogue-version 0.99h
 
 name talk
 category Package
@@ -302666,7 +302702,7 @@
 
 name texlive-scripts
 category TLCore
-revision 72892
+revision 72904
 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.
@@ -319547,15 +319583,13 @@
 
 name turnthepage
 category Package
-revision 29803
+revision 72902
 shortdesc Provide "turn page" instructions
 longdesc The package prints a 'turn' instruction at the bottom of
 longdesc odd-numbered pages (except the last). This is a common
 longdesc convention for examination papers and the like.
-docfiles size=45
- texmf-dist/doc/latex/turnthepage/Makefile
+docfiles size=34
  texmf-dist/doc/latex/turnthepage/README details="Readme"
- texmf-dist/doc/latex/turnthepage/perso.ist
  texmf-dist/doc/latex/turnthepage/turnthepage-bib.bib
  texmf-dist/doc/latex/turnthepage/turnthepage.pdf details="Package documentation"
  texmf-dist/doc/latex/turnthepage/turnthepage.tex
@@ -319564,9 +319598,9 @@
  texmf-dist/tex/latex/turnthepage/turnpagewoetex.sty
  texmf-dist/tex/latex/turnthepage/turnthepage.sty
 catalogue-ctan /macros/latex/contrib/turnthepage
-catalogue-license lppl
+catalogue-license lppl1.3c
 catalogue-topics layout exam
-catalogue-version 1.3a
+catalogue-version 2.0a
 
 name tutodoc
 category Package
@@ -335489,7 +335523,7 @@
 
 name wargame
 category Package
-revision 69692
+revision 72903
 shortdesc A LaTeX package to prepare hex'n'counter wargames
 longdesc This package can help make classic Hex'n'Counter wargames using
 longdesc LaTeX. The package provides tools for generating Hex maps and
@@ -335503,7 +335537,7 @@
 longdesc supports exporting the game to a VASSAL module See also the
 longdesc README.md file for more, and of course the documentation
 longdesc (including the tutorial in tutorial/game.pdf).
-docfiles size=687
+docfiles size=705
  texmf-dist/doc/latex/wargame/README.md details="Readme"
  texmf-dist/doc/latex/wargame/compat.pdf
  texmf-dist/doc/latex/wargame/symbols.pdf
@@ -335515,7 +335549,7 @@
  texmf-dist/doc/latex/wargame/tutorial/game.tex
  texmf-dist/doc/latex/wargame/tutorial/patch.py
  texmf-dist/doc/latex/wargame/wargame.pdf details="Package documentation"
-srcfiles size=389
+srcfiles size=415
  texmf-dist/source/latex/wargame/Makefile
  texmf-dist/source/latex/wargame/chit/battle.dtx
  texmf-dist/source/latex/wargame/chit/core.dtx
@@ -335539,10 +335573,12 @@
  texmf-dist/source/latex/wargame/hex/terrain.dtx
  texmf-dist/source/latex/wargame/hex/terrain/beach.dtx
  texmf-dist/source/latex/wargame/hex/terrain/city.dtx
+ texmf-dist/source/latex/wargame/hex/terrain/fields.dtx
  texmf-dist/source/latex/wargame/hex/terrain/light_woods.dtx
  texmf-dist/source/latex/wargame/hex/terrain/mountain.dtx
  texmf-dist/source/latex/wargame/hex/terrain/mountains.dtx
  texmf-dist/source/latex/wargame/hex/terrain/rough.dtx
+ texmf-dist/source/latex/wargame/hex/terrain/speckle.dtx
  texmf-dist/source/latex/wargame/hex/terrain/swamp.dtx
  texmf-dist/source/latex/wargame/hex/terrain/town.dtx
  texmf-dist/source/latex/wargame/hex/terrain/tree.dtx
@@ -335586,10 +335622,11 @@
  texmf-dist/source/latex/wargame/util/randomid.dtx
  texmf-dist/source/latex/wargame/util/tikz.dtx
  texmf-dist/source/latex/wargame/utils/wgexport.py
+ texmf-dist/source/latex/wargame/utils/wgmakenato.py
  texmf-dist/source/latex/wargame/utils/wgsvg2tikz.py
  texmf-dist/source/latex/wargame/wargame.dtx
  texmf-dist/source/latex/wargame/wargame.ins
-runfiles size=312
+runfiles size=342
  texmf-dist/tex/latex/wargame/tikzlibrarywargame.chit.code.tex
  texmf-dist/tex/latex/wargame/tikzlibrarywargame.hex.code.tex
  texmf-dist/tex/latex/wargame/tikzlibrarywargame.natoapp6c.code.tex
@@ -335596,9 +335633,11 @@
  texmf-dist/tex/latex/wargame/tikzlibrarywargame.util.code.tex
  texmf-dist/tex/latex/wargame/wargame.beach.pdf
  texmf-dist/tex/latex/wargame/wargame.city.pdf
+ texmf-dist/tex/latex/wargame/wargame.fields.pdf
  texmf-dist/tex/latex/wargame/wargame.light_woods.pdf
  texmf-dist/tex/latex/wargame/wargame.mountains.pdf
  texmf-dist/tex/latex/wargame/wargame.rough.pdf
+ texmf-dist/tex/latex/wargame/wargame.speckle.pdf
  texmf-dist/tex/latex/wargame/wargame.sty
  texmf-dist/tex/latex/wargame/wargame.swamp.pdf
  texmf-dist/tex/latex/wargame/wargame.town.pdf
@@ -335606,12 +335645,13 @@
  texmf-dist/tex/latex/wargame/wargame.woods.pdf
  texmf-dist/tex/latex/wargame/wgexport.cls
  texmf-dist/tex/latex/wargame/wgexport.py
+ texmf-dist/tex/latex/wargame/wgmakenato.py
  texmf-dist/tex/latex/wargame/wgsvg2tikz.py
 catalogue-contact-repository https://gitlab.com/wargames_tex/wargame_tex
 catalogue-ctan /macros/latex/contrib/wargame
 catalogue-license cc-by-sa-4
 catalogue-topics pgf-tikz games symbol-supp
-catalogue-version 0.6
+catalogue-version 0.8
 
 name warning
 category Package



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