summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-18 16:49:19 +0000
committerKarl Berry <karl@freefriends.org>2010-12-18 16:49:19 +0000
commitcb874824436f6de80f79164f3d9d96be7d02ab4d (patch)
tree2601ade0b5c6aff057053aaa47990469d62606e7 /Master
parent92782b8e0e629b8a1f47ea59ea05ce4114a8dde7 (diff)
rm sprite, noinfo license, c.1994
git-svn-id: svn://tug.org/texlive/trunk@20790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/sprite/spriteuse.tex85
-rw-r--r--Master/texmf-dist/tex/latex/sprite/sprite.sty39
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/sprite.tlpsrc0
6 files changed, 2 insertions, 126 deletions
diff --git a/Master/texmf-dist/doc/latex/sprite/spriteuse.tex b/Master/texmf-dist/doc/latex/sprite/spriteuse.tex
deleted file mode 100644
index 3d8e5327353..00000000000
--- a/Master/texmf-dist/doc/latex/sprite/spriteuse.tex
+++ /dev/null
@@ -1,85 +0,0 @@
-%%%%%%%%%%% SPRITEUSE.TEX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Example for the use of SPRITE.STY ( Martin Costabel 27-Oct-1987 )
-\documentstyle[12pt,sprite]{article}
-\begin{document}
-\newsavebox{\CalH} \sbox{\CalH}{${\cal H}$} % Get the size of \cal H.
-\newcommand{\ScriptH}% Some fine-tuning of the
-{\raisebox{-0.5 pt}{\SH}\kern 1 pt}% positioning might be necessary
-\sprite{\SH}(33,65)[\wd\CalH, \ht\CalH] % The size will be the same
- % as for \cal H.
- % Resolution ca. 250x500 dpi
-:..........BBBBBBBB.............BBB..................BBBBBB....... |
-:........BBBB....BBB..........BBBBB..............BBBBBB...BBBB.... |
-:........BB.......BBB.......BBB.BBB............BBBBBB.......BBBB.. |
-:........BB.......BBB.....BBB..BBBB..........BBBBBB..........BBB.. |
-:........BB.......BBB....BB...BBBB.........BBBBBB............BBBB. |
-:........BB.......BBB...BB....BBBB.........BBBBB.............BBBB. |
-:..................BBBBBB.....BBB.........BBBBB..............BBBB. |
-:............................BBBB........BBBBBB..............BBBB. |
-:...........................BBBB.........BBBBB...............BBBB. |
-:...........................BBBB.........BBBBB...............BBB.. |
-:..........................BBBB.........BBBBB...............BBBB.. |
-:..........................BBBB.........BBBB...............BBBB... |
-:.........................BBBB.........BBBBB..............BBBB.... |
-:.........................BBBB.........BBBB..............BBBB..... |
-:........................BBBBB.........BBBB............BBBBB...... |
-:........................BBBB.........BBBB..........BBBBBB........ |
-:.......................BBBBB.........BBBB.....BBBBBBBB........... |
-:..........BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB................ |
-:.......BBBB...........BBBBB.........BBBB......................... |
-:.....BBBB.............BBBBB........BBBBB......................... |
-:....BBB...............BBBB.........BBBB.......................... |
-:...BB................BBBB.........BBBBB.......................... |
-:..BBB...............BBBBB.........BBBB........................... |
-:.BBB................BBBB..........BBBB........................... |
-:.BBB...............BBBB..........BBBB............................ |
-:BBB...............BBBBB..........BBBB..................B......... |
-:BBB..............BBBBB...........BBBB.................BB......... |
-:BBB.............BBBBB............BBBB................BBB......... |
-:BBB............BBBBB..............BBBB..............BBB.......... |
-:BBB...........BBBBB................BBBB...........BBBB........... |
-:.BBBB........BBBB...................BBBB........BBBB............. |
-:...BBB.....BBBB.......................BBBB....BBBBB.............. |
-:.....BBBBBBB.............................BBBBBBB................. |
-\endsprite
-
-\def\schwa{\FormOfSchwa\kern 1 pt} % Only necessary if \kern... is wanted
-\sprite{\FormOfSchwa}(16,24)[0.4 em, 1 ex] % Resolution ca. 200x340 dpi.
-:.......BBBBBBBBBB....... |
-:....BBBB........BBBB.... |
-:..BBB.............BBBB.. |
-:.BB.................BBB. |
-:.B...................BBB |
-:.....................BBB |
-:.....................BBB |
-:.....................BBB |
-:BBBBBBBBBBBBBBBBBBBBBBBB |
-:BBB..................BBB |
-:BBB..................BBB |
-:BBB.................BBB. |
-:.BBB...............BBB.. |
-:..BBBB...........BBBB... |
-:....BBBBB.....BBBBB..... |
-:.......BBBBBBBB......... |
-\endsprite
-% Now we can use it
-
-\section{Here is a script \protect\ScriptH :} % It is fragile!
-You can use it also in Formulas:
-$$ H \neq \ScriptH \neq {\cal H}$$
-And we defined also some kind of Sch\schwa wa.
-
-\newpage
-\section{\TeX\ capacity exceeded?}
-If you have too many of these on one page, your \TeX\ might give up:
-A \ScriptH \\
-B \schwa \\
-C \ScriptH \
-D \schwa \\
-E \ScriptH \\
-F \schwa \\
-G \ScriptH \ etc.
-\end{document}
-%%%%%%%%%%%%%End of SPRITEUSE.TEX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%---And Cut here----------------------------------------------------
-
diff --git a/Master/texmf-dist/tex/latex/sprite/sprite.sty b/Master/texmf-dist/tex/latex/sprite/sprite.sty
deleted file mode 100644
index 849434fe8a9..00000000000
--- a/Master/texmf-dist/tex/latex/sprite/sprite.sty
+++ /dev/null
@@ -1,39 +0,0 @@
-%%%%%%%%%%%%% SPRITE.STY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% LaTeX style option SPRITE.STY ( Martin Costabel 27-Oct-1987 )
-%% Use: \documentstyle[...,sprite,...]{...}
-%\makeatletter %use this if you \input{sprite.sty}
-%% New command:
-%%
-%% \sprite{cmd}(lins,cols)[wdth,hght] pixels \endsprite
-%%
-%% Here:
-%% cmd is a command sequence which is afterwards the name of the new object.
-%% It is defined as \usebox{cmd@box}, so there is also a new box cmd@box.
-%% wdth and hght are the width and height of the new object.
-%% pixels is a sequence of lins lines, each of which starts with a `:'(colon),
-%% ends with a `|'(vertical bar), and contains cols pixels which are
-%% either a `.'(period, meaning a white pixel) or a `B'(capital B, meaning
-%% a black pixel). Blank spaces are ignored.
-%%
-\newlength{\@pxlwd} \newlength{\@rulewd} \newlength{\@pxlht}
-\catcode`.=\active \catcode`B=\active \catcode`:=\active \catcode`|=\active
-\def\sprite#1(#2,#3)[#4,#5]{
- \edef\@sprbox{\expandafter\@cdr\string#1\@nil @box}
- \expandafter\newsavebox\csname\@sprbox\endcsname
- \edef#1{\expandafter\usebox\csname\@sprbox\endcsname}
- \expandafter\setbox\csname\@sprbox\endcsname =\hbox\bgroup
- \vbox\bgroup
- \catcode`.=\active\catcode`B=\active\catcode`:=\active\catcode`|=\active
- \@pxlwd=#4 \divide\@pxlwd by #3 \@rulewd=\@pxlwd
- \@pxlht=#5 \divide\@pxlht by #2
- \def .{\hskip \@pxlwd \ignorespaces}
- \def B{\@ifnextchar B{\advance\@rulewd by \@pxlwd}{\vrule
- height \@pxlht width \@rulewd depth 0 pt \@rulewd=\@pxlwd}}
- \def :{\hbox\bgroup\vrule height \@pxlht width 0pt depth 0pt\ignorespaces}
- \def |{\vrule height \@pxlht width 0pt depth 0pt\egroup
- \prevdepth= -1000 pt}
- }
-\def\endsprite{\egroup\egroup}
-\catcode`.=12 \catcode`B=11 \catcode`:=12 \catcode`|=12\relax
-%\makeatother %use this if you \input{sprite.sty}
-%%%%%%%%%%% End of SPRITE.STY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index f6523486a3a..f2689fbfd23 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -299,7 +299,7 @@ my @TLP_working = qw(
slantsc slashbox slideshow smalltableof smartref
snapshot songbook sort-by-letters soton soul soyombo
spanish spanish-mx sparklines spie
- splines splitbib splitindex spot spotcolor spreadtab sprite spverbatim
+ splines splitbib splitindex spot spotcolor spreadtab spverbatim
srcltx stack stage standalone starfont statistik statex statex2 staves
stdclsdv stdpage steinmetz
stellenbosch stex stix stringstrings struktex
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 4f6ad9e88f4..b76c017124d 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -681,6 +681,7 @@ $Master = "$mydir/../..";
'songs', "die 'skipping, requires binary'",
'sphack', "die 'skipping, nonfree license'",
'springer', "die 'skipping, licenses not checked'",
+ 'shadbox', "die 'skipping, noinfo license'",
'ssqquote', "die 'skipping, nonfree license'",
'staves', "&MAKEflatten",
'stellenbosch',"&MAKEcopy",
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 00bac3ef0e0..439ff99f109 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -587,7 +587,6 @@ depend spverbatim
depend splitindex
depend spot
depend spotcolor
-depend sprite
depend srcltx
depend sseq
depend stack
diff --git a/Master/tlpkg/tlpsrc/sprite.tlpsrc b/Master/tlpkg/tlpsrc/sprite.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/sprite.tlpsrc
+++ /dev/null