texlive[60906] Master: autoupdate
commits+karl at tug.org
commits+karl at tug.org
Sun Oct 31 01:42:43 CEST 2021
Revision: 60906
http://tug.org/svn/texlive?view=revision&revision=60906
Author: karl
Date: 2021-10-31 01:42:42 +0200 (Sun, 31 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-30 19:41:07 UTC (rev 60905)
+++ trunk/Master/texmf-dist/ls-R 2021-10-30 23:42:42 UTC (rev 60906)
@@ -13575,6 +13575,7 @@
bmstu-iu8
bnumexpr
bodegraph
+bodeplot
bohr
boites
bold-extra
@@ -19491,6 +19492,10 @@
95.gnuplot
95.table
+./doc/latex/bodeplot:
+README.md
+bodeplot.pdf
+
./doc/latex/bohr:
README
bohr_en.pdf
@@ -22693,7 +22698,7 @@
readme.mkb
./doc/latex/cutwin:
-README
+README.md
cutwin.pdf
./doc/latex/cv:
@@ -184645,6 +184650,7 @@
blowup
blox
bnumexpr
+bodeplot
boites
bondgraphs
bookcover
@@ -186692,6 +186698,10 @@
./source/latex/bnumexpr:
bnumexpr.dtx
+./source/latex/bodeplot:
+bodeplot.dtx
+bodeplot.ins
+
./source/latex/boites:
boites.dtx
@@ -204188,6 +204198,7 @@
bmstu-iu8
bnumexpr
bodegraph
+bodeplot
bohr
boisik
boites
@@ -210082,6 +210093,9 @@
./tex/latex/bodegraph:
bodegraph.sty
+./tex/latex/bodeplot:
+bodeplot.sty
+
./tex/latex/bohr:
bohr.sty
Modified: trunk/Master/tlpkg/texlive.tlpdb
===================================================================
--- trunk/Master/tlpkg/texlive.tlpdb 2021-10-30 19:41:07 UTC (rev 60905)
+++ trunk/Master/tlpkg/texlive.tlpdb 2021-10-30 23:42:42 UTC (rev 60906)
@@ -26,11 +26,11 @@
depend frozen/0
depend minrelease/2016
depend release/2021
-depend revision/60894
+depend revision/60905
name 00texlive.image
category TLCore
-revision 60891
+revision 60899
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
@@ -834,6 +834,7 @@
tlpkg/tlpsrc/bmstu-iu8.tlpsrc
tlpkg/tlpsrc/bnumexpr.tlpsrc
tlpkg/tlpsrc/bodegraph.tlpsrc
+ tlpkg/tlpsrc/bodeplot.tlpsrc
tlpkg/tlpsrc/bohr.tlpsrc
tlpkg/tlpsrc/boisik.tlpsrc
tlpkg/tlpsrc/boites.tlpsrc
@@ -4478,7 +4479,7 @@
name 00texlive.installer
category TLCore
-revision 60885
+revision 60896
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
@@ -30282,17 +30283,17 @@
name bboldx
category Package
-revision 60837
+revision 60897
shortdesc Extension of the bbold package with a Blackboard Bold alphabet
longdesc Extension of bbold to a package with three weights, of which
longdesc the original is considered as light and the additions as
longdesc regular and bold.
execute addMap bboldx.map
-docfiles size=32
+docfiles size=40
texmf-dist/doc/fonts/bboldx/Bboldx-doc.pdf details="Package documentation"
texmf-dist/doc/fonts/bboldx/Bboldx-doc.tex
texmf-dist/doc/fonts/bboldx/README details="Readme"
-runfiles size=32
+runfiles size=33
texmf-dist/fonts/afm/public/bboldx/BBOLDX-Bold.afm
texmf-dist/fonts/afm/public/bboldx/BBOLDX-Regular.afm
texmf-dist/fonts/afm/public/bboldx/BBOLDX-Thin.afm
@@ -30309,7 +30310,7 @@
catalogue-ctan /fonts/bboldx
catalogue-license other-free
catalogue-topics font font-maths font-bbd font-type1 font-supp
-catalogue-version 1.02
+catalogue-version 1.03
name bchart
category Package
@@ -38145,11 +38146,43 @@
texmf-dist/doc/latex/bodegraph/gnuplot/bodegraph/95.table
runfiles size=18
texmf-dist/tex/latex/bodegraph/bodegraph.sty
+catalogue-also bodeplot
catalogue-ctan /graphics/pgf/contrib/bodegraph
catalogue-license lppl
catalogue-topics engineering graphics-plot pgf-tikz
catalogue-version 1.4
+name bodeplot
+category Package
+revision 60899
+shortdesc Draw Bode, Nyquist and Nichols plots with gnuplot or pgfplots
+longdesc This is a LaTeX package to plot Bode, Nichols, and Nyquist
+longdesc diagrams. It provides added functionality over the similar
+longdesc `bodegraph` package: New \BodeZPK and `\BodeTF commands to
+longdesc generate Bode plots of any transfer function given either
+longdesc poles, zeros, gain, and delay, or numerator and denominator
+longdesc coefficients and delay Support for unstable poles and zeros.
+longdesc Support for complex poles and zeros. Support for general stable
+longdesc and unstable second order transfer functions. Support for both
+longdesc Gnuplot (default) and pgfplots (package option pgf). Support
+longdesc for linear and asymptotic approximation of magnitude and phase
+longdesc plots of any transfer function given poles, zeros, and gain.
+docfiles size=100
+ texmf-dist/doc/latex/bodeplot/README.md details="Readme"
+ texmf-dist/doc/latex/bodeplot/bodeplot.pdf details="Package documentation"
+srcfiles size=18
+ texmf-dist/source/latex/bodeplot/bodeplot.dtx
+ texmf-dist/source/latex/bodeplot/bodeplot.ins
+runfiles size=6
+ texmf-dist/tex/latex/bodeplot/bodeplot.sty
+catalogue-also bodegraph
+catalogue-contact-bugs https://github.com/rlkamalapurkar/bodeplot/issues
+catalogue-contact-repository https://github.com/rlkamalapurkar/bodeplot
+catalogue-ctan /graphics/pgf/contrib/bodeplot
+catalogue-license lppl1.3c
+catalogue-topics engineering graphics-plot pgf-tikz
+catalogue-version 1.0
+
name bohr
category Package
revision 54512
@@ -46915,7 +46948,7 @@
name ccref
category Package
-revision 60891
+revision 60900
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
@@ -46924,12 +46957,12 @@
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
+docfiles size=33
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
+runfiles size=2
texmf-dist/tex/latex/ccref/ccref.sty
catalogue-contact-repository https://github.com/Jinwen-XU/ccref
catalogue-ctan /macros/latex/contrib/ccref
@@ -63960,7 +63993,7 @@
name collection-mathscience
category Collection
-revision 60768
+revision 60899
shortdesc Mathematics, natural sciences, computer science packages
depend 12many
depend accents
@@ -63982,6 +64015,7 @@
depend binomexp
depend biocon
depend bitpattern
+depend bodeplot
depend bohr
depend boldtensors
depend bosisio
@@ -78668,14 +78702,14 @@
name cutwin
category Package
-revision 29803
+revision 60901
shortdesc Cut a window in a paragraph, typeset material in it
longdesc The package provides facilities to cut windows out of
longdesc paragraphs, and to typeset text or other material in the
longdesc window. The window may be rectangular, or may have other sorts
longdesc of shape.
-docfiles size=81
- texmf-dist/doc/latex/cutwin/README details="Readme"
+docfiles size=85
+ texmf-dist/doc/latex/cutwin/README.md details="Readme"
texmf-dist/doc/latex/cutwin/cutwin.pdf details="Package documentation"
srcfiles size=10
texmf-dist/source/latex/cutwin/cutwin.dtx
@@ -78682,10 +78716,12 @@
texmf-dist/source/latex/cutwin/cutwin.ins
runfiles size=3
texmf-dist/tex/latex/cutwin/cutwin.sty
+catalogue-contact-bugs https://github.com/LaTeX-Package-Repositories/cutwin/issues
+catalogue-contact-repository https://github.com/LaTeX-Package-Repositories/cutwin
catalogue-ctan /macros/latex/contrib/cutwin
catalogue-license lppl1.3
catalogue-topics text-flow
-catalogue-version 0.1
+catalogue-version 0.2
name cv
category Package
@@ -87841,7 +87877,7 @@
name dsserif
category Package
-revision 60888
+revision 60898
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
@@ -87878,9 +87914,9 @@
texmf-dist/tex/latex/dsserif/dsserif.sty
texmf-dist/tex/latex/dsserif/udsserif.fd
catalogue-ctan /fonts/dsserif
-catalogue-license ofl lppl lppl1.3
+catalogue-license ofl lppl1.3
catalogue-topics font font-serif font-maths font-bbd font-type1
-catalogue-version 1.03
+catalogue-version 1.031
name dtk
category Package
@@ -91143,7 +91179,7 @@
name easybook
category Package
-revision 60892
+revision 60902
shortdesc Typeset Chinese theses or books
longdesc Easybook is a minimalist style template based on the ctexbook
longdesc book document class.
@@ -91163,7 +91199,7 @@
catalogue-ctan /macros/latex/contrib/easybook
catalogue-license lppl1.3c
catalogue-topics book-pub class chinese expl3
-catalogue-version 1.40H
+catalogue-version 1.40I
name easyfig
category Package
@@ -154189,13 +154225,13 @@
name latexindent
category Package
-revision 60522
+revision 60905
shortdesc Indent a LaTeX document, highlighting the programming structure
longdesc The Perl script (also available as a windows executable)
longdesc processes a LaTeX file, indenting parts so as to highlight the
longdesc structure for the reader.
depend latexindent.ARCH
-docfiles size=371
+docfiles size=376
texmf-dist/doc/support/latexindent/README details="Readme"
texmf-dist/doc/support/latexindent/appendices.tex
texmf-dist/doc/support/latexindent/cmhlistings.tex
@@ -154233,7 +154269,7 @@
texmf-dist/doc/support/latexindent/subsubsec-no-add-remaining-code-blocks.tex
texmf-dist/doc/support/latexindent/subsubsec-special.tex
texmf-dist/doc/support/latexindent/title.tex
-runfiles size=139
+runfiles size=140
texmf-dist/scripts/latexindent/LatexIndent/AlignmentAtAmpersand.pm
texmf-dist/scripts/latexindent/LatexIndent/Arguments.pm
texmf-dist/scripts/latexindent/LatexIndent/BackUpFileProcedure.pm
@@ -154281,7 +154317,7 @@
catalogue-ctan /support/latexindent
catalogue-license gpl3
catalogue-topics code-layout
-catalogue-version 3.12
+catalogue-version 3.13
name latexindent.aarch64-linux
category Package
@@ -174817,7 +174853,7 @@
name mathalpha
category Package
-revision 52305
+revision 60903
shortdesc General package for loading maths alphabets in LaTeX
longdesc Package mathalfa was renamed to mathalpha. For backward
longdesc compatibility the old name will continue to be recognized in
@@ -174825,18 +174861,18 @@
longdesc alphabets (such as are normally addressed via macros \mathcal,
longdesc \mathbb, \mathfrak and \mathscr), offering various features
longdesc normally missing in existing packages for this job.
-docfiles size=248
+docfiles size=473
texmf-dist/doc/latex/mathalpha/README details="Readme"
texmf-dist/doc/latex/mathalpha/mathalpha-doc.pdf details="Package documentation"
texmf-dist/doc/latex/mathalpha/mathalpha-doc.tex
-runfiles size=8
+runfiles size=15
texmf-dist/tex/latex/mathalpha/mathalfa.sty
texmf-dist/tex/latex/mathalpha/mathalpha.sty
catalogue-alias mathalfa
catalogue-ctan /macros/latex/contrib/mathalpha
-catalogue-license lppl1.3
+catalogue-license lppl1.3c
catalogue-topics maths
-catalogue-version 1.13
+catalogue-version 1.14
name mathastext
category Package
@@ -250400,7 +250436,7 @@
name spbmark
category Package
-revision 60893
+revision 60904
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
@@ -250416,7 +250452,7 @@
catalogue-ctan /macros/latex/contrib/spbmark
catalogue-license cc-by-4
catalogue-topics subsup-pos expl3
-catalogue-version 1.1F
+catalogue-version 1.1G
name spectral
category Package
@@ -270223,7 +270259,7 @@
name texinfo
category Package
-revision 59612
+revision 60896
shortdesc Texinfo documentation system
longdesc Texinfo is the preferred format for documentation in the GNU
longdesc project; the format may be used to produce online or printed
@@ -270509,7 +270545,7 @@
name texlive-scripts
category TLCore
-revision 60885
+revision 60896
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.
More information about the tex-live-commits
mailing list.