diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-03 22:41:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-03 22:41:55 +0000 |
commit | cd61954ea4b5198086d57352c8445f06a86d6741 (patch) | |
tree | d5b47f9fc581d38395dc63ff21a55bc98b2fb38c /Master/tlpkg/libexec/ctan2tds | |
parent | 701f292b739328b78643d55880a0a26d4ddbaabb (diff) |
noindentafter (3aug13)
git-svn-id: svn://tug.org/texlive/trunk@31341 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 1d6684ff3f6..b7229e0e5f1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1462,6 +1462,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'nag', '\.nag|' . $standardtex, 'navigator', '(t-)?navigator.tex|' . $standardtex, 'nddiss', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', + 'noindentafter', "noindentafter\.sty", 'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf 'ntheorem', '\.sty|\.std', 'ocgx', 'tikz.*\.code\.tex|' . $standardtex, |