From daf3e75be048202410d8bb15652aa70cc69c043d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 29 Dec 2007 19:33:15 +0000 Subject: rccol update from ctan 07-12-29 git-svn-id: svn://tug.org/texlive/trunk@5988 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/rccol/rccol.dtx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/source/latex/rccol/rccol.dtx') diff --git a/Master/texmf-dist/source/latex/rccol/rccol.dtx b/Master/texmf-dist/source/latex/rccol/rccol.dtx index cc631baeb63..9e469c81b2b 100644 --- a/Master/texmf-dist/source/latex/rccol/rccol.dtx +++ b/Master/texmf-dist/source/latex/rccol/rccol.dtx @@ -1,7 +1,7 @@ % \iffalse META-COMMENT % % The rccol package for use with TeX / LaTeX -% Copyright 2000-2004 +% Copyright 2000-2005 % Eckhart Guthoehrlein % e-mail % @@ -14,14 +14,13 @@ % version 1999/12/01 or later. % % This program consists of the files 'rccol.dtx', 'rccol.ins' -% and 'readme_rccol.txt'. +% and 'README'. % % The package provides a special column type for tables. % Numbers are centered to the title and flush right to each other, % as well as rounded to a given accuracy. It needs the % array package (sould be part of your LaTeX-distribution) -% and the fltpoint package (by the author, available from CTAN, -% directory /tex-archive/macros/latex/contrib/supported/fltpoint). +% and the fltpoint package (by the author, available from CTAN). % % Run TeX over rccol.ins to produce the docstripped version % of the file. The documentation can be typeset by running @@ -29,8 +28,8 @@ % with option 'driver' to generate a separate file for the % generation of the user guide. % -% Comments and bug-reports are welcome under the above -% e-mail address. +% Please note that there is no further development of rccol. +% Do it yourself according to the license. % % E.W.G. % @@ -85,13 +84,13 @@ % \changes{v1.1a}{2000/09/05}{Minor corrections. % Better support for different decimal signs.} % \changes{v1.2b}{2004/11/12}{Some fixes, development freeze.} +% \changes{v1.2c}{2005/05/17}{Small fix for decimal sign input/output.} % % \GetFileInfo{rccol.sty} % \title{The \texttt{rccol} package\thanks{This % file has version number \fileversion{} dated \filedate.}} -% \author{Eckhart Guth\"ohrlein\thanks{Send comments -% or bug-reports to the author via e-mail \texttt{}.}} -% \date{Printed \today} +% \author{Eckhart Guth\"ohrlein} +% \date{} % \maketitle % % \begin{abstract} @@ -101,6 +100,9 @@ % to each other so that corresponding digits are vertically % aligned. Furthermore, numbers can be rounded % to the desired precision. +% +% Please note that there is no further development of rccol. +% Do it yourself according to the license. % \end{abstract} % % @@ -425,7 +427,7 @@ % \begin{macrocode} %<*rcmain> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{rccol}[2004/11/12 v1.2b right-centered columns] +\ProvidesPackage{rccol}[2005/05/17 v1.2c right-centered columns] \DeclareOption{rounding}{\AtBeginDocument{\rcRoundingtrue}} \DeclareOption{norounding}{\AtBeginDocument{\rcRoundingfalse}} \DeclareOption{USenglish}{\AtBeginDocument{\rcDecimalSign.}} @@ -599,7 +601,7 @@ \rc@savedigit4\else\ifx#15\rc@savedigit5\else\ifx#16% \rc@savedigit6\else\ifx#17\rc@savedigit7\else\ifx#18% \rc@savedigit8\else\ifx#19\rc@savedigit9\else% - \if\noexpand#1\fp@decimalsign\rc@savedigit\fp@decimalsign% + \if\noexpand#1\rc@decimalsigninput\rc@savedigit\rc@decimalsigninput% \else\ifx#1-\rc@savedigit-\else\ifx#1+\rc@savedigit+% \else\ifx#1e\rc@savedigit e\else\ifx#1E\rc@savedigit E% \else @@ -747,7 +749,7 @@ \fi \fi \ifnum\fp@loopcount=-1 - \rc@output{\fp@decimalsign}% + \rc@output{\rc@decimalsignoutput}% \fi \fp@getdigit{rc@temp}{\fp@loopcount}% \rc@output{\fp@param}% -- cgit v1.2.3