diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-14 18:38:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-14 18:38:09 +0000 |
commit | 7d90c1647c043c87a58609fbc1f9a5fe179dd916 (patch) | |
tree | 078ee223e48dd7ae3fd13a8d09c3490c94e9aa60 /Master/tlpkg | |
parent | b4fbd468b2e7696563334ef41be837c4cc1d5013 (diff) |
underscore own pkg + doc (12may10)
git-svn-id: svn://tug.org/texlive/trunk@18261 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 17 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexrecommended.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/underscore.tlpsrc | 0 |
4 files changed, 11 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 71083a7bac6..bb89c9fd984 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -305,7 +305,7 @@ my @TLP_working = qw( uaclasses uebungsblatt ucdavisthesis ucs ucthesis uhrzeit uiucthesis ulem ulqda ulsy umich-thesis uml umlaute - umthesis umtypewriter underlin undertilde units unitsdef + umthesis umtypewriter underlin underscore undertilde units unitsdef universa upmethodology upquote url urlbst ushort ut-thesis uwthesis vancouver variations varindex varisize diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 85a162b157c..fe54dfc716d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -959,10 +959,10 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'splitindex', 'splitindex\.tex|' . $standardtex, 'spotcolor', 'spotcolor.*\.tex|' . $standardtex, 'startex', '\.tex', - 'subfig', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide - 'subfigure', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide + 'subfig', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide + 'subfigure', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide 'syntax', 'syntax\.tex', - 'tabls', '^[^m].*\.sty', # not miscdoc.sty + 'tabls', '^[^m].*\.sty', # not miscdoc.sty 'tabto-generic','tabto.tex', 'taylor', 'diagrams.tex', 'tex-ewd', 'dotnot.tex', @@ -970,18 +970,19 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'threeparttable', '^..[^s].*\.sty', # not miscdoc.sty 'ticket', '\.tdf|' . $standardtex, 'tikz-qtree', '(pgf|tikz-)(subpic|q?tree(-compat)?)\.(tex|sty)', - 'tkz-doc', '\.cls', # no example.sty - 'tkz-orm', 'tkz.*\.sty', # no pgfmanual.sty + 'tkz-doc', '\.cls', # no example.sty + 'tkz-orm', 'tkz.*\.sty', # no pgfmanual.sty 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', 'translator', '\.dict|translator-language-mappings.tex|' . $standardtex, 'tugboat-plain','\.cmn|' . $standardtex, - 'universa', '\.fd|uni\.sty', # not unidoc.sty - 'url', '^[^m].*\.sty', # not miscdoc.sty + 'underscore', '^..[^s].*\.sty', # not miscdoc.sty + 'universa', '\.fd|uni\.sty', # not unidoc.sty + 'url', '^[^m].*\.sty', # not miscdoc.sty 'variations', '^variations\.tex|' . $standardtex, # not docvariations.tex 'varisize', '\.tex', 'vaucanson-g', '\.(def|tex)|' . $standardtex, 'vertex', 'vertex\.tex|' . $standardtex, - 'vhistory', '\.sty', # not hyperref.cfg + 'vhistory', '\.sty', # not hyperref.cfg 'vruler', '^..[^s].*\.sty', # not miscdoc.sty 'wasy2', 'wasyfont\.tex', 'wordcount', '\.tex', diff --git a/Master/tlpkg/tlpsrc/collection-latexrecommended.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexrecommended.tlpsrc index 4be8561d4d1..5a1a57908bd 100644 --- a/Master/tlpkg/tlpsrc/collection-latexrecommended.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexrecommended.tlpsrc @@ -41,6 +41,7 @@ depend setspace depend subfig depend thumbpdf depend typehtml +depend underscore depend url depend xcolor depend xkeyval diff --git a/Master/tlpkg/tlpsrc/underscore.tlpsrc b/Master/tlpkg/tlpsrc/underscore.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/underscore.tlpsrc |