summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-16 23:40:58 +0000
committerKarl Berry <karl@freefriends.org>2023-06-16 23:40:58 +0000
commit56acdf0dc5fc78c4aaf8364f0e26fab655e9b9bb (patch)
tree4ce7e924a0d9cb5882e76d09b6ff2e6a18cf409f
parent2628efed982749d457be469d72a9bdcbe4d99dbe (diff)
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@67388 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/ls-R47
-rw-r--r--Master/tlpkg/texlive.tlpdb123
2 files changed, 142 insertions, 28 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index 19a92ce36c2..57630c318a8 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -442,6 +442,7 @@ bibexport
bibhtml
biblatex
biblatex-ms
+bibtools
biolett-bst
bookdb
cascadilla
@@ -754,6 +755,9 @@ biblatex.bst
./bibtex/bst/biblatex-ms:
biblatex-ms.bst
+./bibtex/bst/bibtools:
+abstract.bst
+
./bibtex/bst/biolett-bst:
biolett.bst
@@ -15840,6 +15844,7 @@ romanbar
romanbarpagenumber
romanneg
romannum
+rorlink
rotfloat
rotpages
roundbox
@@ -40571,6 +40576,10 @@ romanneg.pdf
README
romannum.pdf
+./doc/latex/rorlink:
+README.md
+rorlink.pdf
+
./doc/latex/rotfloat:
examples.tex
rotfloat.pdf
@@ -193376,6 +193385,7 @@ bibcop
biber
biber-ms
bibexport
+bibtools
gbt7714
gost
urlbst
@@ -193418,6 +193428,34 @@ utf8-macro-map.html
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 @@ robustcommand
romanbar
romanbarpagenumber
romannum
+rorlink
rotfloat
rrgtrees
rsc
@@ -203182,6 +203221,10 @@ romanbarpagenumber.ins
romannum.dtx
romannum.ins
+./source/latex/rorlink:
+rorlink.dtx
+rorlink.ins
+
./source/latex/rotfloat:
rotfloat.dtx
rotfloat.ins
@@ -217610,6 +217653,7 @@ romanbarpagenumber
romande
romanneg
romannum
+rorlink
rosario
rotfloat
rotpages
@@ -238008,6 +238052,9 @@ romanneg.sty
./tex/latex/romannum:
romannum.sty
+./tex/latex/rorlink:
+rorlink.sty
+
./tex/latex/rosario:
LY1Rosario-Dnom.fd
LY1Rosario-Inf.fd
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index 5b91ee67779..d720a53f97c 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/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 @@ runfiles size=13038
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 @@ runfiles size=13038
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 @@ shortdesc x86_64-solaris files of bibtexu
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 @@ depend xdvi
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 biblatex-vancouver
depend biblatex2bibitem
depend biblist
depend bibtexperllibs
+depend bibtools
depend bibtopic
depend bibtopicprefix
depend bibunits
@@ -65150,7 +65205,7 @@ depend url
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 romanbar
depend romanbarpagenumber
depend romanneg
depend romannum
+depend rorlink
depend rotfloat
depend rotpages
depend roundbox
@@ -152420,18 +152476,17 @@ revision 67373
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 @@ catalogue-version 0.1.3
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 up contextual running headers for printed notes. The default is
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-contact-repository https://github.com/gusbrs/postnotes
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-license lppl
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,19 +259289,19 @@ catalogue-version 1.6a
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
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-contact-repository https://github.com/ineshbose/simple-icons-latex
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 @@ binfiles arch=x86_64-solaris size=1
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 @@ docfiles size=376
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 @@ catalogue-version 2.1
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 theses for undergraduate and graduate programs at UnB. The
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 @@ runfiles size=5
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