From fc365d27c1c2a637dc7a3776c1ad568e97319edc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 Dec 2010 17:23:10 +0000 Subject: rm tracking, probably-nonfree license, c.1996 git-svn-id: svn://tug.org/texlive/trunk@20791 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/tracking/tracking.sty | 79 ----------------------- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 3 +- Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 - Master/tlpkg/tlpsrc/tracking.tlpsrc | 0 5 files changed, 3 insertions(+), 82 deletions(-) delete mode 100644 Master/texmf-dist/tex/latex/tracking/tracking.sty delete mode 100644 Master/tlpkg/tlpsrc/tracking.tlpsrc (limited to 'Master') diff --git a/Master/texmf-dist/tex/latex/tracking/tracking.sty b/Master/texmf-dist/tex/latex/tracking/tracking.sty deleted file mode 100644 index af539833ece..00000000000 --- a/Master/texmf-dist/tex/latex/tracking/tracking.sty +++ /dev/null @@ -1,79 +0,0 @@ -% tracking.sty -% -% 17 Mar 1996 -% Glazkov D.A. -% e-mail: glazkov@sci.lpi.msk.su -% -% 117924 Moscow, Leninsky Prosp. 53 -% P.N.Lebedev Physical Institute of -% Russian Academy of Sciences -% RUSSIA -% -% This style invoke the commands for tracking, i.e. automatical adjust -% spaces between symbols in a words or phrases to fit them into needed -% length. Any chain of symbols (including spaces) in current font may -% be treated. No commands, including font switching, are allowed in the -% arguments of following macros - the result will be unpredictable. -% -% The additional spaces between words are not disappear. It's meant that -% the result of macros is placed onto one line of text, because it -% is inserted into \hbox{...}. -% -% These commands are based on the idea of the loop "\dolist" - see -% D.Knuth "The TeXbook" (the answer for Ex. 11.5). -% -% -% You may change this code freely. But please inform me if you use -% or improve these commands. -% -% -% -% Available commands: -% -% -% \track{x}{abc} -% abc - initial chain of symbols -% x - additional space which is added to the right of each -% symbol but the last (including "spaces"). May be positive, -% negative and zero. -% Ex. \track{-.3pt}{This is a probe} -% -% -% \fittrack{x}{abc} -% abc - initial chain of symbols -% x - final length for the result of this command. May be less -% or greater thah the length of the initial chain. -% Ex. \fittrack{8cm}{This is a probe} -% -% -% \ratiotrack{x}{abc} -% abc - initial chain of symbols -% x - ratio, showing how many times the result of this command -% is longer than the length of the initial chain. May be -% less, greater or equal to 1. -% Ex. \ratiotrack{1.2}{This is a probe} - - -\def\dolist{\afterassignment\dodolist\let\next= } -\def\dodolist{\ifx\next\endlist \let\next\relax - \else \\\let\next\dolist \fi - \next} -\def\endlist{\endlist} - -\def\track#1#2{% -\def\\{\expandafter\if\space\next\setbox0=\hbox{\ }% - \else \setbox0=\hbox{\next}\fi% - \box0\kern#1}% -\leavevmode\hbox{\dolist#2\endlist\unkern}} - -\def\fittrack#1#2{% -\newcount\n\n=0% -\def\\{\advance\n by1}% -\dolist#2\endlist% -\advance\n by-1% -\setbox0=\hbox{#2}% -\dimen0=#1\advance\dimen0 by-\wd0\divide\dimen0 by\n% -\track{\dimen0}{#2}} - -\def\ratiotrack#1#2{% -\setbox0=\hbox{#2}\dimen0=#1\wd0\fittrack{\dimen0}{#2}} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index f2689fbfd23..9791ea056c0 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -328,7 +328,7 @@ my @TLP_working = qw( titlefoot titlepages titlepic titleref titlesec titling tkz-doc tkz-linknodes tkz-orm tkz-tab tocbibind tocloft tocvsec2 todo todonotes - tokenizer toolbox tools topfloat totcount totpages tracking + tokenizer toolbox tools topfloat totcount totpages trajan tree-dvips trfsigns trimspaces trivfloat trsym truncate tucv tufte-latex tugboat tugboat-plain turkmen turnstile twoinone twoup txfonts diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b76c017124d..408a6df88ea 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -681,7 +681,7 @@ $Master = "$mydir/../.."; 'songs', "die 'skipping, requires binary'", 'sphack', "die 'skipping, nonfree license'", 'springer', "die 'skipping, licenses not checked'", - 'shadbox', "die 'skipping, noinfo license'", + 'sprite', "die 'skipping, noinfo license'", 'ssqquote', "die 'skipping, nonfree license'", 'staves', "&MAKEflatten", 'stellenbosch',"&MAKEcopy", @@ -720,6 +720,7 @@ $Master = "$mydir/../.."; 'tkz-tab', "&MAKEflatten", 'tolkienfonts',"die 'skipping, cannot easily separate free from nonfree fonts'", 'tpcmfont', "die 'skipping, ?'", + 'tracking', "die 'skipping, nonfree license'", 'translation-footmisc-de', "die 'skipping, nocommercial'", 'translation-pst-jtree-de', "die 'skipping, nocommercial'", 'translator', "die 'skipping, now part of beamer'", diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 439ff99f109..f244c2fa9b7 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -666,7 +666,6 @@ depend toolbox depend topfloat depend totcount depend totpages -depend tracking depend trfsigns depend trimspaces depend trsym diff --git a/Master/tlpkg/tlpsrc/tracking.tlpsrc b/Master/tlpkg/tlpsrc/tracking.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 -- cgit v1.2.3