diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3d9cf377913..67567afba60 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1958,20 +1958,21 @@ $standardtex 'lyluatex', '\.sty', # not *.cls 'magyar', 'NULL', # do not install in runtime, conflicts with babel 'manjutex', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|manju.tex', + 'marathi', 'namuna-.*\.tex|' . $standardtex, 'math-e', 'NULL', 'math-into-latex-4', 'NULL', + 'mathabx', 'mathabx\.(dcl|tex)|' . $standardtex, 'mathdots', 'mathdots\.tex|' . $standardtex, + 'mathlig', '\.tex', 'mdframed', '\.mdf|' . $standardtex, 'media4svg', '\.lua|' . $standardtex, + 'metanorma', 'x?l$|' . $standardtex, 'metatex', 'metatex.tex', 'mff', '\.sty|mf[^f].*\.tex', 'mfpic', 'mfpic.tex|mfpic.sty|mfppatch.tex', 'mfpic4ode', 'mfpic4ode.tex|' . $standardtex, 'midnight', '\.tex', 'mil3', 'NULL', - 'mathabx', 'mathabx\.(dcl|tex)|' . $standardtex, - 'mathlig', '\.tex', - 'metanorma', 'x?l$|' . $standardtex, 'minitoc', '\.ml[do]|' . $standardtex, 'misc', '\.sty|\.ltx|\.cls', 'mkpattern', 'mkpatter.tex', |