summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/ls-R32
-rw-r--r--Master/tlpkg/texlive.tlpdb122
2 files changed, 115 insertions, 39 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index 7056b3e245d..cfef1ed9a3b 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -16307,6 +16307,7 @@ ucharcat
ucs
ucsmonograph
ucthesis
+udes-genie-these
udesoftec
uebungsblatt
uestcthesis
@@ -45611,6 +45612,27 @@ README
uctest.bib
uctest.tex
+./doc/latex/udes-genie-these:
+README.md
+acronymes.tex
+analyse.tex
+conception.tex
+conclusion-anglaise.tex
+conclusion-francaise.tex
+document.tex
+donnees.tex
+introduction.tex
+lexique.tex
+merci.tex
+realisation.tex
+references.bib
+resume-anglais.tex
+resume-francais.tex
+revue.tex
+symboles.tex
+tests.tex
+udes-genie-these.pdf
+
./doc/latex/udesoftec:
udesoftec-doc.pdf
@@ -192160,6 +192182,7 @@ ucdavisthesis
ucharcat
ucs
ucsmonograph
+udes-genie-these
udesoftec
uhhassignment
uiucredborder
@@ -199558,6 +199581,10 @@ ucs.ins
ucsmonograph.dtx
ucsmonograph.ins
+./source/latex/udes-genie-these:
+udes-genie-these.dtx
+udes-genie-these.ins
+
./source/latex/udesoftec:
CHANGELOG
README
@@ -209862,6 +209889,7 @@ ltugboat.4ht
ltugproc-a.4ht
ltugproc.4ht
ltxguide.4ht
+luatexja-hooks.4ht
m-tex4ht.tex
magyar.4ht
makeidx.4ht
@@ -213245,6 +213273,7 @@ ucharcat
ucs
ucsmonograph
ucthesis
+udes-genie-these
udesoftec
uebungsblatt
uestcthesis
@@ -235489,6 +235518,9 @@ uct11.clo
uct12.clo
ucthesis.cls
+./tex/latex/udes-genie-these:
+udes-genie-these.cls
+
./tex/latex/udesoftec:
udesoftec-bibcommon.sty
udesoftec-biblatex.sty
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index 5a37979bd2a..c0e47de6c5e 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/2022
-depend revision/64408
+depend revision/64417
name 00texlive.image
category TLCore
-revision 64404
+revision 64416
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
@@ -4288,6 +4288,7 @@ runfiles size=12918
tlpkg/tlpsrc/ucs.tlpsrc
tlpkg/tlpsrc/ucsmonograph.tlpsrc
tlpkg/tlpsrc/ucthesis.tlpsrc
+ tlpkg/tlpsrc/udes-genie-these.tlpsrc
tlpkg/tlpsrc/udesoftec.tlpsrc
tlpkg/tlpsrc/uebungsblatt.tlpsrc
tlpkg/tlpsrc/uestcthesis.tlpsrc
@@ -4632,7 +4633,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 64397
+revision 64410
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
@@ -36676,7 +36677,7 @@ catalogue-version 2.2
name biblatex-philosophy
category Package
-revision 60976
+revision 64414
shortdesc Styles for using BibLaTeX for work in philosophy
longdesc The bundle offers two styles - philosophy-classic and
longdesc philosophy-modern - that facilitate the production of two
@@ -36687,7 +36688,7 @@ longdesc package's default settings are based on the conventions used in
longdesc Italian publications, these styles can be used with every
longdesc language recognized by babel, possibly with some simple
longdesc redefinitions.
-docfiles size=138
+docfiles size=137
texmf-dist/doc/latex/biblatex-philosophy/README details="Readme"
texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.pdf details="Package documentation"
texmf-dist/doc/latex/biblatex-philosophy/examples.zip
@@ -36709,7 +36710,7 @@ runfiles size=33
catalogue-ctan /macros/latex/contrib/biblatex-contrib/biblatex-philosophy
catalogue-license lppl1.3
catalogue-topics humanities philosophy biblatex
-catalogue-version 1.9.8f
+catalogue-version 1.9.8g
name biblatex-phys
category Package
@@ -37404,19 +37405,18 @@ catalogue-topics bibtex-util
name bibtex
category Package
revision 62387
-shortdesc Process bibliographies for LaTeX, etc
+shortdesc Process bibliographies (bib files) for LaTeX or other formats
longdesc BibTeX allows the user to store his citation data in generic
longdesc form, while printing citations in a document in the form
longdesc specified by a BibTeX style, to be specified in the document
longdesc itself (one often needs a LaTeX citation-style package, such as
-longdesc natbib as well). BibTeX itself is an ASCII-only program; there
-longdesc is, however, a version that copes with 8-bit character sets
-longdesc However, BibTeX's facilities rapidly run out as one moves away
-longdesc from simple ASCII (for example, in the various national sorting
-longdesc rules for languages expressed in different parts of ISO-8859 --
-longdesc the "ISO Latin" series). For more flexibility, the user is
-longdesc urged to consider using biber with BibLaTeX to typeset its
-longdesc output.
+longdesc natbib, as well). BibTeX knows nothing about Unicode sorting
+longdesc algorithms or scripts, although it will pass on whatever bytes
+longdesc it reads. Its descendant bibtexu does support Unicode, via the
+longdesc ICU library. The older alternative bibtex8 supports 8-bit
+longdesc character sets. Another Unicode-aware alternative is the
+longdesc (independently developed) biber program, used with the BibLaTeX
+longdesc package to typeset its output.
depend bibtex.ARCH
depend kpathsea
docfiles size=134
@@ -37565,13 +37565,14 @@ binfiles arch=x86_64-solaris size=51
name bibtex8
category TLCore
revision 52851
-catalogue bibtex8bit
shortdesc BibTeX variant supporting 8-bit encodings
longdesc An enhanced, portable C version of BibTeX. Enhanced by
-longdesc conversion to "big" (32-bit) capacity, addition of run-time
+longdesc conversion to larger (32-bit) capacity, addition of run-time
longdesc selectable capacity and 8-bit support extensions. National
longdesc character set and sorting order are controlled by an external
-longdesc configuration file. Various examples are included.
+longdesc configuration file. Various examples are included. Originally
+longdesc written by Niel Kempson and Alejandro Aguilar-Sierra, it is now
+longdesc maintained as part of TeX Live.
depend bibtex8.ARCH
docfiles size=22
texmf-dist/doc/bibtex8/00readme.txt
@@ -37594,10 +37595,13 @@ runfiles size=36
texmf-dist/bibtex/csf/polish-csf/cp1250pl.csf
texmf-dist/bibtex/csf/polish-csf/cp852pl.csf
texmf-dist/bibtex/csf/polish-csf/iso8859-7.csf
-catalogue-ctan /obsolete/biblio/bibtex/8-bit
+catalogue-alias bibtex8bit
+catalogue-contact-bugs https://lists.tug.org/tex-k
+catalogue-contact-repository https://tug.org/svn/texlive/trunk/Build/source/texk/bibtex-x/
+catalogue-contact-support https://lists.tug.org/biblio
catalogue-license gpl
catalogue-topics biblio obsolete
-catalogue-version 3.71
+catalogue-version 3.72
name bibtex8.aarch64-linux
category TLCore
@@ -37803,6 +37807,11 @@ name bibtexu
category TLCore
revision 64339
shortdesc BibTeX variant supporting Unicode (UTF-8), via ICU
+longdesc An enhanced, portable C version of BibTeX. Unicode is supported
+longdesc via the ICU library. Originally written by Yannis Haralambous
+longdesc and his students, and derived from bibtex8, with substantial
+longdesc updates from the Japanese TeX Development Community, it is now
+longdesc maintained as part of TeX Live.
depend bibtexu.ARCH
docfiles size=23
texmf-dist/doc/bibtexu/README
@@ -37812,6 +37821,12 @@ docfiles size=23
texmf-dist/doc/bibtexu/examples/test.tex
texmf-dist/doc/man/man1/bibtexu.1
texmf-dist/doc/man/man1/bibtexu.man1.pdf
+catalogue-contact-bugs https://lists.tug.org/tex-k
+catalogue-contact-repository https://tug.org/svn/texlive/trunk/Build/source/texk/bibtex-x/
+catalogue-contact-support https://lists.tug.org/biblio
+catalogue-license gpl
+catalogue-topics biblio
+catalogue-version 3.72
name bibtexu.aarch64-linux
category TLCore
@@ -66598,7 +66613,7 @@ depend vocaltract
name collection-publishers
category Collection
-revision 64324
+revision 64416
shortdesc Publisher styles, theses, etc.
depend aastex
depend abnt
@@ -66827,6 +66842,7 @@ depend ucbthesis
depend ucdavisthesis
depend ucsmonograph
depend ucthesis
+depend udes-genie-these
depend uestcthesis
depend ufrgscca
depend uhhassignment
@@ -75111,7 +75127,7 @@ catalogue-version 0.1
name cormorantgaramond
category Package
-revision 54696
+revision 64411
shortdesc Cormorant Garamond family of fonts
longdesc This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
longdesc support for the Cormorant Garamond family of fonts, designed by
@@ -118312,7 +118328,7 @@ catalogue-version 1.1
name garamond-libre
category Package
-revision 55166
+revision 64412
shortdesc The Garamond Libre font face
longdesc Garamond Libre is a free and open-source old-style font family.
longdesc It is a "true Garamond," i.e., it is based off the designs of
@@ -118324,9 +118340,7 @@ longdesc design by Alexander Wilson. The font family includes support
longdesc for Latin, Greek (monotonic and polytonic) and Cyrillic
longdesc scripts, as well as small capitals, old-style figures, superior
longdesc and inferior figures, historical ligatures, Byzantine musical
-longdesc symbols, the IPA and swash capitals. The fonts are provided in
-longdesc OpenType format, and are intended to be used with LuaLaTeX or
-longdesc XeLaTeX via fontspec.
+longdesc symbols, the IPA and swash capitals.
execute addMap GaramondLibre.map
docfiles size=24
texmf-dist/doc/fonts/garamond-libre/COPYING
@@ -118866,7 +118880,7 @@ catalogue-contact-bugs https://github.com/dbenjaminmiller/garamond-libre/issues
catalogue-contact-home https://dbmiller.org/type/garamond-libre.html
catalogue-contact-repository https://github.com/dbenjaminmiller/garamond-libre
catalogue-ctan /fonts/garamond-libre
-catalogue-license mit
+catalogue-license mit lppl
catalogue-topics font font-body font-otf font-type1 font-serif font-greek font-cyrillic font-multilingual font-proportional font-supp font-t1enc
catalogue-version 1.4
@@ -200732,14 +200746,14 @@ catalogue-version 9.4
name newpax
category Package
-revision 64347
+revision 64415
shortdesc Experimental package to extract and reinsert PDF annotations
longdesc The package is based on the pax package from Heiko Oberdiek. It
longdesc offers a lua-based alternative to the java based pax.jar to
longdesc extract the annotations from a PDF. The resulting file can then
longdesc be used together with pax.sty. It also offers an extended style
longdesc which works with all three major engines.
-docfiles size=99
+docfiles size=101
texmf-dist/doc/latex/newpax/README.md details="Readme"
texmf-dist/doc/latex/newpax/doc-extract-newpax.tex
texmf-dist/doc/latex/newpax/doc-extract-pax.tex
@@ -200753,7 +200767,7 @@ docfiles size=99
texmf-dist/doc/latex/newpax/doc-use-pax.tex
texmf-dist/doc/latex/newpax/newpax.pdf details="Package documentation"
texmf-dist/doc/latex/newpax/newpax.tex
-srcfiles size=10
+srcfiles size=11
texmf-dist/source/latex/newpax/newpax.dtx
texmf-dist/source/latex/newpax/newpax.ins
runfiles size=10
@@ -200764,7 +200778,7 @@ catalogue-contact-support https://github.com/u-fischer/newpax/issues
catalogue-ctan /macros/latex/contrib/newpax
catalogue-license lppl1.3c
catalogue-topics luatex pdf-feat
-catalogue-version 0.52
+catalogue-version 0.53
name newpx
category Package
@@ -254560,19 +254574,19 @@ catalogue-version 1.6a
name simpleicons
category Package
-revision 64321
+revision 64413
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=502
+docfiles size=503
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=993
+runfiles size=995
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsEight.enc
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsFive.enc
texmf-dist/fonts/enc/dvips/simpleicons/simpleiconsFour.enc
@@ -254614,7 +254628,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 7.10.0
+catalogue-version 7.11.0
name simpleinvoice
category Package
@@ -270208,7 +270222,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 64394
+revision 64417
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
@@ -270376,7 +270390,7 @@ srcfiles size=3867
texmf-dist/source/generic/tex4ht/update-htfonts
texmf-dist/source/generic/tex4ht/wripro.tex
texmf-dist/source/generic/tex4ht/xtpipes.tex
-runfiles size=11186
+runfiles size=11187
texmf-dist/scripts/tex4ht/ht.sh
texmf-dist/scripts/tex4ht/htcontext.sh
texmf-dist/scripts/tex4ht/htcopy.pl
@@ -270658,6 +270672,7 @@ runfiles size=11186
texmf-dist/tex/generic/tex4ht/ltugproc-a.4ht
texmf-dist/tex/generic/tex4ht/ltugproc.4ht
texmf-dist/tex/generic/tex4ht/ltxguide.4ht
+ texmf-dist/tex/generic/tex4ht/luatexja-hooks.4ht
texmf-dist/tex/generic/tex4ht/m-tex4ht.tex
texmf-dist/tex/generic/tex4ht/magyar.4ht
texmf-dist/tex/generic/tex4ht/makeidx.4ht
@@ -280386,7 +280401,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 64397
+revision 64410
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.
@@ -296971,6 +296986,35 @@ catalogue-license lppl1.3
catalogue-topics dissertation
catalogue-version 3.2
+name udes-genie-these
+category Package
+revision 64416
+docfiles size=47
+ texmf-dist/doc/latex/udes-genie-these/README.md
+ texmf-dist/doc/latex/udes-genie-these/acronymes.tex
+ texmf-dist/doc/latex/udes-genie-these/analyse.tex
+ texmf-dist/doc/latex/udes-genie-these/conception.tex
+ texmf-dist/doc/latex/udes-genie-these/conclusion-anglaise.tex
+ texmf-dist/doc/latex/udes-genie-these/conclusion-francaise.tex
+ texmf-dist/doc/latex/udes-genie-these/document.tex
+ texmf-dist/doc/latex/udes-genie-these/donnees.tex
+ texmf-dist/doc/latex/udes-genie-these/introduction.tex
+ texmf-dist/doc/latex/udes-genie-these/lexique.tex
+ texmf-dist/doc/latex/udes-genie-these/merci.tex
+ texmf-dist/doc/latex/udes-genie-these/realisation.tex
+ texmf-dist/doc/latex/udes-genie-these/references.bib
+ texmf-dist/doc/latex/udes-genie-these/resume-anglais.tex
+ texmf-dist/doc/latex/udes-genie-these/resume-francais.tex
+ texmf-dist/doc/latex/udes-genie-these/revue.tex
+ texmf-dist/doc/latex/udes-genie-these/symboles.tex
+ texmf-dist/doc/latex/udes-genie-these/tests.tex
+ texmf-dist/doc/latex/udes-genie-these/udes-genie-these.pdf
+srcfiles size=17
+ texmf-dist/source/latex/udes-genie-these/udes-genie-these.dtx
+ texmf-dist/source/latex/udes-genie-these/udes-genie-these.ins
+runfiles size=11
+ texmf-dist/tex/latex/udes-genie-these/udes-genie-these.cls
+
name udesoftec
category Package
revision 57866
@@ -305525,7 +305569,7 @@ longdesc number of new entries and styles to cover all frequently used
longdesc situations. The style file provides an easy way to perform a
longdesc semiautomatic, or a completely manual sort of the list of the
longdesc references. Processing bibliographies produced by the style
-longdesc requires a 8-bit BibTeX system .
+longdesc requires a 8-bit BibTeX system.
docfiles size=24
texmf-dist/doc/bibtex/vak/README details="Readme" language="en"
texmf-dist/doc/bibtex/vak/test-key.zip