diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-10 18:27:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-10 18:27:06 +0000 |
commit | 4faec5ef846336e0e2c3b4d50640dbd81ef275bc (patch) | |
tree | 509c6c57688e4a6f5d57f6d69ca30bb635428f90 | |
parent | 3e640e6bf6e743e399ab6f918e6d2cd27af57d3f (diff) |
rm slashbox, license noinfo, authors uncontactable
git-svn-id: svn://tug.org/texlive/trunk@22402 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/slashbox/slashbox.pdf | bin | 44678 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/slashbox/slashbox.tex | 68 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/slashbox/slashbox.sty | 77 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/slashbox.tlpsrc | 0 |
7 files changed, 3 insertions, 147 deletions
diff --git a/Master/texmf-dist/doc/latex/slashbox/slashbox.pdf b/Master/texmf-dist/doc/latex/slashbox/slashbox.pdf Binary files differdeleted file mode 100644 index c61fb4ae69b..00000000000 --- a/Master/texmf-dist/doc/latex/slashbox/slashbox.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/slashbox/slashbox.tex b/Master/texmf-dist/doc/latex/slashbox/slashbox.tex deleted file mode 100644 index 356c81f8ca2..00000000000 --- a/Master/texmf-dist/doc/latex/slashbox/slashbox.tex +++ /dev/null @@ -1,68 +0,0 @@ -\documentstyle[12pt,slashbox]{article} -\pagestyle{empty} -\begin{document} -\begin{center} -\large\bf -Sample text for {\tt slashbox.sty} -\end{center} - -The usage is pretty straightforward, such as -\bigskip - -\noindent -\begin{tabular}{|l||*{5}{c|}}\hline -\backslashbox{Room}{Date} -&\makebox[3em]{5/31}&\makebox[3em]{6/1}&\makebox[3em]{6/2} -&\makebox[3em]{6/3}&\makebox[3em]{6/4}\\\hline\hline -Meeting Room &&&&&\\\hline -Auditorium &&&&&\\\hline -Seminar Room &&&&&\\\hline -\end{tabular} - -\bigskip -You may include a newline (\verb+\\+) in `Room' and/or `Date'. -Note that you will get spaces aside the slash line if there is a -wider column in the same column of a different line. -In such a case, you need to specify the width of the slashed column -by saying - -\bigskip - -\noindent -\begin{tabular}{|l||*{4}{c|}}\hline -\backslashbox[48mm]{Room}{Date} -&\makebox[3em]{5/31}&\makebox[3em]{6/1}&\makebox[3em]{6/2} -&\makebox[3em]{6/3}\\\hline\hline -Room With a Long Name &&&&\\\hline -Auditorium &&&&\\\hline -Seminar Room &&&&\\\hline -\end{tabular} - -\bigskip -The specified width is neglected if it is narrower than the natural -width of the column. - -\verb+\(back)slashbox+ assumes by default that there is a blank space -of width \verb+\tabcolsep+ on both sides of the column. -Thus the slash line might exceeds the boundary when you use \verb+@{}+ -etc. - -You can avoid it by specifying -\bigskip - -\noindent -\begin{tabular}{|@{\ $\bullet$\hspace*{3mm}}l||*{5}{c|}}\hline -\multicolumn{1}{|@{}l||}{\backslashbox[0pt][l]{Room}{Date}} -&\makebox[3em]{5/31}&\makebox[4em]{6/1}&\makebox[3em]{6/2} -&\makebox[3em]{6/3}&\makebox[3em]{6/4}\\\hline\hline -Meeting Room &&&&&\\\hline -Auditorium &&&&&\\\hline -Seminar Room &&&&&\\\hline -\end{tabular} -\bigskip - -Here \verb+[l]+ tells the command that there is no extra space on the -left of this column. You can use \verb+[r]+ and \verb+[lr]+ likewise. -You have to also specify the width of the column in this case, but it -can be 0pt. -\end{document} diff --git a/Master/texmf-dist/tex/latex/slashbox/slashbox.sty b/Master/texmf-dist/tex/latex/slashbox/slashbox.sty deleted file mode 100644 index 1712c9e7ce9..00000000000 --- a/Master/texmf-dist/tex/latex/slashbox/slashbox.sty +++ /dev/null @@ -1,77 +0,0 @@ -% slashbox.sty by Koichi Yasuoka, May 27, 1993 -% minor modification by Toru Sato, May 31, 1993 -\typeout{slashbox style by K.Yasuoka, May 1993.}% -\newbox\@slashboxa -\newbox\@slashboxb -\newbox\@slashboxc -\newcount\@slashboxwd -\newcount\@slashboxht -\newdimen\@slashsepl -\newdimen\@slashsepr -\def\slashbox{% - \def\@slashboxpicture##1{% - \put(0,0){\line(##1,1){\@slashboxwd}}% - \put(0,\@slashboxht){\makebox(0,0)[tl]{\box\@slashboxa}}% - \put(\@slashboxwd,0){\makebox(0,0)[br]{\box\@slashboxb}}% - }% - \@slashbox -}% -\def\backslashbox{% - \def\@slashboxpicture##1{% - \put(0,\@slashboxht){\line(##1,-1){\@slashboxwd}}% - \put(0,0){\makebox(0,0)[bl]{\box\@slashboxa}}% - \put(\@slashboxwd,\@slashboxht){\makebox(0,0)[tr]{\box\@slashboxb}}% - }% - \@slashbox -}% -\def\@slashbox{\@ifnextchar [{\@@slashbox}{\@@slashbox[0pt]}} -\def\@@slashbox[#1]{\@ifnextchar [{\@@@slashbox[#1]}{\@@@slashbox[#1][c]}} -\def\@@@slashbox[#1][#2]#3#4{% -% #1: width, #2: suppression of \tabcolsep on `l', `r', or `lr' side -% #3: left item, #4: right item - \@slashsepl=\tabcolsep - \@slashsepr=\tabcolsep - \@tfor\@tempa :=#2\do{\expandafter\let - \csname @slashsep\@tempa\endcsname=\z@}% - \setbox\@slashboxa=\hbox{\strut\hskip\tabcolsep\shortstack[l]{#3}}% - \setbox\@slashboxb=\hbox{\shortstack[r]{#4}\hskip\tabcolsep\strut}% - \setbox\@slashboxa=\hbox{\raise\dp\@slashboxa\box\@slashboxa}% - \setbox\@slashboxb=\hbox{\raise\dp\@slashboxb\box\@slashboxb}% - \setbox\@slashboxc=\hbox{% - \@tempdima=\wd\@slashboxa - \advance\@tempdima by \wd\@slashboxb - \advance\@tempdima by \@slashsepl - \advance\@tempdima by \@slashsepr - \@tempdimb=#1\relax% - \ifdim\@tempdimb>\@tempdima \@tempdima=\@tempdimb\fi% - \@tempdimb=\ht\@slashboxa - \advance\@tempdimb by \dp\@slashboxa - \advance\@tempdimb by \ht\@slashboxb - \advance\@tempdimb by \dp\@slashboxb - \@tempcnta=\@tempdima - \@tempcntb=\@tempdimb - \advance\@tempcnta by \@tempcntb - \advance\@tempcnta by -1 - \divide\@tempcnta by \@tempcntb - \ifnum\@tempcnta>6 \@tempcnta=6 - \@tempdimb=0.166666666\@tempdima - \else - \ifnum\@tempcnta<1 \@tempcnta=1\fi - \@tempdima=\@tempdimb - \multiply\@tempdima by \@tempcnta - \fi% - \advance\@tempdima by -\@slashsepl - \advance\@tempdima by -\@slashsepr - \@slashboxwd=\@tempdima - \@slashboxht=\@tempdimb - \@tempcntb=\@slashsepl - \setlength{\unitlength}{1sp}% - \begin{picture}(\@slashboxwd,\@slashboxht)(\@tempcntb,0) - \advance\@tempdima by \@slashsepl - \advance\@tempdima by \@slashsepr - \@slashboxwd=\@tempdima - \@slashboxpicture{\@tempcnta} - \end{picture}% - }% - $\vcenter{\box\@slashboxc}$% -}% diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d9b886ec3fa..2384e50b286 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -322,7 +322,7 @@ my @TLP_working = qw( sidecap sides silence simplecd simplecv simplewick simplified-latex sitem siunitx skak skaknew skb skeycommand skeyval - slantsc slashbox slideshow smalltableof smartref + slantsc slideshow smalltableof smartref snapshot songbook sort-by-letters soton soul soyombo spanglish spanish spanish-mx sparklines spie sphack splines splitbib splitindex spot spotcolor spreadtab spverbatim diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 67edb319938..99a64fd7317 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -737,6 +737,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'siggraph', "die 'skipping, nonfree license'", 'simpsons', "die 'skipping, noinfo license'", 'skak', "&MAKEflatten", + 'slashbox', "die 'skipping, noinfo license, c.1993'", 'slidenotes', "die 'skipping, nonfree'", 'smflatex', "die 'skipping, nosource'", 'softmaker-freefonts', "die 'skipping, requires nonfree fonts'", @@ -836,6 +837,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'wp-conv', "die 'skipping, nonfree license'", 'wp2latex', "die 'skipping, compilation'", 'xbase', "die 'skipping, use xpackages'", + 'xcoffins', "die 'skipping, use xpackages'", 'xeCJK', "die 'skipping, use xecjk'", 'xecolour', "&MAKEflatten", 'xecyr', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index c60bbe4493e..076d8e499a4 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -592,7 +592,6 @@ depend skb depend skeycommand depend skeyval depend slantsc -depend slashbox depend smalltableof depend smartref depend snapshot diff --git a/Master/tlpkg/tlpsrc/slashbox.tlpsrc b/Master/tlpkg/tlpsrc/slashbox.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/slashbox.tlpsrc +++ /dev/null |