summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/cursor/cursor.pdfbin26395 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/cursor/cursor.tex69
-rw-r--r--Master/texmf-dist/doc/latex/cursor/read.me9
-rw-r--r--Master/texmf-dist/tex/latex/cursor/cursor.sty134
-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/cursor.tlpsrc0
8 files changed, 2 insertions, 214 deletions
diff --git a/Master/texmf-dist/doc/latex/cursor/cursor.pdf b/Master/texmf-dist/doc/latex/cursor/cursor.pdf
deleted file mode 100644
index 6fdbea58753..00000000000
--- a/Master/texmf-dist/doc/latex/cursor/cursor.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/cursor/cursor.tex b/Master/texmf-dist/doc/latex/cursor/cursor.tex
deleted file mode 100644
index 02af786b6b5..00000000000
--- a/Master/texmf-dist/doc/latex/cursor/cursor.tex
+++ /dev/null
@@ -1,69 +0,0 @@
-% just an example of the useage of cursor.sty
-
-\documentclass{article}
-\usepackage{example,cursor}
-\begin{document}
-
-
-
-\begin{example}
-\cursorformula{D^\sigma_{\!x|a}
-\LRc{f(x) =}{\frac{d^\sigma}{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}}
-$$D^\sigma_{\!x|a}
-\LRc{f(x) =}{\frac{d^\sigma}{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}$$
-$D^\sigma_{\!x|a}
-\LRc{f(x) =}{\frac{d^\sigma}{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}$
-\end{example}
-
-\begin{example}
-\cursorformula{D^\sigma_{\!x|a} f(x) =
-\LRc{}{\frac{d^\sigma}{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}}
-$${D^\sigma_{\!x|a} f(x) =
-\LRc{}{\frac{d^\sigma}{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}}$$
-\end{example}
-
-\begin{example}
-\cursorformula{D^\sigma_{\!x|a}
-\Rc{f(x) = }{} \frac{d^\sigma}{dx^\sigma}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}}
-$${D^\sigma_{\!x|a}
-\Rc{f(x) =}{}\frac{d^\sigma}{dx^\sigma}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}}$$
-\end{example}
-
-
-\begin{example}
-\cursorformula{ D^\sigma_{\!x|a}
-f(x)=\frac{d^\sigma}{\Rc{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}
-}
-$${ D^\sigma_{\!x|a}
-f(x)=\frac{d^\sigma}{\Rc{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}
-}$$
-\end{example}
-
-\begin{example}
-$${ D^\sigma_{\!x|a}
-f(x)=\frac{d^\sigma}{\LRc{}{dx^\sigma}}
-f(x) = \int_a^x f(x) (dx)^{-\sigma}
-} $$
-\end{example}
-
-
-
-\end{document}
-
-
-
-
-
-
-
-
-
diff --git a/Master/texmf-dist/doc/latex/cursor/read.me b/Master/texmf-dist/doc/latex/cursor/read.me
deleted file mode 100644
index 6df06993e5d..00000000000
--- a/Master/texmf-dist/doc/latex/cursor/read.me
+++ /dev/null
@@ -1,9 +0,0 @@
-This archive contains cursor.sty. A style file to create a simple
-L-shaped 'cursor' in a math environment to mimic what one might
-see on a computer screen. Instructions for use are in the style
-file. Examples of usage are in cursor.tex, also included in dvi-
-and ps-format.
-
-Written by Werenfried Spit (W.Spit@witbo.nl) on request of
-Dik Kettenis (Dik.Kettenis@users.info.wau.nl). Please direct
-questions to the author.
diff --git a/Master/texmf-dist/tex/latex/cursor/cursor.sty b/Master/texmf-dist/tex/latex/cursor/cursor.sty
deleted file mode 100644
index 880ab0219e4..00000000000
--- a/Master/texmf-dist/tex/latex/cursor/cursor.sty
+++ /dev/null
@@ -1,134 +0,0 @@
-%%%=====================================================
-%%% @LaTeX-file{
-%%% author = "Werenfried F.M. Spit",
-%%% version = "1.1",
-%%% date = "20/01/1999",
-%%% filename = "WSartikel.cls",
-%%% address = "Berberisweg 488
-%%% = NL-3053 PL Rotterdam
-%%% = Nederland",
-%%% e-mail = "W.Spit@witbo.nl",
-%%% telephone = "+31-10-4.186.136",
-%%% telephone2 = "+31-70-3.700.709",
-%%% telefax2 = "+31-70-3.600.098",
-%%% checksum = "55762 134 325 4092",
-%%% codetable = "ISO/ASCII",
-%%% keywords = "LaTeX2e documentstyle",
-%%% supported = "yes",
-%%% abstract = "cursors in formulas",
-%%% }
-%%%=====================================================
-%%%
-%%% usage:
-%%% \Lc{<formulapart>} puts a left-pointing cursor below <formulapart>;
-%%% the cursorheight and width are adapted to it
-%%% \Rc{<formulapart>} puts a right-pointing cursor below <formulapart>;
-%%% \LRc{<p1>}{<p2>} puts a left and right-pointing cursor below <p1>
-%% and <p2>
-%%%
-%%% if the formulapart is empty a standard width is used instead of an
-%%% adapted width
-%%%
-%%% \cursorheight{<formula>} print <formula> and adapt the heights of the
-%%% cursor(s) in it to the heigth of the complete formula
-%%%
-%%%
-%%% all heigths and widths are calculated for display style printing
-%%% all commands can be used in math mode only except
-%%%
-%%% \cursorformula{<formula>} print formula as displayed formula and
-%%% adapt the heights of the cursor(s)in it to the heigth of the complete formula
-%%%
-%%% adaptable parameters:
-%%%
-%%% \cursorlinew line width cursor (0.5pt)
-%%%
-%%% version history
-%%% 20 1.1 added \displaystyle to calculation of cursor width
-%%% 1999/01/18 1.0 first working version
-%%%
-%%%
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesFile{cursor.sty}[1999/01/20 v1.1 Specialized document class (WS)]
-\newlength{\ruled}
-\newlength{\ruleh}
-\newlength{\rulew}
-\newlength{\rulewr}
-\newlength{\rulewl}
-
-\newlength{\cursorlinew} \setlength{\cursorlinew}{0.5pt}
-
-
-
-\def\cursorformula#1{$$\cursorheight{#1}$$}
-
-\def\cursorheight#1{\bgroup%
-\let\LRc=\relax%
-\let\Lc=\relax%
-\let\Rc=\relax%
-\settoheight{\ruleh}{$\displaystyle #1$}\settodepth{\ruled}{$\displaystyle #1$}%
-\addtolength{\ruled}{0.5ex}%
-\addtolength{\ruleh}{\ruled}%
-\addtolength{\ruleh}{0.5ex}%
-\let\Lc=\l@cursor%
-\let\Rc=\r@cursor%
-\let\LRc=\lr@cursor%
-#1
-\egroup}
-
-
-
-\def\L@cursor#1{%
-\settoheight{\ruleh}{$\displaystyle #1$}%
-\settodepth{\ruled}{$\displaystyle #1$}%
-\addtolength{\ruled}{0.5ex}%
-\addtolength{\ruleh}{\ruled}%
-\addtolength{\ruleh}{0.5ex}
-\l@cursor{#1}%
-}
-
-
-\def\R@cursor#1{%
-\settoheight{\ruleh}{$\displaystyle #1$}%
-\settodepth{\ruled}{$\displaystyle #1$}%
-\addtolength{\ruled}{0.5ex}%
-\addtolength{\ruleh}{\ruled}%
-\addtolength{\ruleh}{0.5ex}
-\r@cursor{#1}%
-}
-
-
-\def\LR@cursor#1#2{%
-\settoheight{\ruleh}{$\displaystyle #1 #2$}%
-\settodepth{\ruled}{$\displaystyle #1 #2$}%
-\addtolength{\ruled}{0.5ex}%
-\addtolength{\ruleh}{\ruled}%
-\addtolength{\ruleh}{0.5ex}
-\lr@cursor{#1}{#2}%
-}
-
-
-\def\l@cursor#1{\settowidth{\rulewl}{$#1$}%
-\ifdim\rulewl=\z@\rulewl=1em\else\settowidth{\rulewl}{$\displaystyle #1\,$}\fi%
-\,\rlap{\rule[-\ruled]{\cursorlinew}{\ruleh}%
-\rule[-\ruled]{\rulewl}{\cursorlinew}}\,#1}
-
-\def\r@cursor#1{\settowidth{\rulewr}{$#1$}%
-\ifdim\rulewr=\z@\rulewr=1em\else\settowidth{\rulewr}{$\displaystyle\,#1$}\fi%
-#1\,\llap{\rule[-\ruled]{\rulewr}{\cursorlinew}%
-\rule[-\ruled]{\cursorlinew}{\ruleh}}\,}
-
-\def\lr@cursor#1#2{%
-\settowidth{\rulewl}{$#1$}\settowidth{\rulewr}{$#2$}%
-\ifdim\rulewl=\z@\rulewl=1em\else\settowidth{\rulewl}{$\displaystyle #1\,$}\fi%
-\ifdim\rulewr=\z@\rulewr=1em\else\settowidth{\rulewr}{$\displaystyle\,#2$}\fi%
-#1\,\llap{\rule[-\ruled]{\rulewl}{\cursorlinew}}%
-\rule[-\ruled]{\cursorlinew}{\ruleh}%
-\rlap{\rule[-\ruled]{\rulewr}{\cursorlinew}}\,#2}
-
-
-%\global
-\global\let\Lc=\L@cursor
-\global\let\Rc=\R@cursor
-\global\let\LRc=\LR@cursor
-\endinput
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index c644331d424..310d7292556 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -96,7 +96,7 @@ my @TLP_working = qw(
coordsys courier-scaled courseoutline coursepaper coverpage covington
crop crossreference crossword crosswrd cryst csbulletin csquotes
csvsimple csvtools ctable ctex ctex-faq
- cursolatex cursor cuisine
+ cursolatex cuisine
currfile currvita curve curve2e curves
custom-bib cutwin cv cweb-latex cyklop cyrillic
dancers dashbox dashrule dashundergaps datatool
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 693c8fb3bcb..0129cad91a3 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -218,6 +218,7 @@ $Master = "$mydir/../..";
'ctable', "&MAKEflatten",
'ctantools', "die 'skipping, not sure we should usurp the cmd name ctan'",
'ctib', "&MAKEflatten",
+ 'cursor', "die 'skipping, no known license, very old and small'",
'cweb', "die 'skipping, programs'",
'cwpuzzle', "die 'skipping, in crossword package'",
'cyklop', "&MAKEcopy",
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 966938ff28c..349c10cd22d 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -130,7 +130,6 @@ depend csvtools
depend cuisine
depend currfile
depend currvita
-depend cursor
depend cutwin
depend cv
depend cweb-latex
diff --git a/Master/tlpkg/tlpsrc/cursor.tlpsrc b/Master/tlpkg/tlpsrc/cursor.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/cursor.tlpsrc
+++ /dev/null