diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-13 22:55:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-13 22:55:30 +0000 |
commit | 1993bf742a4a04e823f0bbe5d8b90a6d103709f2 (patch) | |
tree | 8031a6fcbae38b06cb5624e1a3103b55386fbe76 /Master/tlpkg | |
parent | 737df2d11a464a5d565da5ac24076a08944d4221 (diff) |
new tikz package tikz-cd (13sep11)
git-svn-id: svn://tug.org/texlive/trunk@23938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-pictures.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tikz-cd.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 35f8240e646..eb13ca2883c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -368,7 +368,8 @@ my @TLP_working = qw( thailatex theoremref thesis-titlepage-fhac thinsp thmbox thmtools threeddice threeparttable threeparttablex thumb thumbpdf thumbs thumby thuthesis - ticket tikz-3dplot tikz-inet tikz-qtree tikz-timing timetable tipa tipa-de + ticket tikz-cd tikz-3dplot tikz-inet tikz-qtree tikz-timing + timetable tipa tipa-de titlefoot titlepages titlepic titleref titlesec titling tkz-base tkz-berge tkz-doc tkz-euclide tkz-fct tkz-graph tkz-linknodes tkz-orm tkz-tab diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 74b81e6a2ab..53b441b5ab7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1255,6 +1255,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'thesis-titlepage-fhac', 'LOGO.*|' . $standardtex, 'threeparttable', '^..[^s].*\.sty', # not miscdoc.sty 'ticket', '\.tdf|' . $standardtex, + 'tikz-cd', 'tikz-cd.sty', # not pgfmanual.sty 'tikz-qtree', '(pgf|tikz-)(subpic|q?tree(-compat)?)\.(tex|sty)', 'tipa-de', 'NULL', # doc package 'titleref', '^..[^s].*\.sty', # not miscdoc.sty diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index c0926a96b64..12b5f7f5ebf 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -65,6 +65,7 @@ depend rviewport depend schemabloc depend swimgraf depend texdraw +depend tikz-cd depend tikz-3dplot depend tikz-inet depend tikz-qtree diff --git a/Master/tlpkg/tlpsrc/tikz-cd.tlpsrc b/Master/tlpkg/tlpsrc/tikz-cd.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/tikz-cd.tlpsrc |