diff options
author | Karl Berry <karl@freefriends.org> | 2022-07-20 20:26:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-07-20 20:26:32 +0000 |
commit | a09d76616470c8147791104c93bdb5d7379833df (patch) | |
tree | f6ec951925c4437c921a626cf9d05231cc66a32a /Master/tlpkg | |
parent | f58a715035d0d1b7397ec08fe7800dbcb4adfbbd (diff) |
wrapstuff (20jul22)
git-svn-id: svn://tug.org/texlive/trunk@63949 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 | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/wrapstuff.tlpsrc | 0 |
4 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index cdcd82891bb..4929a66fd5b 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -866,7 +866,7 @@ my @TLP_working = qw( widetable widows-and-orphans williams willowtreebook windycity withargs witharrows wnri wnri-latex wordcount wordlike worldflags worksheet - wrapfig wrapfig2 wsemclassic wsuipa wtref + wrapfig wrapfig2 wrapstuff wsemclassic wsuipa wtref xargs xassoccnt xbmks xcharter xcharter-math xcite xcjk2uni xcntperchap xcolor xcolor-material xcolor-solarized xcomment xcookybooky xcpdftips xdoc xduthesis xduts diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index fa56e6ff8f6..5b51326c8f1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3176,6 +3176,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'undolabl' => 'tex', 'velthuis' => 'latex', # requires interaction 'wrapfig2' => 'etex', + 'wrapstuff' => 'etex', 'xduthesis' => 'tex', 'xecjk' => 'xecjk-xelatex', 'xmuthesis' => 'etex', @@ -3901,7 +3902,7 @@ sub set_dir_defaults { $standarddocfmt = $standardsourcefmt = "metapost"; $guess = "$standarddocfmt for docfmt/srcfmt"; - } elsif ($ctan_dir =~ m!/(CTAN|tex-archive)/macros/generic/!) { + } elsif ($ctan_dir =~ m!/(CTAN|tex-archive)/macros/(jptex/)?generic/!) { $standarddocfmt = $standardsourcefmt = $standardfmt = "generic"; $guess = "$standarddocfmt for fmt/docfmt/srcfmt"; diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 84ff02e1dc4..aa447fd2e9d 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -1403,6 +1403,7 @@ depend wordlike depend worksheet depend wrapfig depend wrapfig2 +depend wrapstuff depend wtref depend xargs depend xassoccnt diff --git a/Master/tlpkg/tlpsrc/wrapstuff.tlpsrc b/Master/tlpkg/tlpsrc/wrapstuff.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/wrapstuff.tlpsrc |