diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-20 17:44:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-20 17:44:05 +0000 |
commit | 186a19ba4bc456118856d32fbc0f8e8f89cf757a (patch) | |
tree | f700f3e78c334327d7c1b6f522ba0818984b6abb /Master | |
parent | 12eef879bc24532fac497fa1a394cd76ee58032f (diff) |
rm undertilde, license noinfo, no response from author
git-svn-id: svn://tug.org/texlive/trunk@22547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/undertilde/undertilde.pdf | bin | 174295 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/undertilde/undertilde.dtx | 142 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/undertilde/undertilde.ins | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/undertilde/undertilde.sty | 34 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/undertilde.tlpsrc | 0 |
8 files changed, 3 insertions, 182 deletions
diff --git a/Master/texmf-dist/doc/latex/undertilde/undertilde.pdf b/Master/texmf-dist/doc/latex/undertilde/undertilde.pdf Binary files differdeleted file mode 100644 index e2d05516e1a..00000000000 --- a/Master/texmf-dist/doc/latex/undertilde/undertilde.pdf +++ /dev/null diff --git a/Master/texmf-dist/source/latex/undertilde/undertilde.dtx b/Master/texmf-dist/source/latex/undertilde/undertilde.dtx deleted file mode 100644 index dad945136c0..00000000000 --- a/Master/texmf-dist/source/latex/undertilde/undertilde.dtx +++ /dev/null @@ -1,142 +0,0 @@ -% \iffalse -%<*never> -\documentclass{ltxdoc} - -\usepackage[T1]{fontenc} -\usepackage{undertilde} -\parindent=15pt - -\AtBeginDocument{\CodelineIndex\EnableCrossrefs} -\AtEndDocument{\PrintIndex} -\begin{document} -\def\docdate{2000/08/08} -\CheckSum{213} -\DocInput{undertilde.dtx} -\end{document} -%</never> -% \fi -% -% \DoNotIndex{\newline,\rightslice,\small,\itshape,\@@apports,\@@competence} -% \DoNotIndex{\@@date,\@@descr,\@@duree,\@@lieu,\@@titre,\\,\aftergroup} -% \DoNotIndex{\bigskip,\csname,\def,\edef,\else,\empty} -% \DoNotIndex{\endcsname,\endtabularx,\ensuremath,\expandafter} -% \DoNotIndex{\fi,\global,\ifx,\large,\largeurcolonne,\let} -% \DoNotIndex{\linewidth,\medskip,\newcommand,\newenvironment} -% \DoNotIndex{\newlength,\pagestyle,\par,\parindent,\phantom} -% \DoNotIndex{\RequirePackage,\scshape,\setlength,\ta,\tb} -% \DoNotIndex{\tabularx,\tb,\textbf,\the,\toksdef,\triangleright} -% -% \setcounter{tocdepth}{1} -% \GetFileInfo{undertilde.sty} -% -% \title{The \textsf{undertilde} package} -% \author{Benjamin \textsc{Bayart}\\ -% French Data Network\\ -% \texttt{bayartb@edgard.fdn.fr}} -% \date{Printed on \today\\Last change on \filedate} -% \maketitle -% -% \begin{abstract} -% This document describes the use and implementation of the package \textsf{undertilde} -% to typeset a tilde under one or several math symbols. -% \end{abstract} -% -% \section{Usage} -% -% This package provides a |\utilde| command, which behave more or -% less like the \TeX\ |\tilde| accent, except that the resulting -% accent is put under the letter. One can think about extending -% the package to other ``growing accents'' like hat and so on, it -% is not yet done, maybe in a future release. -% -% The syntax is rather evident: -% \begin{verbatim} -% \utilde{a} \neq \tilde{a} -% \end{verbatim} -% -% Which produces, in math mode: $\utilde{a} \neq \tilde{a}$. -% The under accent behaves correctly in all the circumstances where -% it was tried. The only limit is the one encoded in the font itself, -% there is a size limit for such accents. -% -% It can be used in fractions, square-roots, and so on. It can also -% span several letters. In some cases, the resulting maths can look -% strange, like that: -%\begin{verbatim} -%\frac{\utilde{ab}}{c} \neq \frac{ab}{c} -%\end{verbatim} -% -% Which result in $\frac{\utilde{ab}}{c} \neq \frac{ab}{c}$. -% -% Lets consider this to be a feature and not a bug. -% -% \section{How to make this work?} -% -% In fact, it's rather easy. In the math fonts, at least the one -% considered here, the fifth dimension is the minimal amount of -% white space to be put under a math accent (cf. \TeX{book}). -% -% Thus, proceed in N steps: -% \begin{enumerate} -% \item Typeset the argument, measure its width. -% \item Typeset a normal tilde over a ``nothing'' of the same width -% and of no height. -% \item Make a stack with the argument, then the tilde, then a negative -% space to remove the white vertical space added by \TeX. -% \end{enumerate} -% -% \section{Details of the implementation} -% -% The usual proclamations: -% \begin{macrocode} -%<*package> -\ProvidesPackage{undertilde}[2000/08/08 v1.0 Tilde under a math object] -% \end{macrocode} -% -% First, we allocate a register to store the value of the fifth -% fontdimen in the context of the mathematical stuff that is to -% be typeset (the right font, the right style, the right size). -% -% A command to store the current style (display, text, script, etc) -% that is in use just before the call (|\mathpal@save|). -% -% \begin{macrocode} -\newlength\knuthian@fdfive -\def\mathpal@save#1{\let\was@math@style=#1\relax} -% \end{macrocode} -% -% Then, the real thing. First, we save the style; then we typeset -% the argument in box 124. -% -% \begin{macrocode} -\def\utilde#1{\mathpalette\mathpal@save - {\setbox124=\hbox{$\was@math@style#1$}% -% \end{macrocode} -% -% Now, the hard thing. The box 125 will, in a firt time contain -% nothing (it is used to measure the fontdimen 5). -% -% \begin{macrocode} -\setbox125=\hbox{$\fam=3\global\knuthian@fdfive=\fontdimen5\font$} -% \end{macrocode} -% -% Then after, it contains the tilde typeseted over a white rule -% of the same width than box 124 (the math material that have to -% be under-tilded). -% -% \begin{macrocode} -\setbox125=\hbox{$\widetilde{\vrule height 0pt depth 0pt width \wd124}$}% -% \end{macrocode} -% -% Then we display, directly in the math formula a box containing -% the math material (box 124), the tilde (box 125) and a negative -% skip to ``remove'' the offset added by \TeX\ (the minimal height -% of the accent, from baseline). -% -% \begin{macrocode} - \baselineskip=1pt\relax - \vtop{\copy124\copy125\vskip -\knuthian@fdfive}}} -%</package> -% \end{macrocode} -% -% \end{document} diff --git a/Master/texmf-dist/source/latex/undertilde/undertilde.ins b/Master/texmf-dist/source/latex/undertilde/undertilde.ins deleted file mode 100644 index 4cfb5b30510..00000000000 --- a/Master/texmf-dist/source/latex/undertilde/undertilde.ins +++ /dev/null @@ -1,4 +0,0 @@ -\input docstrip -\keepsilent -\generate{\file{undertilde.sty}{\from{undertilde.dtx}{package}}} -\endbatchfile diff --git a/Master/texmf-dist/tex/latex/undertilde/undertilde.sty b/Master/texmf-dist/tex/latex/undertilde/undertilde.sty deleted file mode 100644 index adec6ad57b7..00000000000 --- a/Master/texmf-dist/tex/latex/undertilde/undertilde.sty +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% This is file `undertilde.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% undertilde.dtx (with options: `package') -%% -%% IMPORTANT NOTICE: -%% -%% For the copyright see the source file. -%% -%% Any modified versions of this file must be renamed -%% with new filenames distinct from undertilde.sty. -%% -%% For distribution of the original source see the terms -%% for copying and modification in the file undertilde.dtx. -%% -%% This generated file may be distributed as long as the -%% original source files, as listed above, are part of the -%% same distribution. (The sources need not necessarily be -%% in the same archive or directory.) -\ProvidesPackage{undertilde}[2000/08/08 v1.0 Tilde under a math object] -\newlength\knuthian@fdfive -\def\mathpal@save#1{\let\was@math@style=#1\relax} -\def\utilde#1{\mathpalette\mathpal@save - {\setbox124=\hbox{$\was@math@style#1$}% -\setbox125=\hbox{$\fam=3\global\knuthian@fdfive=\fontdimen5\font$} -\setbox125=\hbox{$\widetilde{\vrule height 0pt depth 0pt width \wd124}$}% - \baselineskip=1pt\relax - \vtop{\copy124\copy125\vskip -\knuthian@fdfive}}} -\endinput -%% -%% End of file `undertilde.sty'. diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d4319e0c223..64ff36dd42f 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -365,7 +365,7 @@ my @TLP_working = qw( ulem ulqda umich-thesis uml umlaute umoline umthesis umtypewriter - unamthesis underlin underscore undertilde undolabl + unamthesis underlin underscore undolabl uni-wtal-ger unicode-math unisugar units unitsdef universa uothesis uowthesis upca upmethodology upquote uri url urlbst urwchancal ushort ut-thesis uwthesis diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 068c218a7a8..94dba67eae8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -730,6 +730,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'seminar', "&MAKEseminar", 'setouterbox', "die 'skipping, use oberdiek'", 'sfarticle', "die 'skipping, LaTeX 2.09'", +# 'sfheaders', "die 'skipping, noinfo license, no reply from author'", 'shadbox', "die 'skipping, nonfree license'", 'shipunov', "&MAKEcopy", 'shortlst', "die 'skipping, nosell license'", @@ -815,6 +816,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'ukrhyph', "&MAKEukrhyph", 'ulsy', "die 'skipping, noinfo license, old'", 'umrand', "die 'skipping, nonfree'", + 'undertilde', "die 'skipping, noinfo license, author not responsive'", 'unitsdef', "&MAKEflatten", 'univers', "die 'skipping, nonfree font'", 'upgreek', "die 'skipping, use was'", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 94d904eb0ca..5da4b419102 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -703,7 +703,6 @@ depend ucs depend uebungsblatt depend umoline depend underlin -depend undertilde depend undolabl depend units depend upmethodology diff --git a/Master/tlpkg/tlpsrc/undertilde.tlpsrc b/Master/tlpkg/tlpsrc/undertilde.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/undertilde.tlpsrc +++ /dev/null |