diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-18 16:47:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-18 16:47:23 +0000 |
commit | 92782b8e0e629b8a1f47ea59ea05ce4114a8dde7 (patch) | |
tree | 21962bac472ce4662e9c8a10a5c2e93e0f32946c | |
parent | d367f597d0c9503f5240c0f92073a373c49cd32c (diff) |
rm shadbox, nonfree license, c.1996
git-svn-id: svn://tug.org/texlive/trunk@20789 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/latex/shadbox/shadbox.sty | 65 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/shadbox/shadbox1.sty | 71 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/shadbox.tlpsrc | 0 |
6 files changed, 2 insertions, 138 deletions
diff --git a/Master/texmf-dist/tex/latex/shadbox/shadbox.sty b/Master/texmf-dist/tex/latex/shadbox/shadbox.sty deleted file mode 100644 index 06adf55fa17..00000000000 --- a/Master/texmf-dist/tex/latex/shadbox/shadbox.sty +++ /dev/null @@ -1,65 +0,0 @@ -% shadbox.sty -% -% 17 Mar 1996 -% Glazkov D.A. -% e-mail: glazkov@sci.lpi.msk.su -% -% 117924 Moscow, Leninsky Prosp. 53 -% P.N.Lebedev Physical Institute of -% Russian Academy of Sciences -% RUSSIA -% -% -% -% The goal of this command is to darken the background of any box - -% text, figure, table etc. In the contrast to PostScript drivers, -% DVIWIN etc. there is not used any driver-specific properties, but -% standard Plain(La) TeX. Small black squares is places in the area -% of the box. The dimension of black square (length \deltablack) may be -% set by any means (\setlength). But it's reasonable to choose -% this dimension little greater than dimension of point of the -% output printer. By default it is equal to 0.3pt, that is suitable -% for the printer of 300 dpi. -% -% The degree of darkness is regulated by means of change the distance -% between small black squares. In this style squares are placed in the -% rectangular order - it's simpler, but result is not always very good. -% - See the style "shadbox1.sty". -% -% The retribution for driver-independence is: the less squares and -% nearer to each other, the greater the size of output DVI-file (and -% grows quickly). One must experiment to find balance between quality -% of shadow and size of output file. -% -% -% -% You may change this code freely. But please inform me if you use -% or improve these commands. -% -% -% -% Usage: -% -% \shadbox{x}{abc} -% -% x - ratio showing how many times the distance between squares -% greater than their size (may be only >1). 1 corresponds -% to black darkness, 2 corresponds to 50% darkness. -% -% abc - the box, which must be darken -% - -\newdimen\deltablack -\deltablack=0.3pt -\def\shadbox#1#2{% -\newdimen\delt \delt=#1\deltablack -\setbox2=\hbox{#2} -% -\setbox3=\hbox{\vrule width\deltablack height\deltablack depth0pt} -\wd3=\delt \ht3=\delt -\setbox4=\vbox to\ht2{\leaders\copy3\vfil\hrule width 0pt - height-\dp2 depth\dp2} -\setbox5=\hbox to\wd2{\leaders\copy4\hfil} -\wd5=0pt \ht5=0pt \dp5=0pt -\leavevmode\box5\box2% -}
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/shadbox/shadbox1.sty b/Master/texmf-dist/tex/latex/shadbox/shadbox1.sty deleted file mode 100644 index 872cab60045..00000000000 --- a/Master/texmf-dist/tex/latex/shadbox/shadbox1.sty +++ /dev/null @@ -1,71 +0,0 @@ -% shadbox1.sty -% -% 17 Mar 1996 -% Glazkov D.A. -% e-mail: glazkov@sci.lpi.msk.su -% -% 117924 Moscow, Leninsky Prosp. 53 -% P.N.Lebedev Physical Institute of -% Russian Academy of Sciences -% RUSSIA -% -% -% -% The goal of this command is to darken the background of any box - -% text, figure, table etc. In the contrast to PostScript drivers, -% DVIWIN etc. there is not used any driver-specific properties, but -% standard Plain(La) TeX. Small black squares is places in the area -% of the box. The dimension of black square (length \deltablack) may be -% set by any means (\setlength). But it's reasonable to choose -% this dimension little greater than dimension of point of the -% output printer. By default it is equal to 0.3pt, that is suitable -% for the printer of 300 dpi. -% -% The degree of darkness is regulated by means of change the distance -% between small black squares. In this style squares are placed in the -% "chess" order - the result is better than those in the style -% "shadbox.sty". -% -% The retribution for driver-independence is: the less squares and -% nearer to each other, the greater the size of output DVI-file (and -% grows quickly). One must experiment to find balance between quality -% of shadow and size of output file. -% -% -% -% You may change this code freely. But please inform me if you use -% or improve these commands. -% -% -% -% Usage: -% -% \shadbox{x}{abc} -% -% x - ratio showing how many times the distance between squares -% greater than their size (may be only >1). 1 corresponds -% to black darkness, 2 corresponds to 50% darkness. -% -% abc - the box, which must be darken -% -% -\newdimen\deltablack -\deltablack=0.3pt -\def\shadbox#1#2{% -\newdimen\delt \delt=#1\deltablack -\setbox2=\hbox{#2} -% -\setbox3=\hbox{\vrule width\deltablack height\deltablack depth0pt} -\wd3=\delt \ht3=2\delt -\setbox4=\vbox to\ht2{\leaders\copy3\vfil\hrule width 0pt - height-\dp2 depth\dp2} -\setbox3=\hbox{\hbox{}\raise\delt\hbox{\vrule width\deltablack - height\deltablack depth0pt}} -\wd3=\delt \ht3=2\delt \dp3=0pt -\setbox6=\vbox to\ht2{\leaders\copy3\vfil\hrule width 0pt - height-\dp2 depth\dp2} -\setbox7=\hbox{\box4\box6} -\setbox5=\hbox to\wd2{\leaders\copy7\hfil} -\wd5=0pt \ht5=0pt \dp5=0pt -\leavevmode\box5\box2% -}
\ No newline at end of file diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 41a30f341a1..f6523486a3a 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -292,7 +292,7 @@ my @TLP_working = qw( secdot section sectionbox sectsty selectp semantic semaphor seminar semioneside sepnum seqsplit setspace seuthesis sf298 sffms sfg sfheaders - sfmath sgame shadbox shade shadethm shadow shapepar + sfmath sgame shade shadethm shadow shapepar shipunov shorttoc show2e showdim showexpl showlabels showtags shuffle sidecap sides silence simplecd simplecv simplewick simplified-latex siunitx skak skaknew skb skeycommand skeyval diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 833148398d9..4f6ad9e88f4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -667,6 +667,7 @@ $Master = "$mydir/../.."; 'scripttex', "die 'skipping, nosell license'", 'seminar', "&MAKEseminar", 'sfarticle', "die 'skipping, LaTeX 2.09'", + 'shadbox', "die 'skipping, nonfree license'", 'shipunov', "&MAKEcopy", 'shortlst', "die 'skipping, nosell license'", 'showexpl', "&MAKEflatten", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 838c310eef9..00bac3ef0e0 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -558,7 +558,6 @@ depend sf298 depend sffms depend sfheaders depend sfmath -depend shadbox depend shadow depend shadethm depend shapepar diff --git a/Master/tlpkg/tlpsrc/shadbox.tlpsrc b/Master/tlpkg/tlpsrc/shadbox.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/shadbox.tlpsrc +++ /dev/null |