texlive[60895] Master: autoupdate
commits+karl at tug.org
commits+karl at tug.org
Sat Oct 30 01:42:38 CEST 2021
Revision: 60895
http://tug.org/svn/texlive?view=revision&revision=60895
Author: karl
Date: 2021-10-30 01:42:38 +0200 (Sat, 30 Oct 2021)
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 2021-10-29 21:33:13 UTC (rev 60894)
+++ trunk/Master/texmf-dist/ls-R 2021-10-29 23:42:38 UTC (rev 60895)
@@ -13668,6 +13668,7 @@
ccicons
cclicenses
ccool
+ccref
cd
cd-cover
cdcmd
@@ -19033,8 +19034,16 @@
LICENSE.txt
README.md
biblatex2bibitem-examples.bib
+biblatex2bibitem-hyperref-result.pdf
+biblatex2bibitem-hyperref-result.tex
+biblatex2bibitem-hyperref.pdf
+biblatex2bibitem-hyperref.tex
+biblatex2bibitem-mwe-result.pdf
+biblatex2bibitem-mwe-result.tex
biblatex2bibitem-mwe.pdf
biblatex2bibitem-mwe.tex
+biblatex2bibitem-new-result.pdf
+biblatex2bibitem-new.pdf
./doc/latex/bibleref:
CHANGES
@@ -20300,6 +20309,12 @@
ccool.bib
ccool.pdf
+./doc/latex/ccref:
+LICENSE
+README.md
+ccref-doc.pdf
+ccref-doc.tex
+
./doc/latex/cd:
CD.tex
CDlist.tex
@@ -204275,6 +204290,7 @@
ccicons
cclicenses
ccool
+ccref
cd
cd-cover
cdcmd
@@ -210612,6 +210628,9 @@
./tex/latex/ccool:
ccool.sty
+./tex/latex/ccref:
+ccref.sty
+
./tex/latex/cd:
cd.cls
Modified: trunk/Master/tlpkg/texlive.tlpdb
===================================================================
--- trunk/Master/tlpkg/texlive.tlpdb 2021-10-29 21:33:13 UTC (rev 60894)
+++ trunk/Master/tlpkg/texlive.tlpdb 2021-10-29 23:42:38 UTC (rev 60895)
@@ -26,11 +26,11 @@
depend frozen/0
depend minrelease/2016
depend release/2021
-depend revision/60883
+depend revision/60894
name 00texlive.image
category TLCore
-revision 60859
+revision 60891
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
@@ -952,6 +952,7 @@
tlpkg/tlpsrc/ccicons.tlpsrc
tlpkg/tlpsrc/cclicenses.tlpsrc
tlpkg/tlpsrc/ccool.tlpsrc
+ tlpkg/tlpsrc/ccref.tlpsrc
tlpkg/tlpsrc/cd-cover.tlpsrc
tlpkg/tlpsrc/cd.tlpsrc
tlpkg/tlpsrc/cdcmd.tlpsrc
@@ -4477,7 +4478,7 @@
name 00texlive.installer
category TLCore
-revision 60876
+revision 60885
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
@@ -36049,16 +36050,29 @@
name biblatex2bibitem
category Package
-revision 54030
+revision 60890
shortdesc Convert BibLaTeX-generated bibliography to bibitems
-longdesc This is a workaround to convert BibLaTeX-generated bibliography
-longdesc to bibitems.
-docfiles size=38
+longdesc Some journals accept the reference list only as \bibitems. If
+longdesc you use BibTeX, there is no problem: just paste the content of
+longdesc the .bbl file into your document. However, there was no
+longdesc out-of-the-box way to do the same for biblatex, and you had to
+longdesc struggle with searching appropriate .bst files, or formatting
+longdesc your reference list by hand, or something like that. Using the
+longdesc workaround provided by this package solves the problem.
+docfiles size=203
texmf-dist/doc/latex/biblatex2bibitem/LICENSE.txt
texmf-dist/doc/latex/biblatex2bibitem/README.md details="Readme"
texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-examples.bib
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-hyperref-result.pdf
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-hyperref-result.tex
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-hyperref.pdf
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-hyperref.tex
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-mwe-result.pdf
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-mwe-result.tex
texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-mwe.pdf details="Minimal working example"
texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-mwe.tex
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-new-result.pdf
+ texmf-dist/doc/latex/biblatex2bibitem/biblatex2bibitem-new.pdf
runfiles size=1
texmf-dist/tex/latex/biblatex2bibitem/biblatex2bibitem.sty
catalogue-contact-bugs https://gitlab.com/Nickkolok/biblatex2bibitem/issues
@@ -36066,7 +36080,7 @@
catalogue-ctan /macros/latex/contrib/biblatex2bibitem
catalogue-license lppl1.3c
catalogue-topics bibtex-supp
-catalogue-version 0.2.0
+catalogue-version 0.2.1
name bibleref
category Package
@@ -46899,6 +46913,29 @@
catalogue-topics macro-def expl3
catalogue-version 3.2
+name ccref
+category Package
+revision 60891
+shortdesc Cross referencing with proper definite articles
+longdesc By default, when using cleveref's \cref to reference
+longdesc theorem-like environments, the names do not contain definite
+longdesc articles. In languages such as French, Italian, Portuguese,
+longdesc Spanish, etc. this results in incorrect grammar. For this
+longdesc purpose, the current package offers \ccref, which handles the
+longdesc definite articles properly (especially for the article
+longdesc contractions in many European languages).
+docfiles size=32
+ texmf-dist/doc/latex/ccref/LICENSE
+ texmf-dist/doc/latex/ccref/README.md details="Readme"
+ texmf-dist/doc/latex/ccref/ccref-doc.pdf details="Package documentation"
+ texmf-dist/doc/latex/ccref/ccref-doc.tex
+runfiles size=1
+ texmf-dist/tex/latex/ccref/ccref.sty
+catalogue-contact-repository https://github.com/Jinwen-XU/ccref
+catalogue-ctan /macros/latex/contrib/ccref
+catalogue-license lppl1.3c
+catalogue-topics label-ref
+
name cd
category Package
revision 34452
@@ -54112,6 +54149,7 @@
texmf-dist/source/latex/cleveref/cleveref.ins
runfiles size=81
texmf-dist/tex/latex/cleveref/cleveref.sty
+catalogue-also ccref
catalogue-contact-home http://www.dr-qubit.org/cleveref.html
catalogue-ctan /macros/latex/contrib/cleveref
catalogue-license lppl1.2
@@ -62355,7 +62393,7 @@
name collection-latexextra
category Collection
-revision 60841
+revision 60891
shortdesc LaTeX additional packages
longdesc A very large collection of add-on packages for LaTeX.
depend 2up
@@ -62508,6 +62546,7 @@
depend cbcoptic
depend ccaption
depend cclicenses
+depend ccref
depend cd
depend cd-cover
depend cdcmd
@@ -87802,7 +87841,7 @@
name dsserif
category Package
-revision 60859
+revision 60888
shortdesc A double-struck serifed font for mathematical use
longdesc DSSerif is a mathematical font package with double struck
longdesc serifed digits, upper and lower case letters, in regular and
@@ -87810,7 +87849,7 @@
longdesc fonts, which are sans serif, but starting from a Courier-like
longdesc base.
execute addMap DSSerif.map
-docfiles size=81
+docfiles size=83
texmf-dist/doc/fonts/dsserif/DSSerif-drv.tex
texmf-dist/doc/fonts/dsserif/OFL-FAQ.txt
texmf-dist/doc/fonts/dsserif/OFL.txt
@@ -87841,7 +87880,7 @@
catalogue-ctan /fonts/dsserif
catalogue-license ofl lppl lppl1.3
catalogue-topics font font-serif font-maths font-bbd font-type1
-catalogue-version 1.02
+catalogue-version 1.03
name dtk
category Package
@@ -89992,7 +90031,7 @@
name dvipdfmx.win32
category TLCore
-revision 60855
+revision 60887
shortdesc win32 files of dvipdfmx
binfiles arch=win32 size=239
bin/win32/dvipdfm.exe
@@ -91104,7 +91143,7 @@
name easybook
category Package
-revision 60882
+revision 60892
shortdesc Typeset Chinese theses or books
longdesc Easybook is a minimalist style template based on the ctexbook
longdesc book document class.
@@ -91124,7 +91163,7 @@
catalogue-ctan /macros/latex/contrib/easybook
catalogue-license lppl1.3c
catalogue-topics book-pub class chinese expl3
-catalogue-version 1.40F
+catalogue-version 1.40H
name easyfig
category Package
@@ -227130,7 +227169,7 @@
name pst-func
category Package
-revision 58786
+revision 60889
shortdesc PSTricks package for plotting mathematical functions
longdesc The package is built for use with PSTricks. It provides macros
longdesc for plotting and manipulating various mathematical functions:
@@ -227151,7 +227190,7 @@
longdesc Vasicek function for describing the evolution of interest
longdesc rates; and implicit functions. The plots may be generated as
longdesc volumes of rotation about the X-axis, as well.
-docfiles size=1027
+docfiles size=1033
texmf-dist/doc/generic/pst-func/Changes
texmf-dist/doc/generic/pst-func/README.md details="Package README"
texmf-dist/doc/generic/pst-func/pst-func-doc.bib
@@ -227168,7 +227207,7 @@
catalogue-ctan /graphics/pstricks/contrib/pst-func
catalogue-license lppl
catalogue-topics maths graphics-plotfn graphics-use pstricks
-catalogue-version 0.96
+catalogue-version 0.97
name pst-gantt
category Package
@@ -250361,7 +250400,7 @@
name spbmark
category Package
-revision 60780
+revision 60893
shortdesc Customize superscripts and subscripts
longdesc This package provides three commands \super, \sub and \supersub
longdesc to improve the layout of superscripts and subscripts which can
@@ -250377,7 +250416,7 @@
catalogue-ctan /macros/latex/contrib/spbmark
catalogue-license cc-by-4
catalogue-topics subsup-pos expl3
-catalogue-version 1.1D
+catalogue-version 1.1F
name spectral
category Package
@@ -270470,7 +270509,7 @@
name texlive-scripts
category TLCore
-revision 60876
+revision 60885
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.
@@ -291138,7 +291177,7 @@
name unicodefonttable
category Package
-revision 60826
+revision 60894
shortdesc A Unicode font table generator
longdesc This package produces font tables for unicode fonts as well as
longdesc for 8bit fonts. The table layout can be adjusted in various
@@ -291148,7 +291187,7 @@
longdesc a few questions and then generates the table --- somewhat
longdesc similar to `nfssfont.tex` for 8-bit fonts. The official package
longdesc source can be found at: The license is LPPL.
-docfiles size=598
+docfiles size=667
texmf-dist/doc/latex/unicodefonttable/README.md details="Readme"
texmf-dist/doc/latex/unicodefonttable/TODO.md
texmf-dist/doc/latex/unicodefonttable/changes.txt
@@ -291159,7 +291198,7 @@
texmf-dist/doc/latex/unicodefonttable/unicodefonttable-doc.tex
texmf-dist/doc/latex/unicodefonttable/unicodefonttable-samples.pdf
texmf-dist/doc/latex/unicodefonttable/unicodefonttable-samples.tex
-srcfiles size=21
+srcfiles size=22
texmf-dist/source/latex/unicodefonttable/unicodefonttable.dtx
texmf-dist/source/latex/unicodefonttable/unicodefonttable.ins
runfiles size=9
@@ -291166,11 +291205,11 @@
texmf-dist/tex/latex/unicodefonttable/unicodefont.tex
texmf-dist/tex/latex/unicodefonttable/unicodefonttable.sty
catalogue-contact-bugs https://github.com/FrankMittelbach/fmitex-unicodefonttable/issues
-catalogue-contact-repository https://github.com/FrankMittelbach/fmitex-unicodefonttable
+catalogue-contact-repository https://github.com/frankmittelbach/fmitex-unicodefonttable
catalogue-ctan /macros/latex/contrib/unicodefonttable
catalogue-license lppl
catalogue-topics unicode font
-catalogue-version 1.0e
+catalogue-version 1.0f
name unifith
category Package
More information about the tex-live-commits
mailing list.