diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-02 17:06:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-02 17:06:37 +0000 |
commit | 19fea6b94da44b2a4ba7a3f301c8c9bf453cfe39 (patch) | |
tree | d04d2e8c8f6bf83fb68d28757b34c8fdea0022c4 /Master/tlpkg | |
parent | ec105f442ef9d079793cc35460e4c7aa1d905ceb (diff) |
new tikz package tkz-doc
git-svn-id: svn://tug.org/texlive/trunk@12286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 6 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-pictures.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tkz-doc.tlpsrc | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 615b6234847..2b68102c10c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -221,9 +221,9 @@ my @WorkingTLP = qw( textcase textfit textopo textpath textpos theoremref thesis-titlepage-fhac thinsp thmtools thumb thumbpdf thuthesis ticket tikz-inet - timetable titlefoot titlepages titlesec - titling tocbibind - tocloft todo todonotes + timetable titlefoot titlepages titlesec titling + tkz-doc + tocbibind tocloft todo todonotes tokenizer toolbox tools toptesi totpages tracking trajan translator tree-dvips trfsigns trivfloat trsym tufte-latex tugboat tugboat-plain turnstile twoup txfonts Type1fonts diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 9a263bc2064..780a043553a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -892,6 +892,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'tex-ewd', 'dotnot.tex', 'texsis', '\.txs|TXS.*tex|texsis.tex', 'ticket', '\.tdf|' . $standardtex, + 'tkz-doc', '\.cls', # no example.sty 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', 'translator', '\.dict|translator-language-mappings.tex|' . $standardtex, 'tugboat-plain','\.cmn|' . $standardtex, diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index d2937882143..f619d2da06a 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -33,6 +33,9 @@ depend schemabloc depend swimgraf depend texdraw depend tikz-inet +depend tkz-doc +depend tkz-linknodes +depend tkz-tab depend tufte-latex depend xypic depend collection-basic diff --git a/Master/tlpkg/tlpsrc/tkz-doc.tlpsrc b/Master/tlpkg/tlpsrc/tkz-doc.tlpsrc new file mode 100644 index 00000000000..cb5ea31a775 --- /dev/null +++ b/Master/tlpkg/tlpsrc/tkz-doc.tlpsrc @@ -0,0 +1,2 @@ +name tkz-doc +category Package |