diff options
author | Karl Berry <karl@freefriends.org> | 2023-07-02 23:41:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-07-02 23:41:03 +0000 |
commit | 7ca26e47b74d900ee0c8392141f0c4d91f801e4b (patch) | |
tree | 293f2e374138aca2fc74912fa9c223124eef07b2 | |
parent | 61ba60d076491040a8ef3aa8f80cea962380c94c (diff) |
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@67532 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/ls-R | 15 | ||||
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 41 |
2 files changed, 48 insertions, 8 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R index 0547f378643..44028c10773 100644 --- a/Master/texmf-dist/ls-R +++ b/Master/texmf-dist/ls-R @@ -14590,6 +14590,7 @@ extract extsizes facsimile factura +fail-fast faktor familytree fancybox @@ -26670,6 +26671,11 @@ factura-ejemplo-reporte3.tex factura-ejemplo-reporte4.tex factura.pdf +./doc/latex/fail-fast: +LICENSE.txt +README.md +fail-fast.pdf + ./doc/latex/faktor: README faktor.pdf @@ -196135,6 +196141,7 @@ extpfeil extract facsimile factura +fail-fast faktor familytree fancyhdr @@ -199602,6 +199609,10 @@ facsimile.ins ./source/latex/factura: factura.dtx +./source/latex/fail-fast: +fail-fast.dtx +fail-fast.ins + ./source/latex/faktor: faktor.dtx faktor.ins @@ -216450,6 +216461,7 @@ extract extsizes facsimile factura +fail-fast faktor familytree fancybox @@ -226537,6 +226549,9 @@ facsimile.cls factura.cls factura.def +./tex/latex/fail-fast: +fail-fast.sty + ./tex/latex/faktor: faktor.sty diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index ca67802a6c1..20e78ae6cbf 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/67527 +depend revision/67531 name 00texlive.image category TLCore -revision 67527 +revision 67530 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 @@ -1759,6 +1759,7 @@ runfiles size=13036 tlpkg/tlpsrc/factura.tlpsrc tlpkg/tlpsrc/facture-belge-simple-sans-tva.tlpsrc tlpkg/tlpsrc/facture.tlpsrc + tlpkg/tlpsrc/fail-fast.tlpsrc tlpkg/tlpsrc/faktor.tlpsrc tlpkg/tlpsrc/familytree.tlpsrc tlpkg/tlpsrc/fancybox.tlpsrc @@ -4762,7 +4763,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 67521 +revision 67529 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 @@ -65217,7 +65218,7 @@ depend url name collection-latexextra category Collection -revision 67384 +revision 67530 shortdesc LaTeX additional packages longdesc A very large collection of add-on packages for LaTeX. depend 2up @@ -65701,6 +65702,7 @@ depend exsol depend extract depend facsimile depend factura +depend fail-fast depend familytree depend fancyhandout depend fancylabel @@ -107461,6 +107463,29 @@ catalogue-license lppl1.3c catalogue-topics invoice xetex catalogue-version 2.1 +name fail-fast +category Package +revision 67530 +shortdesc Turn warnings into errors +longdesc This LaTeX package helps you make the build more fragile by +longdesc turning warnings into errors. This may be a good practice if +longdesc you care about the quality of your documents. +docfiles size=78 + texmf-dist/doc/latex/fail-fast/LICENSE.txt + texmf-dist/doc/latex/fail-fast/README.md details="Readme" + texmf-dist/doc/latex/fail-fast/fail-fast.pdf details="Package documentation" +srcfiles size=2 + texmf-dist/source/latex/fail-fast/fail-fast.dtx + texmf-dist/source/latex/fail-fast/fail-fast.ins +runfiles size=1 + texmf-dist/tex/latex/fail-fast/fail-fast.sty +catalogue-contact-bugs https://github.com/yegor256/fail-fast/issues +catalogue-contact-repository https://github.com/yegor256/fail-fast +catalogue-ctan /macros/latex/contrib/fail-fast +catalogue-license mit +catalogue-topics compilation +catalogue-version 0.0.1 + name faktor category Package revision 15878 @@ -162272,7 +162297,7 @@ catalogue-topics version-control doc-mgmt name latexindent category Package -revision 67296 +revision 67531 shortdesc Indent a LaTeX document, highlighting the programming structure longdesc The Perl script processes a LaTeX file, indenting parts so as longdesc to highlight the structure for the reader. Included are also @@ -162337,7 +162362,7 @@ catalogue-contact-repository https://github.com/cmhughes/latexindent.pl catalogue-ctan /support/latexindent catalogue-license gpl3 catalogue-topics code-layout -catalogue-version 3.22 +catalogue-version 3.22.1 name latexindent.aarch64-linux category Package @@ -162404,7 +162429,7 @@ binfiles arch=universal-darwin size=1 name latexindent.windows category Package -revision 67296 +revision 67531 shortdesc windows files of latexindent binfiles arch=windows size=2126 bin/windows/latexindent.exe @@ -286290,7 +286315,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 67521 +revision 67529 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. |