diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-13 00:41:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-13 00:41:23 +0000 |
commit | 6c76d108053732941431a176e9a29a74d96a8587 (patch) | |
tree | 5d53f582899966d5e7bc58692ac4b61ed34f912d /Master/tlpkg/libexec | |
parent | 67f77311270efdd42f9c3be923b6db86de7e4c12 (diff) |
voss-mathmode (13feb14)
git-svn-id: svn://tug.org/texlive/trunk@32953 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5e3f767121d..01c3baaeb90 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1615,6 +1615,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'vaucanson-g', '\.(def|tex)|' . $standardtex, 'vertex', 'vertex\.tex|' . $standardtex, 'vhistory', '\.sty', # not hyperref.cfg + 'voss-mathmode','NULL', # doc 'vrb', 'vrb\.tex', 'vruler', '^..[^s].*\.sty', # not miscdoc.sty 'wasy2', 'wasyfont\.tex', @@ -2205,6 +2206,7 @@ $standardinsrunner="latex -interaction=nonstopmode"; 'seuthesis', => 'NULL', # doc 'tkz-tab', => 'NULL', # doc 'turnthepage', => 'NULL', # doc + 'voss-mathmode', => 'NULL', # doc ); $standardmakeindex='\.ist'; |