diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-04 18:00:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-04 18:00:55 +0000 |
commit | 44b6547a1fd727060c83f23c3c2e05dfca76ad10 (patch) | |
tree | ffb31c3826da1c6be4c8b8d7d47e6b0ad53d325c /Master | |
parent | ae021f31392ccc4aa4cbb5015fb2016ffd0fec1d (diff) |
shadow own package (1nov10)
git-svn-id: svn://tug.org/texlive/trunk@20312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/shadow/shadow-doc.pdf | bin | 0 -> 221735 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/shadow/shadow-doc.tex | 71 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/shadow/shadow.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/shadow.sty) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/shadow.tlpsrc | 0 |
6 files changed, 73 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/shadow/shadow-doc.pdf b/Master/texmf-dist/doc/latex/shadow/shadow-doc.pdf Binary files differnew file mode 100644 index 00000000000..575fb0a3551 --- /dev/null +++ b/Master/texmf-dist/doc/latex/shadow/shadow-doc.pdf diff --git a/Master/texmf-dist/doc/latex/shadow/shadow-doc.tex b/Master/texmf-dist/doc/latex/shadow/shadow-doc.tex new file mode 100644 index 00000000000..cbcac96cbf2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/shadow/shadow-doc.tex @@ -0,0 +1,71 @@ +\documentclass[pagesize=auto, fontsize=12pt, DIV=10, parskip=half]{scrartcl} + +\usepackage{fixltx2e} +\usepackage{etex} +\usepackage{lmodern} +\usepackage[T1]{fontenc} +\usepackage{textcomp} +\usepackage{microtype} +\usepackage{hyperref} + +\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}} +\newcommand*{\pkg}[1]{\textsf{#1}} +\newcommand*{\cs}[1]{\texttt{\textbackslash#1}} +\makeatletter +\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}} +\makeatother +\newcommand*{\meta}[1]{\textlangle\textsl{#1}\textrangle} +\newcommand*{\marg}[1]{\texttt{\{}\meta{#1}\texttt{\}}} + +\addtokomafont{title}{\rmfamily} + +\title{The \pkg{shadow} package\thanks{This manual corresponds to \pkg{shadow.sty}~v1.3, dated~19 February 2003.}} +\author{Mauro Orlandini\thanks{\mail{orlandini@bo.iasf.cnr.it}}} +\date{19 February 2003} + + +\begin{document} + +\maketitle + +\begin{abstract} + \noindent + The command \cmd{\shabox} has the same meaning of the + \LaTeX\ command \cmd{\fbox} except for the fact that a + ``shadow'' is added to the bottom and the right side + of the box. It computes the right dimension of the + box, even if the text spans over more than one + line; in this case a warning messagge is given. +\end{abstract} + +There are three parameters governing: +% +\begin{enumerate} +\item the width of the lines delimiting the box: + \cmd{\sboxrule} +\item the separation between the edge of the box and + its contents: \cmd{\sboxsep} +\item the dimension of the shadow: \cmd{\sdim} +\end{enumerate} + + +\minisec{Sintax:} + +\cmd{\shabox}\marg{text}\\ +where \meta{text} is the text to be put in the +framed box. It can be an entire paragraph. + +Adapted from the file \texttt{dropshadow.tex} by +\mail{drstrip@cd.sandia.gov}. +% +\begin{labeling}{V1.1} +\item[V1.1] Works in a double column environment. +\item[V1.2] When there is an online shadow box, it + will be centered on the line (in V1.1 the + box was aligned with the baseline). + (Courtesy by Mike Piff)'' +\item[V1.3] Added a number of missing \verb|%| signs\\ + no other cleanup done (FMi) +\end{labeling} + +\end{document} diff --git a/Master/texmf-dist/tex/latex/ltxmisc/shadow.sty b/Master/texmf-dist/tex/latex/shadow/shadow.sty index c07d11b9155..c07d11b9155 100644 --- a/Master/texmf-dist/tex/latex/ltxmisc/shadow.sty +++ b/Master/texmf-dist/tex/latex/shadow/shadow.sty diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 5916c7f2f14..0caddb0b19f 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -288,7 +288,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 shapepar + sfmath sgame shadbox shade shadethm shadow shapepar shipunov shorttoc show2e showdim showexpl showlabels shuffle sidecap sides siggraph silence simplecd simplecv simplewick siunitx skak skaknew skb skeycommand skeyval diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 1b25a590821..2229279ef3a 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -564,6 +564,7 @@ depend sffms depend sfheaders depend sfmath depend shadbox +depend shadow depend shadethm depend shapepar depend shipunov diff --git a/Master/tlpkg/tlpsrc/shadow.tlpsrc b/Master/tlpkg/tlpsrc/shadow.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/shadow.tlpsrc |