summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-10 18:27:06 +0000
committerKarl Berry <karl@freefriends.org>2011-05-10 18:27:06 +0000
commit4faec5ef846336e0e2c3b4d50640dbd81ef275bc (patch)
tree509c6c57688e4a6f5d57f6d69ca30bb635428f90 /Master/texmf-dist/doc
parent3e640e6bf6e743e399ab6f918e6d2cd27af57d3f (diff)
rm slashbox, license noinfo, authors uncontactable
git-svn-id: svn://tug.org/texlive/trunk@22402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/slashbox/slashbox.pdfbin44678 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/slashbox/slashbox.tex68
2 files changed, 0 insertions, 68 deletions
diff --git a/Master/texmf-dist/doc/latex/slashbox/slashbox.pdf b/Master/texmf-dist/doc/latex/slashbox/slashbox.pdf
deleted file mode 100644
index c61fb4ae69b..00000000000
--- a/Master/texmf-dist/doc/latex/slashbox/slashbox.pdf
+++ /dev/null
Binary files differ
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}