diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-09 18:35:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-09 18:35:23 +0000 |
commit | 271876384ae94c62b4c0c80d258beaf00555ef19 (patch) | |
tree | 44e0b8eab315b0fbd90eed1bc7e56cf3998da1a7 /Master/texmf-dist/source/latex/fouridx | |
parent | cb26429265b01333f4565e275224c66fcc3493a2 (diff) |
fouridx update (8apr08)
git-svn-id: svn://tug.org/texlive/trunk@7366 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fouridx')
-rw-r--r-- | Master/texmf-dist/source/latex/fouridx/fouridx.dtx | 23 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/fouridx/fouridx.ins | 1 |
2 files changed, 12 insertions, 12 deletions
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} %</package> %<*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 |