diff options
author | Karl Berry <karl@freefriends.org> | 2022-08-26 19:56:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-08-26 19:56:32 +0000 |
commit | 514aac2f29abee64350e7f44a1454cbed42e1680 (patch) | |
tree | 89235900f58a81916058d92e611a5db50f0db257 /Master/tlpkg | |
parent | 6dc13da698a750d4b17c38fa070a1b605681dd6e (diff) |
tikzpingus (26aug22)
git-svn-id: svn://tug.org/texlive/trunk@64199 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-pictures.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tikzpingus.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 79eeae72a9a..a5c797511f1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -801,7 +801,7 @@ my @TLP_working = qw( tikz-relay tikz-sfc tikz-swigs tikz-timing tikz-trackschematic tikz-truchet tikzbricks tikzcodeblocks tikzducks tikzfill tikzinclude tikzlings tikzmark tikzmarmots tikzorbital - tikzpackets tikzpagenodes tikzpeople tikzpfeile tikzposter + tikzpackets tikzpagenodes tikzpeople tikzpfeile tikzpingus tikzposter tikzscale tikzsymbols tikztosvg tile-graphic timbreicmc times timetable timing-diagrams tinos tipa tipa-de tipauni tipfr diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7da320aef9f..c82c1616fcc 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1907,7 +1907,8 @@ $standardfmt='latex'; # packages which need special .tex/.sty files installed $standardtex - = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|lua|opm|sty|trsl)' + = '(\.(.bx|4ht|cls|clo|cmap|(code|lib)\.tex' + . '|def|fd|fontspec|ldf|lua|opm|sty|trsl)' . '|.*[^c]\.cfg)$'; # not ltxdoc.cfg %specialtex = ( '2up', '2up\.tex|' . $standardtex, diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index 8ba05ef684f..7f4fd93bfd0 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -205,6 +205,7 @@ depend tikzpackets depend tikzpagenodes depend tikzpeople depend tikzpfeile +depend tikzpingus depend tikzposter depend tikzscale depend tikzsymbols diff --git a/Master/tlpkg/tlpsrc/tikzpingus.tlpsrc b/Master/tlpkg/tlpsrc/tikzpingus.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/tikzpingus.tlpsrc |