diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-23 22:38:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-23 22:38:22 +0000 |
commit | 65f1c49e016a267ad2fdabc1e07ad38a8c6e10a5 (patch) | |
tree | 0917750eef4d18a989fbe3dec80dd9e240f50e44 /Master/tlpkg | |
parent | da44abf54037ab8597fd36e09b8dc5a255acae4d (diff) |
add 2005 latex package thmbox (Herbert Voss mail, 23 Mar 2009 15:06:01)
git-svn-id: svn://tug.org/texlive/trunk@12501 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/thmbox.tlpsrc | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 288a0d72188..2f1154e3896 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -1,8 +1,7 @@ #!/usr/bin/env perl # $Id$ # Public domain. Originally written 2005, Karl Berry. -# Rewritten for new infrastructure 2007, Norbert Preining. -# Check if a package in TL has any changes on CTAN. Just the beginnings. +# Check if a package in TL has any changes on CTAN. BEGIN { chomp ($mydir = `dirname $0`); # we are in Master/tlpkg/bin @@ -222,7 +221,7 @@ my @WorkingTLP = qw( texpower texshade textcase textfit textopo textpath textpos theoremref thesis-titlepage-fhac - thinsp thmtools thumb thumbpdf thuthesis ticket tikz-inet + thinsp thmbox thmtools thumb thumbpdf thuthesis ticket tikz-inet timetable titlefoot titlepages titlesec titling tkz-doc tkz-linknodes tkz-tab tocbibind tocloft todo todonotes diff --git a/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc index 4931f24959f..0b2b3b4f20e 100644 --- a/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-mathextra.tlpsrc @@ -31,6 +31,7 @@ depend synproof depend tablor depend tensor depend tex-ewd +dpeend thmbox depend turnstile depend venn depend yhmath diff --git a/Master/tlpkg/tlpsrc/thmbox.tlpsrc b/Master/tlpkg/tlpsrc/thmbox.tlpsrc new file mode 100644 index 00000000000..c3280d24b67 --- /dev/null +++ b/Master/tlpkg/tlpsrc/thmbox.tlpsrc @@ -0,0 +1,2 @@ +name thmbox +category Package |