diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-12 16:59:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-12 16:59:44 +0000 |
commit | 53e17bc8a3cd2a7046b87e53478f5bb5a844a8a3 (patch) | |
tree | b49290877715674ca859b2411cb173ae48b310e4 /Master/tlpkg | |
parent | 5688c276c8e48bb31022cdf3e11d9efc6ca4bd42 (diff) |
nth own package, from genmisc
git-svn-id: svn://tug.org/texlive/trunk@54252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/nth.tlpsrc | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 8e74fb5a7a1..04b629aee8a 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -520,7 +520,7 @@ my @TLP_working = qw( nomencl nomentbl nonfloat nonumonpart nopageno norasi-c90 normalcolor nostarch notes notes2bib notespages notestex notex-bst noto noto-emoji notoccite novel nowidow nox npp-for-context - nrc ntgclass ntheorem ntheorem-vn nuc nucleardata + nrc ntgclass nth ntheorem ntheorem-vn nuc nucleardata numberedblock numberpt numericplots numname numnameru numprint numspell nwejm oberdiek objectz obnov diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 48bde7c8281..23682aab821 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1644,6 +1644,7 @@ $standarddest = "texmf-dist"; 'midnight', 'generic', 'mkpattern', 'plain', 'musixtnt', 'generic', + 'nth', 'generic', 'oberdiek', 'generic', 'ocherokee', 'lambda', 'ofs', 'generic', @@ -1956,6 +1957,7 @@ $standardtex 'noindentafter', "noindentafter\.sty", 'nomencl', '\.sty', # not .cfg 'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf + 'nth', '\.sty', 'ntheorem', '\.sty|\.std', 'nucleardata', '\.(csv|hd|pytxcode)|' . $standardtex, 'nwejm', '[^c]\.cfg$|\.(.bx|sty|cls)$', # not ltxdoc.cfg diff --git a/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc b/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc index 4adbf915991..914cc1ad913 100644 --- a/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-plaingeneric.tlpsrc @@ -61,6 +61,7 @@ depend modulus depend multido depend navigator depend newsletr +depend nth depend ofs depend olsak-misc depend path diff --git a/Master/tlpkg/tlpsrc/nth.tlpsrc b/Master/tlpkg/tlpsrc/nth.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/nth.tlpsrc |