From 271876384ae94c62b4c0c80d258beaf00555ef19 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 Apr 2008 18:35:23 +0000 Subject: fouridx update (8apr08) git-svn-id: svn://tug.org/texlive/trunk@7366 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fouridx/fouridx.pdf | Bin 113535 -> 111567 bytes Master/texmf-dist/doc/latex/fouridx/fouridx.tex | 34 --------------------- Master/texmf-dist/source/latex/fouridx/fouridx.dtx | 23 +++++++------- Master/texmf-dist/source/latex/fouridx/fouridx.ins | 1 - Master/texmf-dist/tex/latex/fouridx/fouridx.sty | 2 +- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- 6 files changed, 14 insertions(+), 48 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/fouridx/fouridx.tex diff --git a/Master/texmf-dist/doc/latex/fouridx/fouridx.pdf b/Master/texmf-dist/doc/latex/fouridx/fouridx.pdf index f82b469c9ae..2fa2f5709b5 100644 Binary files a/Master/texmf-dist/doc/latex/fouridx/fouridx.pdf and b/Master/texmf-dist/doc/latex/fouridx/fouridx.pdf differ diff --git a/Master/texmf-dist/doc/latex/fouridx/fouridx.tex b/Master/texmf-dist/doc/latex/fouridx/fouridx.tex deleted file mode 100644 index 99abc2dbca1..00000000000 --- a/Master/texmf-dist/doc/latex/fouridx/fouridx.tex +++ /dev/null @@ -1,34 +0,0 @@ -%% -%% This is file `fouridx.tex', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% fouridx.dtx (with options: `package') -%% -%% fouridx package -%% -%% Copyright 2008 Stefan Karrmann -%% -%% This program can be redistributed and/or modified under the terms -%% of the LaTeX Project Public License Distributed from CTAN -%% archives in directory macros/latex/base/lppl.txt; either -%% version 1 of the License, or any later version. -%% -%% S.Karrmann at web.de -%% -\def\fileversion{1.00} -\def\filedate{2009/03/27} -\NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{fouridx}[\filedate\space v\fileversion\space Four indices] -\newcommand{\fourIdx}[5]{% - \setbox1=\hbox{\ensuremath{^{#1}}}% - \setbox2=\hbox{\ensuremath{_{#2}}}% - \setbox5=\hbox{\ensuremath{#5}}% - \hspace{\ifnum\wd1>\wd2\wd1\else\wd2\fi}% - \ensuremath{\copy5^{\hspace{-\wd1}\hspace{-\wd5}#1\hspace{\wd5}#3}% - _{\hspace{-\wd2}\hspace{-\wd5}#2\hspace{\wd5}#4}% -}} -\endinput -%% -%% End of file `fouridx.tex'. diff --git a/Master/texmf-dist/source/latex/fouridx/fouridx.dtx b/Master/texmf-dist/source/latex/fouridx/fouridx.dtx index cf492d610b2..b912b84d9d6 100644 --- a/Master/texmf-dist/source/latex/fouridx/fouridx.dtx +++ b/Master/texmf-dist/source/latex/fouridx/fouridx.dtx @@ -1,12 +1,12 @@ % \iffalse meta comment -% File: fouridx.dtx Copyright (C) 2009 Stefan Karrmann +% File: fouridx.dtx Copyright (C) 2008 Stefan Karrmann % \fi % % \iffalse % %<*package> \def\fileversion{1.00} -\def\filedate{2009/03/27} +\def\filedate{2008/03/27} % %<*driver> \documentclass{ltxdoc} @@ -101,15 +101,16 @@ % \noindent % \begin{minipage}[c]{0.79\linewidth} % \leavevmode\begin{verbatim} -% ${_1^2}\left(\frac{1}{b}\right)_3^4$ +% ${^1_2}\left(\frac{1}{b}\right)^3_4$ % \end{verbatim} % \end{minipage} % \begin{minipage}[c]{0.19\linewidth} -% ${_1^2}\left(\frac{1}{b}\right)_3^4$ +% ${^1_2}\left(\frac{1}{b}\right)^3_4$ % \end{minipage} % % \noindent -% If the subscripts on the left and right side are of different height, +% If the subscripts on the left and right side are of different height or +% the left subscripts and superscripts are of different width, % the result is also unsatisfactory: % % \noindent @@ -128,11 +129,11 @@ % \noindent % \begin{minipage}[c]{0.79\linewidth} % \leavevmode\begin{verbatim} -% $\fourIdx{2}{1}{4}{3}{\left(\frac{1}{b}\right)}$ +% $\fourIdx{1}{2}{3}{4}{\left(\frac{1}{b}\right)}$ % \end{verbatim} % \end{minipage} % \begin{minipage}[c]{0.19\linewidth} -% $\fourIdx{2}{1}{4}{3}{\left(\frac{1}{b}\right)}$ +% $\fourIdx{1}{2}{3}{4}{\left(\frac{1}{b}\right)}$ % \end{minipage} % % \noindent @@ -147,11 +148,11 @@ % % \section{Usage of the package} % -% Two commands are provided by the package. +% One command is provided by the package. % % \DescribeMacro{\fourIdx}% -% The \cs{fouridx} command has the syntax -% \cs{fouridx}\marg{left superscript}\marg{left subscript}% +% The \cs{fourIdx} command has the syntax +% \cs{fourIdx}\marg{left superscript}\marg{left subscript}% % \marg{right superscript}\marg{right subscript}\marg{symbol}. % This command typesets the symbol \meta{symbol} with indices on the % left and on the right side. @@ -189,7 +190,7 @@ \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{fouridx}[\filedate\space v\fileversion\space Four indices] % \end{macrocode} -% \begin{macro}{\fouridx} +% \begin{macro}{\fourIdx} % \changes{1.00}{2008/03/27}{Implementation simplyfied}% % Command for left indices. % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/fouridx/fouridx.ins b/Master/texmf-dist/source/latex/fouridx/fouridx.ins index 7cfb6d3ad8f..8e2a208d084 100644 --- a/Master/texmf-dist/source/latex/fouridx/fouridx.ins +++ b/Master/texmf-dist/source/latex/fouridx/fouridx.ins @@ -20,7 +20,6 @@ %%%%%%%%%%%%%%%%%%%%%% \generate{% \file{fouridx.sty}{\from{fouridx.dtx}{package}}% - \file{fouridx.tex}{\from{fouridx.dtx}{package}}% } \Msg{* Ready} \endbatchfile diff --git a/Master/texmf-dist/tex/latex/fouridx/fouridx.sty b/Master/texmf-dist/tex/latex/fouridx/fouridx.sty index b6611e02c65..be3bfc77994 100644 --- a/Master/texmf-dist/tex/latex/fouridx/fouridx.sty +++ b/Master/texmf-dist/tex/latex/fouridx/fouridx.sty @@ -18,7 +18,7 @@ %% S.Karrmann at web.de %% \def\fileversion{1.00} -\def\filedate{2009/03/27} +\def\filedate{2008/03/27} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{fouridx}[\filedate\space v\fileversion\space Four indices] \newcommand{\fourIdx}[5]{% diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 25dc289bf31..a0b4a736395 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -78,7 +78,7 @@ my @WorkingTLP = qw( flagderiv flippdf float floatrow flowfram fltpoint fmtcount fnbreak fncychap foekfont fontch fontspec fonttable footbib forloop formular - fourier fouriernc + fouridx fourier fouriernc fp fpl frankenstein free-math-font-survey frenchle fribrief frletter frontespizio fullpict functan gaceta galois gastex gatech-thesis gb4e gcard gcite -- cgit v1.2.3