diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-29 23:59:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-29 23:59:41 +0000 |
commit | 20c4fb92a115f9fbb0362a9834d4fc56aa99adcb (patch) | |
tree | 15ea8d7fc92164bf75d7141553e058a3e541f6b1 /Master/tlpkg/libexec | |
parent | 8f6599a9f86ce52e246d5595a68700551208ee9c (diff) |
new package mylatexformat (29apr10)
git-svn-id: svn://tug.org/texlive/trunk@18049 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 751497beab0..70d414b0078 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -809,7 +809,7 @@ $standardfmt='latex'; # packages which need special .tex/.sty files installed $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; -%specialtex= ( +%specialtex = ( 'FAQ-en', 'NULL', 'abbr', '\.tex', 'abstyles', 'apreambl.tex', # not a4c.sty @@ -914,6 +914,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'mpman-ru', 'NULL', # doc package 'msg', "-msg\.tex|" . $standardtex, 'multirow', '^..[^s].*\.sty', # not miscdoc.sty + 'mylatexformat', '.*\.ltx', 'nag', '\.nag|' . $standardtex, 'nddiss', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', 'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf |