texlive[72098] Master: autoupdate
commits+karl at tug.org
commits+karl at tug.org
Sat Aug 24 01:42:33 CEST 2024
Revision: 72098
https://tug.org/svn/texlive?view=revision&revision=72098
Author: karl
Date: 2024-08-24 01:42:33 +0200 (Sat, 24 Aug 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-08-23 23:41:57 UTC (rev 72097)
+++ trunk/Master/texmf-dist/ls-R 2024-08-23 23:42:33 UTC (rev 72098)
@@ -53203,6 +53203,7 @@
combofont
cstypo
datestamp
+domaincoloring
ekdosis
emojicite
gitinfo-lua
@@ -53341,6 +53342,28 @@
datestamp-example.tex
datestamp.pdf
+./doc/lualatex/domaincoloring:
+Changes
+README.md
+doc
+latex
+lua
+
+./doc/lualatex/domaincoloring/doc:
+domaincoloring-doc.bib
+domaincoloring-doc.pdf
+domaincoloring-doc.tex
+hsv.png
+titleImg.pdf
+
+./doc/lualatex/domaincoloring/latex:
+domaincoloring.sty
+
+./doc/lualatex/domaincoloring/lua:
+domaincoloring-complex-numbers.lua
+domaincoloring-functions.lua
+domaincoloring.lua
+
./doc/lualatex/ekdosis:
README.md
ekdosis.el
Modified: trunk/Master/tlpkg/texlive.tlpdb
===================================================================
--- trunk/Master/tlpkg/texlive.tlpdb 2024-08-23 23:41:57 UTC (rev 72097)
+++ trunk/Master/tlpkg/texlive.tlpdb 2024-08-23 23:42:33 UTC (rev 72098)
@@ -26,11 +26,11 @@
depend frozen/0
depend minrelease/2016
depend release/2024
-depend revision/72085
+depend revision/72096
name 00texlive.image
category TLCore
-revision 72081
+revision 72097
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
@@ -1504,6 +1504,7 @@
tlpkg/tlpsrc/doi.tlpsrc
tlpkg/tlpsrc/doibanner.tlpsrc
tlpkg/tlpsrc/doipubmed.tlpsrc
+ tlpkg/tlpsrc/domaincoloring.tlpsrc
tlpkg/tlpsrc/domitian.tlpsrc
tlpkg/tlpsrc/dosepsbin.tlpsrc
tlpkg/tlpsrc/dot2texi.tlpsrc
@@ -4933,7 +4934,7 @@
name 00texlive.installer
category TLCore
-revision 72085
+revision 72096
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
@@ -9657,7 +9658,7 @@
name adjustbox
category Package
-revision 64967
+revision 72097
shortdesc Graphics package-alike macros for "general" boxes
longdesc The package provides several macros to adjust boxed content.
longdesc One purpose is to supplement the standard graphics package,
@@ -9709,7 +9710,7 @@
catalogue-contact-repository https://github.com/MartinScharrer/adjustbox.git
catalogue-ctan /macros/latex/contrib/adjustbox
catalogue-license lppl1.3
-catalogue-topics typesetting box-manip
+catalogue-topics typesetting box-manip box-breaking
catalogue-version 1.3a
name adobemapping
@@ -24524,7 +24525,7 @@
name asymptote
category TLCore
-revision 71609
+revision 72097
shortdesc 2D and 3D TeX-Aware Vector Graphics Language
longdesc Asymptote is a powerful descriptive vector graphics language
longdesc for technical drawing, inspired by MetaPost but with an
@@ -68533,7 +68534,7 @@
name collection-mathscience
category Collection
-revision 71810
+revision 72095
shortdesc Mathematics, natural sciences, computer science packages
depend 12many
depend accents
@@ -68611,6 +68612,7 @@
depend diffcoeff
depend digiconfigs
depend dijkstra
+depend domaincoloring
depend drawmatrix
depend drawstack
depend dyntree
@@ -87926,7 +87928,7 @@
name dccpaper
category Package
-revision 67890
+revision 72097
shortdesc Typeset papers for the International Journal of Digital Curation
longdesc The LaTeX class ijdc-v14 produces camera-ready papers and
longdesc articles suitable for inclusion in the International Journal of
@@ -87938,12 +87940,12 @@
longdesc 2023 these classes are no longer officially supported for new
longdesc submissions to the IJDC and IDCC, but nevertheless they
longdesc continue to be maintained to support existing documents.
-docfiles size=90
+docfiles size=91
texmf-dist/doc/latex/dccpaper/README.md details="Readme"
texmf-dist/doc/latex/dccpaper/dccpaper-apacite.bib
texmf-dist/doc/latex/dccpaper/dccpaper-biblatex.bib
texmf-dist/doc/latex/dccpaper/dccpaper.pdf details="Package documentation"
-srcfiles size=26
+srcfiles size=27
texmf-dist/source/latex/dccpaper/Makefile
texmf-dist/source/latex/dccpaper/dccpaper.dtx
runfiles size=28
@@ -87958,7 +87960,7 @@
catalogue-ctan /macros/latex/contrib/dccpaper
catalogue-license lppl1.3c cc-by-4
catalogue-topics journalpub confproc class
-catalogue-version 2.4
+catalogue-version 2.5
name dcpic
category Package
@@ -91072,6 +91074,34 @@
catalogue-topics cite-supp
catalogue-version 1.01
+name domaincoloring
+category Package
+revision 72095
+shortdesc Draw colored represenations of complex functions
+longdesc Domain coloring is a technique to visualize complex functions
+longdesc by assigning a color to each point of the complex plane z=x+iy.
+longdesc This package calculates with the help of Lua any complex
+longdesc function to visualize its behaviour. The value of the complex
+longdesc function(z) can be described by radius and angle which can be
+longdesc two values of the hsv-color model, which then defines the color
+longdesc of each point in the complex plane z=x+iy.
+docfiles size=1897
+ texmf-dist/doc/lualatex/domaincoloring/Changes
+ texmf-dist/doc/lualatex/domaincoloring/README.md details="Readme"
+ texmf-dist/doc/lualatex/domaincoloring/doc/domaincoloring-doc.bib
+ texmf-dist/doc/lualatex/domaincoloring/doc/domaincoloring-doc.pdf details="Example of use" language="de"
+ texmf-dist/doc/lualatex/domaincoloring/doc/domaincoloring-doc.tex
+ texmf-dist/doc/lualatex/domaincoloring/doc/hsv.png
+ texmf-dist/doc/lualatex/domaincoloring/doc/titleImg.pdf
+ texmf-dist/doc/lualatex/domaincoloring/latex/domaincoloring.sty
+ texmf-dist/doc/lualatex/domaincoloring/lua/domaincoloring-complex-numbers.lua
+ texmf-dist/doc/lualatex/domaincoloring/lua/domaincoloring-functions.lua
+ texmf-dist/doc/lualatex/domaincoloring/lua/domaincoloring.lua
+catalogue-ctan /macros/luatex/latex/domaincoloring
+catalogue-license lppl1.3
+catalogue-topics maths graphics colour luatex graphics-epspdf graphics-incl graphics-plot graphics-plotfn
+catalogue-version 0.02
+
name domitian
category Package
revision 55286
@@ -102835,7 +102865,7 @@
name edmaths
category Package
-revision 72074
+revision 72097
shortdesc A report and thesis class file for the University of Edinburgh (UoE)
longdesc A report and thesis class file for The School of Mathematics,
longdesc Scotland at the University of Edinburgh (UoE). When working on
@@ -153339,13 +153369,13 @@
name jlreq
category Package
-revision 69911
+revision 72091
shortdesc Japanese document class based on requirements for Japanese text layout
longdesc This package provides a Japanese document class based on
longdesc requirements for Japanese text layout. The class file and the
longdesc JFM (Japanese font metric) files for LuaTeX-ja / pLaTeX /
longdesc upLaTeX are provided.
-docfiles size=176
+docfiles size=222
texmf-dist/doc/latex/jlreq/LICENSE
texmf-dist/doc/latex/jlreq/README-ja.md details="Readme" language="ja"
texmf-dist/doc/latex/jlreq/README.md details="Readme"
@@ -153363,7 +153393,7 @@
texmf-dist/source/latex/jlreq/README-template.tex
texmf-dist/source/latex/jlreq/luajfm2pl.lua
texmf-dist/source/latex/jlreq/make_variant_jfm.lua
-runfiles size=8660
+runfiles size=5828
texmf-dist/fonts/tfm/public/jlreq/bjlreq-v.tfm
texmf-dist/fonts/tfm/public/jlreq/bjlreq.tfm
texmf-dist/fonts/tfm/public/jlreq/bjlreqg-v.tfm
@@ -167729,7 +167759,7 @@
name latex-base-dev
category Package
-revision 72039
+revision 72097
shortdesc Development pre-release of the LaTeX kernel
longdesc This package provides a testing release for upcoming LaTeX2e
longdesc kernel changes. Testing by the LaTeX team itself suggests that
@@ -168032,7 +168062,7 @@
texmf-dist/source/latex-dev/base/tulm.ins
texmf-dist/source/latex-dev/base/unpack.ins
texmf-dist/source/latex-dev/base/utf8ienc.dtx
-runfiles size=706
+runfiles size=707
texmf-dist/tex/latex-dev/base/alltt.sty
texmf-dist/tex/latex-dev/base/ansinew.def
texmf-dist/tex/latex-dev/base/applemac.def
@@ -168203,7 +168233,7 @@
catalogue-ctan /macros/latex-dev/base
catalogue-license lppl1.3c
catalogue-topics format class latex-devel
-catalogue-version 2024-11-01 pre-release 2
+catalogue-version 2024-11-01 pre-release 3
name latex-bin
category TLCore
@@ -169592,7 +169622,7 @@
name latex-lab-dev
category Package
-revision 72039
+revision 72097
shortdesc LaTeX laboratory: Development pre-release
longdesc This package provides a testing release for upcoming changes to
longdesc the latex-lab bundle, which provides a route for additions to
@@ -169599,7 +169629,7 @@
longdesc the LaTeX kernel to be stablised. It accompanies the
longdesc pre-testing kernel code (latex-base-dev), and is intended for
longdesc testing by knowledgeable users.
-docfiles size=3124
+docfiles size=3119
texmf-dist/doc/latex-dev/latex-lab/README.md details="Readme"
texmf-dist/doc/latex-dev/latex-lab/blocks-code.pdf
texmf-dist/doc/latex-dev/latex-lab/blocks-code.tex
@@ -169633,7 +169663,7 @@
texmf-dist/doc/latex-dev/latex-lab/latex-lab-toc-hyperref-changes.pdf
texmf-dist/doc/latex-dev/latex-lab/latex-lab-toc-kernel-changes.pdf
texmf-dist/doc/latex-dev/latex-lab/latex-lab-toc.pdf
-srcfiles size=166
+srcfiles size=167
texmf-dist/source/latex-dev/latex-lab/documentmetadata-support.dtx
texmf-dist/source/latex-dev/latex-lab/latex-lab-amsmath.dtx
texmf-dist/source/latex-dev/latex-lab/latex-lab-bib.dtx
@@ -169708,7 +169738,7 @@
catalogue-ctan /macros/latex-dev/required/latex-lab
catalogue-license lppl1.3c
catalogue-topics format latex-devel
-catalogue-version 2024-11-01 pre-release 2
+catalogue-version 2024-11-01 pre-release 3
name latex-make
category Package
@@ -241587,7 +241617,7 @@
name platex-tools
category Package
-revision 66185
+revision 72097
shortdesc pLaTeX standard tools bundle
longdesc This bundle is an extended version of the latex-tools bundle
longdesc developed by the LaTeX team, mainly intended to support
@@ -254047,7 +254077,7 @@
name pxchfon
category Package
-revision 68103
+revision 72097
shortdesc Japanese font setup for pLaTeX and upLaTeX
longdesc This package enables users to declare in their document which
longdesc physical fonts should be used for the standard Japanese
@@ -254059,7 +254089,7 @@
longdesc fonts used in the japanese-otf package. System requirements:
longdesc TeX format: LaTeX. TeX engine: pTeX or upTeX. DVIware:
longdesc dvipdfmx. Prerequisite packages: atbegshi.
-docfiles size=109
+docfiles size=115
texmf-dist/doc/platex/pxchfon/LICENSE
texmf-dist/doc/platex/pxchfon/README-ja.md details="Readme" language="ja"
texmf-dist/doc/platex/pxchfon/README.md details="Readme"
@@ -254071,7 +254101,7 @@
texmf-dist/doc/platex/pxchfon/sample-2004jis.tex
texmf-dist/doc/platex/pxchfon/sample-pxchfon.pdf
texmf-dist/doc/platex/pxchfon/sample-pxchfon.tex
-runfiles size=107
+runfiles size=108
texmf-dist/fonts/sfd/pxchfon/PXcjk0.sfd
texmf-dist/fonts/tfm/public/pxchfon/cfjam-r-l0j.tfm
texmf-dist/fonts/tfm/public/pxchfon/cfjam-r-l5j.tfm
@@ -254163,7 +254193,7 @@
catalogue-ctan /macros/jptex/latex/pxchfon
catalogue-license mit
catalogue-topics japanese font-supp
-catalogue-version 2.0
+catalogue-version 2.2
name pxcjkcat
category Package
@@ -272334,7 +272364,7 @@
name simpleicons
category Package
-revision 72048
+revision 72097
shortdesc Simple Icons for LaTeX
longdesc Similar to FontAwesome icons being provided on LaTeX by the
longdesc fontawesome package, this package aims to do the same with
@@ -272397,7 +272427,7 @@
catalogue-ctan /fonts/simpleicons
catalogue-license cc-by-1
catalogue-topics font font-symbol font-supp-symbol font-otf font-type1
-catalogue-version 13.5.0
+catalogue-version 13.6.0
name simpleinvoice
category Package
@@ -272775,26 +272805,21 @@
category Package
revision 72080
shortdesc A comprehensive (SI) units package
-longdesc Typesetting values with units requires care to ensure that the
-longdesc combined mathematical meaning of the value plus unit
-longdesc combination is clear. In particular, the SI units system lays
-longdesc down a consistent set of units with rules on how they are to be
-longdesc used. However, different countries and publishers have
-longdesc differing conventions on the exact appearance of numbers (and
-longdesc units). A number of LaTeX packages have been developed to
-longdesc provide consistent application of the various rules: SIunits,
-longdesc sistyle, unitsdef and units are the leading examples. The
-longdesc numprint package provides a large number of number-related
-longdesc functions, while dcolumn and rccol provide tools for
-longdesc typesetting tabular numbers. The siunitx package takes the best
-longdesc from the existing packages, and adds new features and a
-longdesc consistent interface. A number of new ideas have been
-longdesc incorporated, to fill gaps in the existing provision. The
-longdesc package also provides backward-compatibility with SIunits,
-longdesc sistyle, unitsdef and units. The aim is to have one package to
-longdesc handle all of the possible unit-related needs of LaTeX users.
-longdesc The package relies on LaTeX 3 support from the l3kernel and
-longdesc l3packages bundles.
+longdesc Physical quantities have both numbers and units, and each
+longdesc physical quantity should be expressed as the product of a
+longdesc number and a unit. Typesetting physical quantities requires
+longdesc care to ensure that the combined mathematical meaning of the
+longdesc number-unit combination is clear. In particular, the SI units
+longdesc system lays down a consistent set of units with rules on how
+longdesc these are to be used. However, different countries and
+longdesc publishers have differing conventions on the exact appearance
+longdesc of numbers (and units). The siunitx package provides a set of
+longdesc tools for authors to typeset quantities in a consistent way.
+longdesc The package has an extended set of configuration options which
+longdesc make it possible to follow varying typographic conventions with
+longdesc the same input syntax. The package includes automated
+longdesc processing of numbers and units, and the ability to control
+longdesc tabular alignment of numbers.
docfiles size=352
texmf-dist/doc/latex/siunitx/CHANGELOG.md
texmf-dist/doc/latex/siunitx/README.md details="Readme"
@@ -285704,7 +285729,7 @@
name tcolorbox
category Package
-revision 71883
+revision 72097
shortdesc Coloured boxes, for LaTeX examples and theorems, etc
longdesc This package provides an environment for coloured and framed
longdesc text boxes with a heading line. Optionally, such a box may be
@@ -285791,7 +285816,7 @@
catalogue-contact-bugs https://github.com/T-F-S/tcolorbox/issues
catalogue-ctan /macros/latex/contrib/tcolorbox
catalogue-license lppl1.3
-catalogue-topics boxing colour verbatim listing macro-demo
+catalogue-topics boxing box-breaking colour verbatim listing macro-demo
catalogue-version 6.3.0
name tdclock
@@ -300782,7 +300807,7 @@
name texlive-scripts
category TLCore
-revision 72085
+revision 72096
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.
@@ -355951,7 +355976,7 @@
name zref-clever
category Package
-revision 71315
+revision 72097
shortdesc Clever LaTeX cross-references based on zref
longdesc This package provides a user interface for making LaTeX
longdesc cross-references which automates some of their typical
@@ -355962,7 +355987,7 @@
longdesc ranges when due. The reference format is highly and easily
longdesc customizable, both globally and locally. The package is based
longdesc on zref's extensible referencing system.
-docfiles size=310
+docfiles size=312
texmf-dist/doc/latex/zref-clever/CHANGELOG.md
texmf-dist/doc/latex/zref-clever/DEPENDS.txt
texmf-dist/doc/latex/zref-clever/README.md details="Readme"
@@ -355970,10 +355995,10 @@
texmf-dist/doc/latex/zref-clever/zref-clever-code.tex
texmf-dist/doc/latex/zref-clever/zref-clever-doc.pdf details="User manual"
texmf-dist/doc/latex/zref-clever/zref-clever-doc.tex
-srcfiles size=95
+srcfiles size=96
texmf-dist/source/latex/zref-clever/zref-clever.dtx
texmf-dist/source/latex/zref-clever/zref-clever.ins
-runfiles size=76
+runfiles size=77
texmf-dist/tex/latex/zref-clever/zref-clever-dutch.lang
texmf-dist/tex/latex/zref-clever/zref-clever-english.lang
texmf-dist/tex/latex/zref-clever/zref-clever-french.lang
@@ -355987,7 +356012,7 @@
catalogue-ctan /macros/latex/contrib/zref-clever
catalogue-license lppl1.3c
catalogue-topics label-ref expl3
-catalogue-version 0.4.5
+catalogue-version 0.4.6
name zref-vario
category Package
More information about the tex-live-commits
mailing list.