diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-29 20:17:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-29 20:17:19 +0000 |
commit | bcef2848e43c83b6e9eac3afa81f6dd99fea6bd3 (patch) | |
tree | ede3418e2dbe0cec66c63a69161b773fc42cb43d /Master/tlpkg | |
parent | 7a73a52bad53a24322a5524cb9beb70afd4442c5 (diff) |
stricttex (29aug20)
git-svn-id: svn://tug.org/texlive/trunk@56210 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 | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/stricttex.tlpsrc | 0 |
4 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 7863ba34fb2..fa07f7cab80 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -693,7 +693,7 @@ my @TLP_working = qw( stdclsdv stdpage stealcaps steinmetz stellenbosch step stex stickstoo stix stix2-otf stix2-type1 stmaryrd storebox storecmd - stringenc stringstrings structmech struktex + stricttex stringenc stringstrings structmech struktex sttools stubs studenthandouts sty2dtx suanpan subdocs subdepth subeqn subeqnarray subfig subfigmat subfigure subfiles subfloat substances diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7fba8680a4f..55fc529d9fe 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2115,6 +2115,7 @@ $standardtex 'splitindex', 'splitindex\.tex|' . $standardtex, 'spotcolor', 'spotcolor.*\.tex|' . $standardtex, 'startex', '\.(tex|stx|lan)$', + 'stricttex', '\.lua|' . $standardtex, 'subfig', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide 'subfigure', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide 'syntax', 'syntax\.tex', diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index 7b91b79eecb..15ca897da1d 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -55,4 +55,5 @@ depend placeat depend plantuml depend selnolig depend spelling +depend stricttex depend typewriter diff --git a/Master/tlpkg/tlpsrc/stricttex.tlpsrc b/Master/tlpkg/tlpsrc/stricttex.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/stricttex.tlpsrc |