summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-28 15:42:05 +0000
committerKarl Berry <karl@freefriends.org>2011-02-28 15:42:05 +0000
commitd026a98519637df25984ef5341b4f471608f35d0 (patch)
treedf1c3f5f512745606c6b32422bc0732e33b34e8a
parent56b6c194265fc0f4271a5d956866a8997544fb82 (diff)
rm vector, noinfo license, 1994
git-svn-id: svn://tug.org/texlive/trunk@21547 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/vector/README15
-rw-r--r--Master/texmf-dist/doc/latex/vector/vector.pdfbin180048 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/vector/vector.drv30
-rw-r--r--Master/texmf-dist/source/latex/vector/vector.dtx280
-rw-r--r--Master/texmf-dist/source/latex/vector/vector.ins26
-rw-r--r--Master/texmf-dist/tex/latex/vector/vector.sty60
-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/vector.tlpsrc0
10 files changed, 2 insertions, 413 deletions
diff --git a/Master/texmf-dist/doc/latex/vector/README b/Master/texmf-dist/doc/latex/vector/README
deleted file mode 100644
index e558bd48d4d..00000000000
--- a/Master/texmf-dist/doc/latex/vector/README
+++ /dev/null
@@ -1,15 +0,0 @@
-The vector package provides a set of macros for more convenient
-representation of vectors in LaTeX2e, both symbolically and as
-implicit or explicit rows/columns of elements.
-
-To install, simply run TeX on vector.ins, then move vector.sty to
-somewhere in your TEXINPUTS path. Run LaTeX on vector.drv to
-produce documentation.
-
-Note: this is my first package for LaTeX2e. There is undoubtedly
-room for improvement, and suggestions emailed to nde@dcre.leeds.ac.uk
-will be gratefully received...
-
-
-Nick Efford
-September 1994 \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/vector/vector.pdf b/Master/texmf-dist/doc/latex/vector/vector.pdf
deleted file mode 100644
index 78f40f622d1..00000000000
--- a/Master/texmf-dist/doc/latex/vector/vector.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/source/latex/vector/vector.drv b/Master/texmf-dist/source/latex/vector/vector.drv
deleted file mode 100644
index 9846f59e867..00000000000
--- a/Master/texmf-dist/source/latex/vector/vector.drv
+++ /dev/null
@@ -1,30 +0,0 @@
-%%
-%% This is file `vector.drv',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% vector.dtx (with options: `driver')
-%%
-%% Copyright (C) 1994 by Nick Efford
-%%
-%% This file is distributed in the hope that it will be useful,
-%% but WITHOUT ANY WARRANTY; without even the implied warranty of
-%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-%%
-\documentclass{ltxdoc}
-\usepackage{array, vector}
-\GetFileInfo{vector.sty}
-\begin{document}
- \title{The \textsf{vector} package\thanks{This file is
- \fileversion, last revised \filedate.}}
- \author{Nick Efford\thanks{Address: School of Computer Studies,
- University of Leeds, Leeds LS2 9JT, United Kingdom}\\
- \texttt{\small nde@dcre.leeds.ac.uk}}
- \date{\filedate}
- \maketitle
- \DocInput{vector.dtx}
-\end{document}
-\endinput
-%%
-%% End of file `vector.drv'.
diff --git a/Master/texmf-dist/source/latex/vector/vector.dtx b/Master/texmf-dist/source/latex/vector/vector.dtx
deleted file mode 100644
index f8595afac81..00000000000
--- a/Master/texmf-dist/source/latex/vector/vector.dtx
+++ /dev/null
@@ -1,280 +0,0 @@
-% \iffalse
-%<package>\NeedsTeXFormat{LaTeX2e}
-%<package>\ProvidesPackage{vector}[1994/09/16 v1.0 vector macros for LaTeX2e (nde)]
-%<*driver>
-\documentclass{ltxdoc}
-\usepackage{array, vector}
-\GetFileInfo{vector.sty}
-\begin{document}
- \title{The \textsf{vector} package\thanks{This file is
- \fileversion, last revised \filedate.}}
- \author{Nick Efford\thanks{Address: School of Computer Studies,
- University of Leeds, Leeds LS2 9JT, United Kingdom}\\
- \texttt{\small nde@dcre.leeds.ac.uk}}
- \date{\filedate}
- \maketitle
- \DocInput{vector.dtx}
-\end{document}
-%</driver>
-% \fi
-%
-% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% \CheckSum{107}
-%
-% \changes{v1.0}{1994/09/16}{First version}
-%
-% \begin{abstract}
-% This package provides a set of new commands for representing vectors in
-% various ways. The commonly-used bold and underlined notations are
-% supported, as is the `hat' notation for representing unit vectors. Macros
-% are also provided to represent a row or column vector as a set of
-% elements.
-% \end{abstract}
-%
-% \section{Introduction}
-% \LaTeXe{} provides the |\vec| command to represent vectors in math mode;
-% |$\vec{a}$|, for example, produces $\vec{a}$. In the author's experience,
-% vectors are more commonly represented either in bold face roman
-% type or else by means of underlining. Another convenient notation is the
-% use of the `hat' to indicate a unit-length vector. This
-% package defines more suitable representations for vectors and unit
-% vectors, using different fonts (boldface roman and sans serif) and two
-% kinds of underlining (straight and wavy). It also defines macros which
-% represent row or column vectors as implicit or explicit sequences of
-% elements.
-%
-% \section{Examples}
-% Six new commands are defined for representing vectors with a single
-% (possibly composite) symbol. They are shown, with sample output, in
-% table~\ref{t.commands}. Unlike |\vec|, the new commands can be used in
-% text mode as well as math mode.
-% \DeleteShortVerb{\|}
-% \MakeShortVerb{\+}
-% \renewcommand{\arraystretch}{1.5}
-% \newcommand{\undertilde}[1]{\ensuremath{\mathord{\vtop{\ialign{##\crcr
-% $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern1.5pt\nointerlineskip}
-% $\hfil\tilde{}\hfil$\crcr\noalign{\kern1.5pt}}}}}}
-% \begin{table}[p]
-% \begin{center}
-% \begin{tabular}{|c|c|}
-% \hline
-% +\bvec{a}+, +\buvec{a}+ & \bvec{a}, \buvec{a} \\
-% +\svec{a}+, +\suvec{a}+ & \svec{a}, \suvec{a} \\
-% +\uvec{a}+, +\uuvec{a}+ & \uvec{a}, \uuvec{a} $/$
-% \undertilde{a}, \undertilde{\hat{a}} \\
-% \hline
-% \end{tabular}
-% \end{center}
-% \caption{new commands for symbolic vectors.}
-% \label{t.commands}
-% \end{table}
-% % \DeleteShortVerb{\+}
-% \MakeShortVerb{\|}
-%
-% \DescribeMacro{\uvec}\DescribeMacro{\uuvec}
-% By default, |\uvec| and |\uuvec| underline a symbol using a
-% straight line. If a wavy line is prefered, then the |wavy| package option
-% should be specified.
-%
-% \DescribeMacro{\irvec}\DescribeMacro{\icvec}
-% Another set of commands are defined which can represent a vector as a row
-% or column of elements. |\irvec| and |\icvec| generate `implicit' row and
-% column vectors, respectively. Here, only the first and last elements
-% actually appear; |\ldots| is used to imply the existance of the rest.
-% Both macros take one mandatory argument, a character which names the
-% vector. By default, the first and last elements are constructed from this
-% character and the subscripts `1' and $n$, respectively. An optional
-% argument allows final subscripts other than $n$ to be specified. The
-% subscript for the first element cannot be altered in this way, but then
-% it is not likely that you will want to change this often.
-% \DescribeMacro{\firstelement}
-% If you do need to change it, the command |\firstelement| can be used.
-% Table~\ref{t.irvec} shows some sample output for |\irvec|.
-% \DeleteShortVerb{\|}
-% \MakeShortVerb{\+}
-% \begin{table}[p]
-% \begin{center}
-% \begin{tabular}{|b{30mm}|c|}
-% \hline
-% +\irvec{a}+ & \irvec{a} \\
-% +\irvec[4]{a}+ & \irvec[4]{a} \\
-% +\firstelement{0}+ +\irvec[9]{a}+ & \firstelement{0}\irvec[9]{a} \\
-% \hline
-% \end{tabular}
-% \end{center}
-% \caption{row vectors with implicit elements.}
-% \label{t.irvec}
-% \end{table}
-% \DeleteShortVerb{\+}
-% \MakeShortVerb{\|}
-%
-% The syntax for |\icvec| is the same as that for |\irvec|. One important
-% difference is that |\icvec| can only be used in math mode, whereas
-% |\irvec| can be used in both math and text modes. For example,
-% |\buvec{q} = \left(\icvec{q}\right)| produces
-% $$\buvec{q} = \left(\icvec{q}\right)$$
-%
-% \DescribeMacro{\rvec}\DescribeMacro{\cvec}
-% The final pair of macros, |\rvec| and |\cvec|, provide \emph{explicit}
-% representations of a vector as a row or column of elements, i.e., all
-% elements of the vector are shown\footnote{Clearly, these macros are
-% suitable only for vectors with comparatively small numbers of elements!}.
-% Three mandatory arguments are used to specify the name of the vector,
-% an integer subscript for the first element and an integer subscript for
-% the final element. For instance, |\bvec{x} = \{\rvec{x}{1}{6}\}| produces
-% $$\uvec{x} = \{\rvec{x}{1}{6}\} \qquad$$
-% and |\bvec{y} = \left[\cvec{y}{0}{3}\right]| gives
-% $$\bvec{y} = \left[\cvec{y}{0}{3}\right]$$
-% As with the implicit macros, |\rvec| may be used in both math and text
-% modes, whereas |\cvec| may only be used in math mode.
-%
-% \StopEventually{}
-%
-% \section{The Macros}
-% \setlength{\parindent}{0pt}
-%
-% \begin{macrocode}
-%<*package>
-% \end{macrocode}
-%
-% We require that the \textsf{ifthen} and \textsf{calc} packages are loaded:
-% \begin{macrocode}
-\RequirePackage{ifthen}
-\RequirePackage{calc}
-% \end{macrocode}
-%
-% A boolean variable is defined and set to \emph{true} if the |wavy|
-% package option has been specified:
-% \begin{macrocode}
-\newboolean{@wavy}
-\DeclareOption{wavy}{\setboolean{@wavy}{true}}
-\ProcessOptions
-% \end{macrocode}
-%
-% \begin{macro}{\bvec}
-% |\bvec| represents a vector using a bold series roman character.
-% \begin{macrocode}
-\newcommand{\bvec}[1]{\ensuremath{\mathbf{#1}}}
-% \end{macrocode}
-% \end{macro}
-% \begin{macro}{\buvec}
-% |\buvec| represents a unit vector as a bold roman character with a hat.
-% \begin{macrocode}
-\newcommand{\buvec}[1]{\ensuremath{\mathbf{\hat{#1}}}}
-% \end{macrocode}
-% \end{macro}
-% \begin{macro}{\svec}
-% |\svec| represents a vector as a sans serif character.
-% family.
-% \begin{macrocode}
-\newcommand{\svec}[1]{\ensuremath{\mathsf{#1}}}
-% \end{macrocode}
-% \end{macro}
-% \begin{macro}{\suvec}
-% |\suvec| represents a unit vector as a sans serif character with a hat.
-% \begin{macrocode}
-\newcommand{\suvec}[1]{\ensuremath{\mathsf{\hat{#1}}}}
-% \end{macrocode}
-% \end{macro}
-%
-% How we define underlined vectors depends on the value of boolean variable
-% |@wavy|:
-% \begin{macrocode}
-\ifthenelse{\boolean{@wavy}}{%
- \PackageInfo{vector}{wavy underlining selected}
-% \end{macrocode}
-% If |@wavy| is set then we define a macro |\undertilde|\footnote{Note
-% that I didn't write this macro. Unfortunately, I cannot give proper
-% credit as I do not recall how I came by it!}, which places a
-% tilde symbol underneath its argument:
-% \begin{macrocode}
- \newcommand{\undertilde}[1]{\mathord{\vtop{\ialign{##\crcr
- $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern1.5pt\nointerlineskip}
- $\hfil\tilde{}\hfil$\crcr\noalign{\kern1.5pt}}}}}
-% \end{macrocode}
-% \begin{macro}{\uvec}
-% We then define |\uvec| in terms of |\undertilde|:
-% \begin{macrocode}
- \newcommand{\uvec}[1]{\ensuremath{\undertilde{#1}}}
-% \end{macrocode}
-% \end{macro}
-% \begin{macro}{\uuvec}
-% And similarly define |\uuvec|:
-% \begin{macrocode}
- \newcommand{\uuvec}[1]{\ensuremath{\hat{\undertilde{#1}}}}}{%
-% \end{macrocode}
-% \end{macro}
-% If |@wavy| is not set, then we define |\uvec| and |\uuvec| in terms of
-% |\underline|:
-% \begin{macrocode}
- \newcommand{\uvec}[1]{\ensuremath{\underline{#1}}}
- \newcommand{\uuvec}[1]{\ensuremath{\hat{\underline{#1}}}}}
-% \end{macrocode}
-%
-% \begin{macro}{\firstelement}
-% Now we define a variable to store the subscript used for the first element
-% of a row or column vector, along with a command which can be used to
-% alter that variable:
-% \begin{macrocode}
-\def\first@element{1}
-\newcommand{\firstelement}[1]{\def\first@element{#1}}
-% \end{macrocode}
-% \end{macro}
-%
-% \begin{macro}{\irvec}
-% The |\irvec| command is very simple:
-% \begin{macrocode}
-\newcommand{\irvec}[2][n]{\ensuremath{{#2}_{\first@element},\ldots,{#2}_{#1}}}
-% \end{macrocode}
-% \end{macro}
-% \begin{macro}{\icvec}
-% The |\icvec| command uses an |array| environment, and so can only be used
-% in a math environment:
-% \begin{macrocode}
-\newcommand{\icvec}[2][n]{%
- \begin{array}{c}
- {#2}_{\first@element}\\ \vdots\\ {#2}_{#1}
- \end{array}}
-% \end{macrocode}
-% \end{macro}
-%
-% For |\rvec| and |\cvec|, we must define a loop counter which stores the
-% current subscript of a vector element:
-% \begin{macrocode}
-\newcounter{vec@elem}
-% \end{macrocode}
-% \begin{macro}{\rvec}
-% Now we define |\rvec|. We must check that the last subscript for the
-% vector elements (|#3|) is greater than the first subscript (|#2|). If this
-% is so, then we use |\whiledo| to loop over specified range of values,
-% generating a vector element with subscript |vec@elem| followed by a comma
-% on each iteration. Otherwise, we simply generate a single vector element.
-% \begin{macrocode}
-\newcommand{\rvec}[3]{%
- \ensuremath{%
- \ifthenelse{#3 > #2}{%
- \setcounter{vec@elem}{#2}
- \whiledo{\value{vec@elem} < #3}%
- {{#1}_{\thevec@elem}, \stepcounter{vec@elem}}%
- {#1}_{#3}}{{#1}_{#2}}}}
-% \end{macrocode}
-% \end{macro}
-% \begin{macro}{\cvec}
-% We define |\cvec| in a similar way to |\rvec|, only here we iterate within
-% an |array| environment and generate a vector element and a linebreak on
-% each iteration.
-% \begin{macrocode}
-\newcommand{\cvec}[3]{%
- \ifthenelse{#3 > #2}{%
- \setcounter{vec@elem}{#2}
- \begin{array}{c}
- \whiledo{\value{vec@elem} < #3}%
- {{#1}_{\thevec@elem} \\ \stepcounter{vec@elem}}%
- {#1}_{#3}
- \end{array}}{{#1}_{#2}}}
-% \end{macrocode}
-% \end{macro}
-%
-% \Finale
-% \ No newline at end of file
diff --git a/Master/texmf-dist/source/latex/vector/vector.ins b/Master/texmf-dist/source/latex/vector/vector.ins
deleted file mode 100644
index eaa23044e28..00000000000
--- a/Master/texmf-dist/source/latex/vector/vector.ins
+++ /dev/null
@@ -1,26 +0,0 @@
-\def\batchfile{vector.ins}
-\input docstrip.tex
-\preamble
-
-Copyright (C) 1994 by Nick Efford
-
-This file is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-\endpreamble
-
-\generateFile{vector.drv}{t}{\from{vector.dtx}{driver}}
-\generateFile{vector.sty}{t}{\from{vector.dtx}{package}}
-
-\Msg{******************************************************************}
-\Msg{*}
-\Msg{* Now move the following file into a directory searched by TeX:}
-\Msg{*}
-\Msg{* \space\space\space vector.sty}
-\Msg{*}
-\Msg{* To produce documentation, run LaTeX on the file}
-\Msg{*}
-\Msg{* \space\space\space vector.drv}
-\Msg{*}
-\Msg{******************************************************************}
diff --git a/Master/texmf-dist/tex/latex/vector/vector.sty b/Master/texmf-dist/tex/latex/vector/vector.sty
deleted file mode 100644
index 3081b3652cc..00000000000
--- a/Master/texmf-dist/tex/latex/vector/vector.sty
+++ /dev/null
@@ -1,60 +0,0 @@
-%%
-%% This is file `vector.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% vector.dtx (with options: `package')
-%%
-%% Copyright (C) 1994 by Nick Efford
-%%
-%% This file is distributed in the hope that it will be useful,
-%% but WITHOUT ANY WARRANTY; without even the implied warranty of
-%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-%%
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{vector}[1994/09/16 v1.0 vector macros for LaTeX2e (nde)]
-\RequirePackage{ifthen}
-\RequirePackage{calc}
-\newboolean{@wavy}
-\DeclareOption{wavy}{\setboolean{@wavy}{true}}
-\ProcessOptions
-\newcommand{\bvec}[1]{\ensuremath{\mathbf{#1}}}
-\newcommand{\buvec}[1]{\ensuremath{\mathbf{\hat{#1}}}}
-\newcommand{\svec}[1]{\ensuremath{\mathsf{#1}}}
-\newcommand{\suvec}[1]{\ensuremath{\mathsf{\hat{#1}}}}
-\ifthenelse{\boolean{@wavy}}{%
- \PackageInfo{vector}{wavy underlining selected}
- \newcommand{\undertilde}[1]{\mathord{\vtop{\ialign{##\crcr
- $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern1.5pt\nointerlineskip}
- $\hfil\tilde{}\hfil$\crcr\noalign{\kern1.5pt}}}}}
- \newcommand{\uvec}[1]{\ensuremath{\undertilde{#1}}}
- \newcommand{\uuvec}[1]{\ensuremath{\hat{\undertilde{#1}}}}}{%
- \newcommand{\uvec}[1]{\ensuremath{\underline{#1}}}
- \newcommand{\uuvec}[1]{\ensuremath{\hat{\underline{#1}}}}}
-\def\first@element{1}
-\newcommand{\firstelement}[1]{\def\first@element{#1}}
-\newcommand{\irvec}[2][n]{\ensuremath{{#2}_{\first@element},\ldots,{#2}_{#1}}}
-\newcommand{\icvec}[2][n]{%
- \begin{array}{c}
- {#2}_{\first@element}\\ \vdots\\ {#2}_{#1}
- \end{array}}
-\newcounter{vec@elem}
-\newcommand{\rvec}[3]{%
- \ensuremath{%
- \ifthenelse{#3 > #2}{%
- \setcounter{vec@elem}{#2}
- \whiledo{\value{vec@elem} < #3}%
- {{#1}_{\thevec@elem}, \stepcounter{vec@elem}}%
- {#1}_{#3}}{{#1}_{#2}}}}
-\newcommand{\cvec}[3]{%
- \ifthenelse{#3 > #2}{%
- \setcounter{vec@elem}{#2}
- \begin{array}{c}
- \whiledo{\value{vec@elem} < #3}%
- {{#1}_{\thevec@elem} \\ \stepcounter{vec@elem}}%
- {#1}_{#3}
- \end{array}}{{#1}_{#2}}}
-\endinput
-%%
-%% End of file `vector.sty'.
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index dda51900b52..5accf89c9ed 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -356,7 +356,7 @@ my @TLP_working = qw(
url urlbst ushort ut-thesis uwthesis
vancouver variations varindex varisize
varsfromjobname varwidth vaucanson-g
- vector velthuis venn venturisadf verbatimbox verbatimcopy verbdef
+ velthuis venn venturisadf verbatimbox verbatimcopy verbdef
verse version versions vertbars
vhistory visualfaq vmargin vntex volumes vpe vruler vwcol vxu
wadalab wallpaper warning warpcol was widetable williams wordlike
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 6d027ea6d45..7f6edbfdf5a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -773,6 +773,7 @@ $Master = "$mydir/../..";
'univers', "die 'skipping, nonfree font'",
'upgreek', "die 'skipping, use was'",
'upmethodology',"&MAKEflatten",
+ 'vector', "die 'skipping, noinfo license, 1994'",
'velthuis', "&MAKEcopy",
'venturisadf', "&MAKEcopy",
'vertex', "die 'skipping, noinfo license, aer.sty clash, ancient'",
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 9170fcdd48d..f244cf10b83 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -703,7 +703,6 @@ depend ushort
depend varindex
depend varsfromjobname
depend varwidth
-depend vector
depend verbatimbox
depend verbatimcopy
depend verbdef
diff --git a/Master/tlpkg/tlpsrc/vector.tlpsrc b/Master/tlpkg/tlpsrc/vector.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/vector.tlpsrc
+++ /dev/null