diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-20 22:15:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-20 22:15:59 +0000 |
commit | 96a91aa58dd86768415a3328add7113d85b4a7e3 (patch) | |
tree | 3aef8663340f28145459b454286e81627a19bd11 /Master/tlpkg/libexec/ctan2tds | |
parent | 24c374f45330336f673cbaa3bb08401d0957489a (diff) |
chemfig .tex in runtime (Alan Munn report, 20 Mar 2011 09:09:24)
git-svn-id: svn://tug.org/texlive/trunk@21773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 00c368f3d95..2d2e22a2a54 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1003,6 +1003,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'captcont', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'captdef', '^..[^s].*\.sty', # not miscdoc.sty 'carlisle', '\.sty|\.ltx', + 'chemfig', '(t-)?chemfig.tex|' . $standardtex, 'chemstyle', '\.jdf|' . $standardtex, 'cirth', 'num\.tex', 'cjw', '\.tex|' . $standardtex, |