diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-21 20:46:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-21 20:46:08 +0000 |
commit | 0005b42bbfad303131a7ac98274fc34e3e3b804c (patch) | |
tree | e4a8655a6807dec056453fa75395d907ab250979 /Master/tlpkg | |
parent | d08ef268d34d35b96f6b017da48b57a92d94b661 (diff) |
latex-bib2-ex (21mar16)
git-svn-id: svn://tug.org/texlive/trunk@40098 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 18 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-bib2-ex.tlpsrc | 0 |
4 files changed, 13 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 9cc938ba162..d2b2486c56e 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -323,7 +323,8 @@ my @TLP_working = qw( l3build l3kernel l3packages l3experimental labbook labelcas labels labyrinth lambda-lists langcode lapdf lastpackage lastpage - latex latex-bib-ex latex-brochure latex-course latex-doc-ptr latex-fonts + latex latex-bib-ex latex-bib2-ex latex-brochure + latex-course latex-doc-ptr latex-fonts latex-git-log latex-graphics-companion latex-make latex-notes-zh-cn latex-referenz latex-tabellen latex-tds latex-veryshortguide latex-web-companion diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 4cc3858573a..d8239a85f9c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1567,6 +1567,7 @@ $standardtex='\.(.bx|code\.tex|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'labyrinth', '\.sty', # not .cfg 'lastpage', '\.sty', # not .cfg 'latex-bib-ex','NULL', # keep doc together + 'latex-bib2-ex','NULL', # keep doc together 'latex-brochure','NULL', # keep doc together 'latex-course','NULL', # keep doc together 'latex-doc-ptr','NULL', # keep doc together @@ -2436,15 +2437,16 @@ $standardcsf='\.csf'; $standardbst='\.bst$'; %specialbst = ( - 'einfuehrung' => 'NULL', - 'einfuehrung2' => 'NULL', - 'feupphdteses' => 'NULL', - 'latex-bib-ex' => 'NULL', - 'latex-referenz' => 'NULL', - 'mil3' => 'NULL', - 'msu-thesis' => 'NULL', + 'einfuehrung' => 'NULL', + 'einfuehrung2' => 'NULL', + 'feupphdteses' => 'NULL', + 'latex-bib-ex' => 'NULL', + 'latex-bib2-ex' => 'NULL', + 'latex-referenz' => 'NULL', + 'mil3' => 'NULL', + 'msu-thesis' => 'NULL', 'przechlewski-book-examples' => 'NULL', - 'umthesis' => 'NULL', + 'umthesis' => 'NULL', ); # packages which need special BibTeX data files (not) installed. diff --git a/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc b/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc index 867c9ea1b65..51a51923a23 100644 --- a/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langgerman.tlpsrc @@ -25,6 +25,7 @@ depend koma-script-examples depend l2picfaq depend l2tabu depend latex-bib-ex +depend latex-bib2-ex depend latex-referenz depend latex-tabellen depend latexcheat-de diff --git a/Master/tlpkg/tlpsrc/latex-bib2-ex.tlpsrc b/Master/tlpkg/tlpsrc/latex-bib2-ex.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/latex-bib2-ex.tlpsrc |