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/libexec | |
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/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 18 |
1 files changed, 10 insertions, 8 deletions
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. |