summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/misc209
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-23 01:04:00 +0000
committerKarl Berry <karl@freefriends.org>2007-01-23 01:04:00 +0000
commit469a41069910ca9d75c12d0152acccec4549cbff (patch)
treeba809ad29a68dc3ac7c6116f6c4e7a0f818a0a94 /Master/texmf-dist/tex/latex/misc209
parentc63be3b34ad1ebb5c9318548747e669242e7ca03 (diff)
version.sty and shadow.sty in ltxmisc, remove these duplicates
git-svn-id: svn://tug.org/texlive/trunk@3709 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/misc209')
-rw-r--r--Master/texmf-dist/tex/latex/misc209/shadow.sty90
-rw-r--r--Master/texmf-dist/tex/latex/misc209/version.sty56
2 files changed, 0 insertions, 146 deletions
diff --git a/Master/texmf-dist/tex/latex/misc209/shadow.sty b/Master/texmf-dist/tex/latex/misc209/shadow.sty
deleted file mode 100644
index c07d11b9155..00000000000
--- a/Master/texmf-dist/tex/latex/misc209/shadow.sty
+++ /dev/null
@@ -1,90 +0,0 @@
-%%
-%% This is file `shadow.sty',
-%%
-%% Copyright 1994, 2003 Mauro Orlandini
-%%
-%% It may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.2
-%% of this license or (at your option) any later version.
-%% The latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.2 or later is part of all distributions of LaTeX
-%% version 1999/12/01 or later.
-%%
-%%% ======================================================================
-%%% @LaTeX-style{
-%%% filename = "shadow.sty",
-%%% version = "1.3",
-%%% date = "19 February 2003",
-%%% author = "Mauro Orlandini",
-%%% address = "TeSRE Institute/CNR
-%%% Area della Ricerca di Bologna
-%%% Via Gobetti 101
-%%% 40129 Bologna, Italy",
-%%% e-mail = "orlandini@bo.iasf.cnr.it",
-%%% telephone = "+39 51 639-8667",
-%%% FAX = "+39 51 639-8723",
-%%% supported = "yes",
-%%% abstract = "The command \shabox has the same meaning of the
-%%% LaTeX command \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.",
-%%% codetable = "ISO/ASCII",
-%%% docstring = "There are three parameters governing:
-%%% 1. the width of the lines delimiting the box:
-%%% \sboxrule
-%%% 2. the separation between the edge of the box and
-%%% its contents: \sboxsep
-%%% 3. the dimension of the shadow: \sdim
-%%% Sintax: \shabox{<text>}
-%%% where <text> is the text to be put in the
-%%% framed box. It can be an entire paragraph.
-%%% Adapted from the file dropshadow.tex by
-%%% drstrip@cd.sandia.gov.
-%%% V1.1 Works in a double column environment.
-%%% 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)"
-%%% V1.3 Added a number of missing % signs
-%%% no other cleanup done (FMi)
-%%%
-%%% }
-%%% ======================================================================
-%
-%
-\ProvidesPackage{shadow}[2003/02/19 v1.3 shadow boxes (M.O.)]
-
-\newdimen\txtwdth \newdimen\sht \newdimen\shw \newbox\shbox
-\newdimen\sboxsep \newdimen\sboxrule \newdimen\sdim
-\sboxsep = 10pt
-\sdim = 4pt
-\sboxrule = .4pt
-\def\shabox#1{\setbox\@tempboxa\hbox{#1}%
-\shw\wd\@tempboxa
-\if@twocolumn\txtwdth\columnwidth\else\txtwdth\textwidth\fi
-\ifdim\shw<\txtwdth
- \leavevmode\setbox\@tempboxa\hbox{#1}%
-\else
- \typeout{Shadow Warning: Box dimension greater than textwidth.}%
- \setbox\@tempboxa\vbox{\hsize\txtwdth\advance\hsize-2\sboxsep
- \advance\hsize-2\sboxrule \advance\hsize-2\sdim \advance\hsize-15pt#1}%
-\fi
- \setbox\shbox\hbox{\@tempdima\sboxrule
- \advance\@tempdima \sboxsep \advance\@tempdima \dp\@tempboxa
- \hbox{\lower \@tempdima\hbox
- {\vbox{\hrule \@height \sboxrule
- \hbox{\vrule \@width \sboxrule \hskip\sboxsep
- \vbox{\vskip\sboxsep \box\@tempboxa\vskip\sboxsep}\hskip
- \sboxsep\vrule \@width \sboxrule}%
- \hrule \@height \sboxrule}}}}%
-\sht\ht\shbox \advance\sht-\sdim
-\leavevmode\vbox{\baselineskip0pt\lineskip0pt\vtop{%% V1.2
- %% Added \vtop
- %% From M.Piff
- \hbox{\copy\shbox\vrule width\sdim height\sht}%
- \hbox{\kern\sdim\vrule height\sdim width \wd\shbox}}}}
-
-\endinput
diff --git a/Master/texmf-dist/tex/latex/misc209/version.sty b/Master/texmf-dist/tex/latex/misc209/version.sty
deleted file mode 100644
index 9e8a305a84f..00000000000
--- a/Master/texmf-dist/tex/latex/misc209/version.sty
+++ /dev/null
@@ -1,56 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Version control macros. These let you define environments whose contents
-% will be optionally added to or deleted from the text when you run LaTeX.
-% Usage: place either of the following near the start of your file:
-% \includeversion{NAME}
-% \excludeversion{NAME}
-% Here, "NAME" is any name you choose. The first one indicates that text
-% between \begin{NAME} and \end{NAME} will be processed in the normal way.
-% The second indicates that text between \begin{NAME} and \end{NAME} will
-% be totally deleted.
-% You can define environments for as many versions as you want.
-% A ``comment'' environment has already been pre-defined for you with
-% \excludeversion{comment}; you can override this using \includeversion.
-%
-% Example:
-% \includeversion{abridged}\excludeversion{unabridged}
-% Text for the
-% \begin{abridged}
-% short
-% \end{abridged}
-% \begin{unabridged}
-% long and really longwinded, opaque and boring
-% \end{unabridged}
-% version of the paper. Punctuation works correctly\begin{unabridged}
-% because sphack is used\end{unabridged}.
-% \begin{comment} This is deleted by default. \end{comment}
-%
-% Stephen Bellantoni 1990, loosely based on "annotation.sty" by Tom Hofmann.
-%
-% Additional Notes: This package still works in LaTeX2e. Large
-% tracts of excluded text will likely cause a "TeX capacity exceeded"
-% error though. See also comment.sty, verbatim.sty, optional.sty.
-% -- Donald Arseneau April, 2000
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\begingroup
-\catcode`@=11\relax%
-\catcode`{=12\relax\catcode`}=12\relax%
-\catcode`(=1\relax \catcode`)=2\relax%
-\gdef\includeversion#1(%
- \expandafter\gdef\csname #1\endcsname%
- ()%
- \expandafter\gdef\csname end#1\endcsname%
- ()%
-)%
-\gdef\excludeversion#1(%
- \expandafter\gdef\csname #1\endcsname%
- (\@bsphack\catcode`{=12\relax\catcode`}=12\relax\csname #1@NOTE\endcsname)%
- \long\expandafter\gdef\csname #1@NOTE\endcsname ##1\end{#1}%
- (\csname #1END@NOTE\endcsname)%
- \expandafter\gdef\csname #1END@NOTE\endcsname%
- (\@esphack\end(#1))%
-)%
-\endgroup
-\excludeversion{comment}
-