diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 93302a460a7..a8e0a2cf52f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1082,14 +1082,15 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'mfpic', 'mfpic.tex|mfpic.sty|mfppatch.tex', 'mfpic4ode', 'mfpic4ode.tex|' . $standardtex, 'midnight', '\.tex', + 'mil3', 'NULL', 'mathabx', 'mathabx\.(dcl|tex)|' . $standardtex, 'minitoc', '\.ml[do]|' . $standardtex, 'misc', '\.sty|\.ltx|\.cls', 'mkpattern', 'mkpatter.tex', - 'montex', "(mlsgalig|mlstrans|mnhyphex)\.tex|" . $standardtex, + 'montex', '(mlsgalig|mlstrans|mnhyphex)\.tex|' . $standardtex, 'mpman-ru', 'NULL', # doc package - 'msg', "-msg\.tex|" . $standardtex, - 'msuthesis', "gb4e-compat\.tex|" . $standardtex, + 'msg', '-msg\.tex|' . $standardtex, + 'msuthesis', 'gb4e-compat\.tex|' . $standardtex, 'multirow', '^..[^s].*\.sty', # not miscdoc.sty 'mylatexformat', '.*\.ltx', 'nag', '\.nag|' . $standardtex, @@ -1687,13 +1688,14 @@ $standarddvi = 'NULL'; # rely on authors/CTAN making pdf's. $standardcsf='\.csf'; %specialcsf = ( - 'disser', 'cp1251lc.csf', # cp1251.csf dup with gost + 'disser' => 'cp1251lc.csf', # cp1251.csf dup with gost ); $standardbst='\.bst$'; %specialbst = ( - 'msuthesis', 'NULL', - 'umthesis', 'NULL', + 'mil3' => 'NULL', + 'msuthesis' => 'NULL', + 'umthesis' => 'NULL', ); # packages which need special BibTeX data files (not) installed. |