texlive[67388] Master: autoupdate
commits+karl at tug.org
commits+karl at tug.org
Sat Jun 17 01:40:58 CEST 2023
Revision: 67388
http://tug.org/svn/texlive?view=revision&revision=67388
Author: karl
Date: 2023-06-17 01:40:58 +0200 (Sat, 17 Jun 2023)
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 2023-06-16 21:47:18 UTC (rev 67387)
+++ trunk/Master/texmf-dist/ls-R 2023-06-16 23:40:58 UTC (rev 67388)
@@ -442,6 +442,7 @@
bibhtml
biblatex
biblatex-ms
+bibtools
biolett-bst
bookdb
cascadilla
@@ -754,6 +755,9 @@
./bibtex/bst/biblatex-ms:
biblatex-ms.bst
+./bibtex/bst/bibtools:
+abstract.bst
+
./bibtex/bst/biolett-bst:
biolett.bst
@@ -15840,6 +15844,7 @@
romanbarpagenumber
romanneg
romannum
+rorlink
rotfloat
rotpages
roundbox
@@ -40571,6 +40576,10 @@
README
romannum.pdf
+./doc/latex/rorlink:
+README.md
+rorlink.pdf
+
./doc/latex/rotfloat:
examples.tex
rotfloat.pdf
@@ -193376,6 +193385,7 @@
biber
biber-ms
bibexport
+bibtools
gbt7714
gost
urlbst
@@ -193418,6 +193428,34 @@
bibexport.dtx
bibexport.ins
+./source/bibtex/bibtools:
+README
+aux2bib
+bib.html
+bib2html
+bibify
+bibkey
+bibkey.awk
+bibkey.sed
+bibtex-extras.el
+citekeys
+citekeys.bst
+cleantex
+demo.bib
+demo.html
+html-alpha.bst
+html-cv.bst
+html-long.bst
+html-longp.bst
+html-short.bst
+looktex
+looktex.awk
+makebib
+printbib
+subset-dfk.bst
+subset-nocomment.bst
+subset.bst
+
./source/bibtex/gbt7714:
gbt7714.dtx
gbt7714.ins
@@ -196567,6 +196605,7 @@
romanbar
romanbarpagenumber
romannum
+rorlink
rotfloat
rrgtrees
rsc
@@ -203182,6 +203221,10 @@
romannum.dtx
romannum.ins
+./source/latex/rorlink:
+rorlink.dtx
+rorlink.ins
+
./source/latex/rotfloat:
rotfloat.dtx
rotfloat.ins
@@ -217610,6 +217653,7 @@
romande
romanneg
romannum
+rorlink
rosario
rotfloat
rotpages
@@ -238008,6 +238052,9 @@
./tex/latex/romannum:
romannum.sty
+./tex/latex/rorlink:
+rorlink.sty
+
./tex/latex/rosario:
LY1Rosario-Dnom.fd
LY1Rosario-Inf.fd
Modified: trunk/Master/tlpkg/texlive.tlpdb
===================================================================
--- trunk/Master/tlpkg/texlive.tlpdb 2023-06-16 21:47:18 UTC (rev 67387)
+++ trunk/Master/tlpkg/texlive.tlpdb 2023-06-16 23:40:58 UTC (rev 67388)
@@ -26,11 +26,11 @@
depend frozen/0
depend minrelease/2016
depend release/2023
-depend revision/67377
+depend revision/67387
name 00texlive.image
category TLCore
-revision 67376
+revision 67386
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
@@ -824,6 +824,7 @@
tlpkg/tlpsrc/bibtex8.tlpsrc
tlpkg/tlpsrc/bibtexperllibs.tlpsrc
tlpkg/tlpsrc/bibtexu.tlpsrc
+ tlpkg/tlpsrc/bibtools.tlpsrc
tlpkg/tlpsrc/bibtopic.tlpsrc
tlpkg/tlpsrc/bibtopicprefix.tlpsrc
tlpkg/tlpsrc/bibunits.tlpsrc
@@ -3712,6 +3713,7 @@
tlpkg/tlpsrc/romande.tlpsrc
tlpkg/tlpsrc/romanneg.tlpsrc
tlpkg/tlpsrc/romannum.tlpsrc
+ tlpkg/tlpsrc/rorlink.tlpsrc
tlpkg/tlpsrc/rosario.tlpsrc
tlpkg/tlpsrc/rotfloat.tlpsrc
tlpkg/tlpsrc/rotpages.tlpsrc
@@ -38336,6 +38338,58 @@
binfiles arch=x86_64-solaris size=5869
bin/x86_64-solaris/bibtexu
+name bibtools
+category Package
+revision 67386
+shortdesc Bib management tools
+longdesc A set of bibliography tools. Includes: aux2bib, a perl script
+longdesc which will take an .aux file and make a portable .bib file to
+longdesc go with it; bibify, a shell script that will optimise away one
+longdesc pass of the LaTeX/BibTeX cycle, in some cases bibkey, a shell
+longdesc script that finds entries whose "keyword" field matches the
+longdesc given keys (uses sed and awk); cleantex, a shell script to tidy
+longdesc up after a LaTeX run; looktex, a shell script to list entries
+longdesc that match a given regexp; makebib, a shell script to make an
+longdesc exportable .bib file from an existing (set of) .bib file(s) and
+longdesc an optional set of citations (uses sed) printbib, a shell
+longdesc script to make a dvi file from a .bib file, sorted by cite key,
+longdesc and including fields like "keyword", "abstract", and "comment".
+longdesc bib2html, a perl script that makes a browsable HTML version of
+longdesc a bibliography (several .bst files are supplied); and citekeys,
+longdesc a shell script that lists the citation keys of a .bib file.
+srcfiles size=58
+ texmf-dist/source/bibtex/bibtools/README
+ texmf-dist/source/bibtex/bibtools/aux2bib
+ texmf-dist/source/bibtex/bibtools/bib.html
+ texmf-dist/source/bibtex/bibtools/bib2html
+ texmf-dist/source/bibtex/bibtools/bibify
+ texmf-dist/source/bibtex/bibtools/bibkey
+ texmf-dist/source/bibtex/bibtools/bibkey.awk
+ texmf-dist/source/bibtex/bibtools/bibkey.sed
+ texmf-dist/source/bibtex/bibtools/bibtex-extras.el
+ texmf-dist/source/bibtex/bibtools/citekeys
+ texmf-dist/source/bibtex/bibtools/citekeys.bst
+ texmf-dist/source/bibtex/bibtools/cleantex
+ texmf-dist/source/bibtex/bibtools/demo.bib
+ texmf-dist/source/bibtex/bibtools/demo.html
+ texmf-dist/source/bibtex/bibtools/html-alpha.bst
+ texmf-dist/source/bibtex/bibtools/html-cv.bst
+ texmf-dist/source/bibtex/bibtools/html-long.bst
+ texmf-dist/source/bibtex/bibtools/html-longp.bst
+ texmf-dist/source/bibtex/bibtools/html-short.bst
+ texmf-dist/source/bibtex/bibtools/looktex
+ texmf-dist/source/bibtex/bibtools/looktex.awk
+ texmf-dist/source/bibtex/bibtools/makebib
+ texmf-dist/source/bibtex/bibtools/printbib
+ texmf-dist/source/bibtex/bibtools/subset-dfk.bst
+ texmf-dist/source/bibtex/bibtools/subset-nocomment.bst
+ texmf-dist/source/bibtex/bibtools/subset.bst
+runfiles size=6
+ texmf-dist/bibtex/bst/bibtools/abstract.bst
+catalogue-ctan /biblio/bibtex/utils/bibtools
+catalogue-license lppl
+catalogue-topics collection bibtex-supp bibtex-util
+
name bibtopic
category Package
revision 15878
@@ -63462,7 +63516,7 @@
name collection-bibtexextra
category Collection
-revision 65257
+revision 67386
shortdesc BibTeX additional styles
longdesc Additional BibTeX styles and bibliography data(bases), notably
longdesc including BibLaTeX.
@@ -63552,6 +63606,7 @@
depend biblatex2bibitem
depend biblist
depend bibtexperllibs
+depend bibtools
depend bibtopic
depend bibtopicprefix
depend bibunits
@@ -65150,7 +65205,7 @@
name collection-latexextra
category Collection
-revision 67376
+revision 67384
shortdesc LaTeX additional packages
longdesc A very large collection of add-on packages for LaTeX.
depend 2up
@@ -66296,6 +66351,7 @@
depend romanbarpagenumber
depend romanneg
depend romannum
+depend rorlink
depend rotfloat
depend rotpages
depend roundbox
@@ -152420,18 +152476,17 @@
shortdesc HINT collection of typeset C/WEB sources in TeX Live
longdesc The knuth-hint package contains the large collection of HINT
longdesc documents for many of the CWEB amd WEB sources of programs in
-longdesc the TeX Live distribution (and, for technical reasons, PDF
-longdesc documents for CTWILL and XeTeX). Each program is presented in
-longdesc its original form as written by the respective authors, and in
-longdesc the "changed" form as used in TeX Live. Care has been taken to
-longdesc keep the section numbering intact, so that you can study the
-longdesc codes and the changes in parallel. Also included are the
-longdesc "errata" for Donald Knuth's "Computers & Typesetting". HINT is
-longdesc the dynamic document format created by Martin Ruckert's HiTeX
-longdesc engine that was added to TeX Live 2022. The HINT files can be
-longdesc viewed on Linux, Windows, and Android with the hintview
-longdesc application. The knuth-hint package is a showcase of HiTeX's
-longdesc capabilities.
+longdesc the TeX Live distribution (and, for technical reasons, a PDF
+longdesc document for XeTeX). Each program is presented in its original
+longdesc form as written by the respective authors, and in the "changed"
+longdesc form as used in TeX Live. Care has been taken to keep the
+longdesc section numbering intact, so that you can study the codes and
+longdesc the changes in parallel. Also included are the "errata" for
+longdesc Donald Knuth's "Computers & Typesetting". HINT is the dynamic
+longdesc document format created by Martin Ruckert's HiTeX engine that
+longdesc was added to TeX Live 2022. The HINT files can be viewed on
+longdesc Linux, Windows, and Android with the hintview application. The
+longdesc knuth-hint package is a showcase of HiTeX's capabilities.
docfiles size=13381
texmf-dist/doc/generic/knuth-hint/README.md details="Readme"
texmf-dist/doc/generic/knuth-hint/bibtex/bibtex-changes.hnt
@@ -233941,7 +233996,7 @@
name postnotes
category Package
-revision 67345
+revision 67383
shortdesc Endnotes for LaTeX
longdesc This is an endnotes package for LaTeX. Its user interface
longdesc provides means to print multiple sections of notes along the
@@ -233953,7 +234008,7 @@
longdesc a simple but useful one, in the form "Notes to pages N-M", but
longdesc more elaborate ones can be built. When hyperref is loaded,
longdesc postnotes provides hyperlinked notes, including back links.
-docfiles size=265
+docfiles size=266
texmf-dist/doc/latex/postnotes/CHANGELOG.md
texmf-dist/doc/latex/postnotes/DEPENDS.txt
texmf-dist/doc/latex/postnotes/README.md details="Readme"
@@ -233970,7 +234025,7 @@
catalogue-ctan /macros/latex/contrib/postnotes
catalogue-license lppl1.3c
catalogue-topics endnote expl3
-catalogue-version 0.2.4
+catalogue-version 0.2.5
name powerdot
category Package
@@ -252149,6 +252204,18 @@
catalogue-topics numbers
catalogue-version 1.0b
+name rorlink
+category Package
+revision 67384
+docfiles size=59
+ texmf-dist/doc/latex/rorlink/README.md
+ texmf-dist/doc/latex/rorlink/rorlink.pdf
+srcfiles size=4
+ texmf-dist/source/latex/rorlink/rorlink.dtx
+ texmf-dist/source/latex/rorlink/rorlink.ins
+runfiles size=2
+ texmf-dist/tex/latex/rorlink/rorlink.sty
+
name rosario
category Package
revision 51688
@@ -259222,7 +259289,7 @@
name simpleicons
category Package
-revision 67266
+revision 67382
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
@@ -259229,12 +259296,12 @@
longdesc Simple Icons. For reference, visit their website:
longdesc https://simpleicons.org/.
execute addMap simpleicons.map
-docfiles size=529
+docfiles size=531
texmf-dist/doc/fonts/simpleicons/README.md details="Readme"
texmf-dist/doc/fonts/simpleicons/bindings.tex
texmf-dist/doc/fonts/simpleicons/simpleicons.pdf details="Package documentation"
texmf-dist/doc/fonts/simpleicons/simpleicons.tex
-runfiles size=1047
+runfiles size=1051
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsEight.enc
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsFive.enc
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsFour.enc
@@ -259276,7 +259343,7 @@
catalogue-ctan /fonts/simpleicons
catalogue-license cc-by-1
catalogue-topics font font-symbol font-supp-symbol font-otf font-type1
-catalogue-version 9.0.0
+catalogue-version 9.1.0
name simpleinvoice
category Package
@@ -274917,7 +274984,7 @@
name tex4ht
category Package
-revision 67349
+revision 67387
shortdesc Convert (La)TeX to HTML/XML
longdesc A converter from TeX and LaTeX to SGML-based formats such as
longdesc (X)HTML, MathML, OpenDocument, and Docbook, providing a
@@ -286071,7 +286138,7 @@
name texlive-scripts
category TLCore
-revision 67371
+revision 67379
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.
@@ -308301,7 +308368,7 @@
name unbtex
category Package
-revision 64634
+revision 67385
shortdesc A class for theses at University of Brasilia (UnB)
longdesc This package provides a class based on abnTeX and compatible
longdesc with pdflatex and biber to prepare bachelor, master, and
@@ -308311,7 +308378,7 @@
longdesc documentation for the class and the comments in the templates
longdesc are all written in Portuguese, the language of the target
longdesc audience.
-docfiles size=400
+docfiles size=401
texmf-dist/doc/latex/unbtex/README.md details="Readme"
texmf-dist/doc/latex/unbtex/unbtex-example.pdf details="Example of use" language="pt-br"
texmf-dist/doc/latex/unbtex/unbtex-example.tex
@@ -308338,7 +308405,7 @@
catalogue-ctan /macros/latex/contrib/unbtex
catalogue-license lppl1.3
catalogue-topics class doc-templ dissertation portuguese-br
-catalogue-version 1.2
+catalogue-version 1.2.1
name undergradmath
category Package
More information about the tex-live-commits
mailing list.