summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-20 23:14:47 +0000
committerKarl Berry <karl@freefriends.org>2014-01-20 23:14:47 +0000
commit678b47df5937bdebe240e2747602f2d744c2c818 (patch)
treebe8d42e88299254499dfc2c12c664a09ae98b732 /Master/tlpkg
parent640b371427c6a52014149f3a7afda93519ffb738 (diff)
tikzposter (20jan14)
git-svn-id: svn://tug.org/texlive/trunk@32732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a420dcd2cb8..550ca36ed35 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1579,7 +1579,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'ticket', '\.tdf|' . $standardtex,
'tikz-cd', 'tikz-cd.sty', # not pgfmanual.sty
'tikz-qtree', '(pgf|tikz-)(subpic|q?tree(-compat)?)\.(tex|sty)',
- 'tikzposter', 'tikzposter-layoutstyles\.tex|tikzposter-colorthemes\.tex|' . $standardtex,
+ 'tikzposter', 'tikzposter[^-].*\.tex|' . $standardtex,
# tipa: we want to install all .sty except tipaman|boxchar|codelist.
# i can't explain why ^(?!...), the "zero-width negative look-ahead
# assertion", is what works, but it does. found in (and modified from)