summaryrefslogtreecommitdiff
path: root/Master/tlpkg/texlive.tlpdb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/texlive.tlpdb')
-rw-r--r--Master/tlpkg/texlive.tlpdb268
1 files changed, 249 insertions, 19 deletions
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb
index 471c9537e15..82ede09c0a9 100644
--- a/Master/tlpkg/texlive.tlpdb
+++ b/Master/tlpkg/texlive.tlpdb
@@ -24,11 +24,11 @@ depend container_split_doc_files/1
depend container_split_src_files/1
depend minrelease/2016
depend release/2017
-depend revision/45258
+depend revision/45267
name 00texlive.image
category TLCore
-revision 45245
+revision 45266
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
@@ -38,7 +38,7 @@ longdesc IgnorePatterns in the check_files routine in tlmgr.pl augment
longdesc this list. Those are not included in the source/ tarball. For
longdesc information on the 00texlive prefix see
longdesc 00texlive.installation(.tlpsrc)
-runfiles size=2801
+runfiles size=2802
.mkisofsrc
autorun.inf
texmf-dist/README
@@ -519,6 +519,7 @@ runfiles size=2801
tlpkg/tlpsrc/beebe.tlpsrc
tlpkg/tlpsrc/begingreek.tlpsrc
tlpkg/tlpsrc/begriff.tlpsrc
+ tlpkg/tlpsrc/beilstein.tlpsrc
tlpkg/tlpsrc/belleek.tlpsrc
tlpkg/tlpsrc/bengali.tlpsrc
tlpkg/tlpsrc/bera.tlpsrc
@@ -536,6 +537,7 @@ runfiles size=2801
tlpkg/tlpsrc/bguq.tlpsrc
tlpkg/tlpsrc/bhcexam.tlpsrc
tlpkg/tlpsrc/bib-fr.tlpsrc
+ tlpkg/tlpsrc/bib2gls.tlpsrc
tlpkg/tlpsrc/bibarts.tlpsrc
tlpkg/tlpsrc/biber.tlpsrc
tlpkg/tlpsrc/bibexport.tlpsrc
@@ -3602,7 +3604,7 @@ depend opt_w32_multi_user:1
name 00texlive.installer
category TLCore
-revision 45205
+revision 45260
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
@@ -25454,6 +25456,38 @@ catalogue-license gpl
catalogue-topics maths logic
catalogue-version 1.6
+name beilstein
+category Package
+revision 45265
+shortdesc Support for submissions to the "Beilstein Journal of Nanotechnology"
+longdesc The package provides a LaTeX class file and a BibTeX style file
+longdesc in accordance with the requirements of submissions to the
+longdesc ``Beilstein Journal of Nanotechnology''. Although the files can
+longdesc be used for any kind of document, they have only been designed
+longdesc and tested to be suitable for submissions to the Beilstein
+longdesc Journal of Nanotechnology.
+docfiles size=190
+ texmf-dist/doc/latex/beilstein/BJNANO_Technical_Handbook.pdf
+ texmf-dist/doc/latex/beilstein/CHANGELOG.md
+ texmf-dist/doc/latex/beilstein/README.md details="Readme"
+ texmf-dist/doc/latex/beilstein/beilstein-template.bib
+ texmf-dist/doc/latex/beilstein/beilstein-template.tex
+ texmf-dist/doc/latex/beilstein/figure1.pdf
+ texmf-dist/doc/latex/beilstein/scheme1.pdf
+ texmf-dist/doc/latex/beilstein/scheme2.pdf
+srcfiles size=49
+ texmf-dist/source/latex/beilstein/beilstein.dtx
+ texmf-dist/source/latex/beilstein/beilstein.ins
+ texmf-dist/source/latex/beilstein/bjnano_logo.pdf
+runfiles size=16
+ texmf-dist/bibtex/bst/beilstein/bjnano.bst
+ texmf-dist/tex/latex/beilstein/beilstein.cls
+catalogue-ctan /macros/latex/contrib/beilstein
+catalogue-date 2017-08-29 18:12:19 +0200
+catalogue-license lppl1.3c
+catalogue-topics journalpub
+catalogue-version 1.2
+
name belleek
category Package
revision 18651
@@ -26738,6 +26772,199 @@ catalogue-license lppl
catalogue-topics bibtex-sty french
catalogue-version 1.5
+name bib2gls
+category Package
+revision 45266
+shortdesc Command line application to convert .bib files to glossaries-extra.sty resource files
+longdesc This Java command line application may be used to extract
+longdesc glossary information stored in a .bib file and convert it into
+longdesc glossary entry definition commands. This application should be
+longdesc used with glossaries-extra.sty's 'record' package option. It
+longdesc performs two functions in one: selects entries according to
+longdesc records found in the .aux file (similar to bibtex),
+longdesc hierarchically sorts entries and collates location lists
+longdesc (similar to makeindex or xindy). The glossary entries can then
+longdesc be managed in a system such as JabRef, and only the entries
+longdesc that are actually required will be defined, reducing the
+longdesc resources required by TeX. The supplementary application
+longdesc convertgls2bib can be used to convert existing .tex files
+longdesc containing definitions (\newglossaryentry etc.) to the .bib
+longdesc format required by bib2gls.
+depend bib2gls.ARCH
+docfiles size=179
+ texmf-dist/doc/support/bib2gls/CHANGES
+ texmf-dist/doc/support/bib2gls/README.md details="Readme"
+ texmf-dist/doc/support/bib2gls/bib2gls.pdf details="Package documentation"
+srcfiles size=234
+ texmf-dist/source/support/bib2gls/src/bib2gls-src.zip
+ texmf-dist/source/support/bib2gls/src/bib2gls.tex
+ texmf-dist/source/support/bib2gls/src/gls2bib-src.zip
+ texmf-dist/source/support/bib2gls/src/texparser-src.zip
+runfiles size=212
+ texmf-dist/scripts/bib2gls/bib2gls.jar
+ texmf-dist/scripts/bib2gls/bib2gls.sh
+ texmf-dist/scripts/bib2gls/convertgls2bib.jar
+ texmf-dist/scripts/bib2gls/convertgls2bib.sh
+ texmf-dist/scripts/bib2gls/resources/bib2gls-en.xml
+ texmf-dist/scripts/bib2gls/texparserlib.jar
+catalogue-ctan /support/bib2gls
+catalogue-date 2017-09-10 15:07:21 +0200
+catalogue-license gpl3+
+catalogue-topics bibtex-util glossary
+catalogue-version 1.0
+
+name bib2gls.amd64-freebsd
+category Package
+revision 45266
+shortdesc amd64-freebsd files of bib2gls
+binfiles arch=amd64-freebsd size=2
+ bin/amd64-freebsd/bib2gls
+ bin/amd64-freebsd/convertgls2bib
+
+name bib2gls.amd64-netbsd
+category Package
+revision 45266
+shortdesc amd64-netbsd files of bib2gls
+binfiles arch=amd64-netbsd size=2
+ bin/amd64-netbsd/bib2gls
+ bin/amd64-netbsd/convertgls2bib
+
+name bib2gls.armel-linux
+category Package
+revision 45266
+shortdesc armel-linux files of bib2gls
+binfiles arch=armel-linux size=2
+ bin/armel-linux/bib2gls
+ bin/armel-linux/convertgls2bib
+
+name bib2gls.armhf-linux
+category Package
+revision 45266
+shortdesc armhf-linux files of bib2gls
+binfiles arch=armhf-linux size=2
+ bin/armhf-linux/bib2gls
+ bin/armhf-linux/convertgls2bib
+
+name bib2gls.i386-cygwin
+category Package
+revision 45266
+shortdesc i386-cygwin files of bib2gls
+binfiles arch=i386-cygwin size=2
+ bin/i386-cygwin/bib2gls
+ bin/i386-cygwin/convertgls2bib
+
+name bib2gls.i386-darwin
+category Package
+revision 45266
+shortdesc i386-darwin files of bib2gls
+binfiles arch=i386-darwin size=2
+ bin/i386-darwin/bib2gls
+ bin/i386-darwin/convertgls2bib
+
+name bib2gls.i386-freebsd
+category Package
+revision 45266
+shortdesc i386-freebsd files of bib2gls
+binfiles arch=i386-freebsd size=2
+ bin/i386-freebsd/bib2gls
+ bin/i386-freebsd/convertgls2bib
+
+name bib2gls.i386-linux
+category Package
+revision 45266
+shortdesc i386-linux files of bib2gls
+binfiles arch=i386-linux size=2
+ bin/i386-linux/bib2gls
+ bin/i386-linux/convertgls2bib
+
+name bib2gls.i386-netbsd
+category Package
+revision 45266
+shortdesc i386-netbsd files of bib2gls
+binfiles arch=i386-netbsd size=2
+ bin/i386-netbsd/bib2gls
+ bin/i386-netbsd/convertgls2bib
+
+name bib2gls.i386-solaris
+category Package
+revision 45266
+shortdesc i386-solaris files of bib2gls
+binfiles arch=i386-solaris size=2
+ bin/i386-solaris/bib2gls
+ bin/i386-solaris/convertgls2bib
+
+name bib2gls.powerpc-darwin
+category Package
+revision 45266
+shortdesc powerpc-darwin files of bib2gls
+binfiles arch=powerpc-darwin size=2
+ bin/powerpc-darwin/bib2gls
+ bin/powerpc-darwin/convertgls2bib
+
+name bib2gls.powerpc-linux
+category Package
+revision 45266
+shortdesc powerpc-linux files of bib2gls
+binfiles arch=powerpc-linux size=2
+ bin/powerpc-linux/bib2gls
+ bin/powerpc-linux/convertgls2bib
+
+name bib2gls.sparc-solaris
+category Package
+revision 45266
+shortdesc sparc-solaris files of bib2gls
+binfiles arch=sparc-solaris size=2
+ bin/sparc-solaris/bib2gls
+ bin/sparc-solaris/convertgls2bib
+
+name bib2gls.win32
+category Package
+revision 45266
+shortdesc win32 files of bib2gls
+binfiles arch=win32 size=2
+ bin/win32/bib2gls.exe
+ bin/win32/convertgls2bib.exe
+
+name bib2gls.x86_64-cygwin
+category Package
+revision 45266
+shortdesc x86_64-cygwin files of bib2gls
+binfiles arch=x86_64-cygwin size=2
+ bin/x86_64-cygwin/bib2gls
+ bin/x86_64-cygwin/convertgls2bib
+
+name bib2gls.x86_64-darwin
+category Package
+revision 45266
+shortdesc x86_64-darwin files of bib2gls
+binfiles arch=x86_64-darwin size=2
+ bin/x86_64-darwin/bib2gls
+ bin/x86_64-darwin/convertgls2bib
+
+name bib2gls.x86_64-darwinlegacy
+category Package
+revision 45266
+shortdesc x86_64-darwinlegacy files of bib2gls
+binfiles arch=x86_64-darwinlegacy size=2
+ bin/x86_64-darwinlegacy/bib2gls
+ bin/x86_64-darwinlegacy/convertgls2bib
+
+name bib2gls.x86_64-linux
+category Package
+revision 45266
+shortdesc x86_64-linux files of bib2gls
+binfiles arch=x86_64-linux size=2
+ bin/x86_64-linux/bib2gls
+ bin/x86_64-linux/convertgls2bib
+
+name bib2gls.x86_64-solaris
+category Package
+revision 45266
+shortdesc x86_64-solaris files of bib2gls
+binfiles arch=x86_64-solaris size=2
+ bin/x86_64-solaris/bib2gls
+ bin/x86_64-solaris/convertgls2bib
+
name bibarts
category Package
revision 40096
@@ -48161,7 +48388,7 @@ depend xdvi
name collection-bibtexextra
category Collection
-revision 44627
+revision 45266
shortdesc BibTeX additional styles
longdesc Additional BibTeX styles and bibliography data(bases), notably
longdesc including BibLaTeX.
@@ -48175,6 +48402,7 @@ depend archaeologie
depend beebe
depend besjournals
depend bestpapers
+depend bib2gls
depend bibarts
depend biber
depend bibexport
@@ -51450,7 +51678,7 @@ depend vocaltract
name collection-publishers
category Collection
-revision 45163
+revision 45265
shortdesc Publisher styles, theses, etc.
depend collection-latex
depend IEEEconf
@@ -51481,6 +51709,7 @@ depend bangorcsthesis
depend bangorexam
depend beamer-FUBerlin
depend beamer-verona
+depend beilstein
depend bgteubner
depend br-lex
depend brandeis-dissertation
@@ -63888,14 +64117,14 @@ catalogue-version 1.0
name datetime2-german
category Package
-revision 43452
+revision 45264
shortdesc German language module for the datetime2 package
longdesc This module provides the "german" style that can be set using
longdesc \DTMsetstyle provided by datetime2.sty.
-docfiles size=71
- texmf-dist/doc/latex/datetime2-german/README details="Readme"
+docfiles size=59
+ texmf-dist/doc/latex/datetime2-german/README.md details="Readme"
texmf-dist/doc/latex/datetime2-german/datetime2-german.pdf details="Package documentation"
-srcfiles size=5
+srcfiles size=7
texmf-dist/source/latex/datetime2-german/datetime2-german.dtx
texmf-dist/source/latex/datetime2-german/datetime2-german.ins
runfiles size=4
@@ -63903,10 +64132,10 @@ runfiles size=4
texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf
texmf-dist/tex/latex/datetime2-german/datetime2-german.ldf
catalogue-ctan /macros/latex/contrib/datetime2-contrib/datetime2-german
-catalogue-date 2017-09-04 15:43:23 +0200
-catalogue-license lppl1.3
+catalogue-date 2017-09-10 22:47:18 +0200
+catalogue-license lppl1.3c
catalogue-topics date-time multilingual
-catalogue-version 1.1
+catalogue-version 1.2
name datetime2-greek
category Package
@@ -66359,9 +66588,9 @@ docfiles size=96
runfiles size=5
texmf-dist/tex/latex/dijkstra/dijkstra.sty
catalogue-ctan /macros/latex/contrib/dijkstra
-catalogue-date 2017-09-09 20:58:20 +0200
+catalogue-date 2017-09-10 09:41:01 +0200
catalogue-license lppl1.3c
-catalogue-topics graphics-in-tex automata
+catalogue-topics maths automata
catalogue-version 0.11
name din1505
@@ -88137,7 +88366,7 @@ srcfiles size=3
runfiles size=1
texmf-dist/tex/latex/fetchcls/fetchcls.sty
catalogue-ctan /macros/latex/contrib/fetchcls
-catalogue-date 2017-09-09 04:34:16 +0200
+catalogue-date 2017-09-10 06:11:36 +0200
catalogue-license lppl1.3c
catalogue-topics macro-supp
catalogue-version 1.0
@@ -206144,7 +206373,7 @@ binfiles arch=x86_64-solaris size=1
name tex4ht
category Package
-revision 44379
+revision 45263
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
@@ -206233,7 +206462,7 @@ docfiles size=195
texmf-dist/doc/generic/tex4ht/mn7.html
texmf-dist/doc/generic/tex4ht/mn8.html
texmf-dist/doc/generic/tex4ht/mn9.html
-runfiles size=6548
+runfiles size=6549
texmf-dist/scripts/tex4ht/ht.sh
texmf-dist/scripts/tex4ht/htcontext.sh
texmf-dist/scripts/tex4ht/htcopy.pl
@@ -206290,6 +206519,7 @@ runfiles size=6548
texmf-dist/tex/generic/tex4ht/array.4ht
texmf-dist/tex/generic/tex4ht/article.4ht
texmf-dist/tex/generic/tex4ht/austrian.4ht
+ texmf-dist/tex/generic/tex4ht/authblk.4ht
texmf-dist/tex/generic/tex4ht/babel.4ht
texmf-dist/tex/generic/tex4ht/beamer.4ht
texmf-dist/tex/generic/tex4ht/beamerbasefont.4ht
@@ -211890,7 +212120,7 @@ docfiles size=398
name texlive-scripts
category TLCore
-revision 45205
+revision 45260
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.