diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-23 17:45:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-23 17:45:15 +0000 |
commit | 92340e505f4c0e3f83c00b704210af77705df1ec (patch) | |
tree | 9f531ee9fea186426e12be41e5b77b72be3241f6 /Master/tlpkg/libexec | |
parent | fdfa1bfca0c03b6397e20cdc42328953a144b97b (diff) |
pst-magneticfield 1.11 (20may10)
git-svn-id: svn://tug.org/texlive/trunk@18433 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3a4654719f8..d02ffe8e1a9 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -977,6 +977,7 @@ $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)', + 'titleref', '^..[^s].*\.sty', # not miscdoc.sty 'tkz-doc', '\.cls', # no example.sty 'tkz-orm', 'tkz.*\.sty', # no pgfmanual.sty 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', |