diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/rccol/README | 57 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rccol/rccol.pdf | bin | 172373 -> 165217 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/rccol/rccol.dtx | 26 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/rccol/rccol.ins | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/rccol/rccol.sty | 6 |
5 files changed, 53 insertions, 48 deletions
diff --git a/Master/texmf-dist/doc/latex/rccol/README b/Master/texmf-dist/doc/latex/rccol/README index ad8ccbcced1..1b8246d622b 100644 --- a/Master/texmf-dist/doc/latex/rccol/README +++ b/Master/texmf-dist/doc/latex/rccol/README @@ -1,27 +1,30 @@ -The rccol package for use with TeX / LaTeX
-Current Version: 1.2b dated 2004/11/12
-Copyright 2000-2004
-License: LPPL, see rccol.dtx for more details
-Eckhart Guthoehrlein
-e-mail <e_w_g@web.de>
-
-The rccol package introduces a new column specifier 'R' for use within
-the preamble of a LaTeX package. In 'R' columns, numbers will be
-aligned with their corresponding digits, but centered with respect to
-the total column width. Furthermore, numbers can be rounded to any
-desired precision without changing the input.
-
-Small example:
-\begin{tabular}{R{2}{1}R{3}{1}}
- \multicolumn{1}{c}{Title of column 1} &
- \multicolumn{1}{c}{Title of column 2}\tabularnewline
- 10.0 & 20 \tabularnewline
- 1.7 & 1.7\tabularnewline
- -5 & 133 \tabularnewline
-\end{tabular}
-will roughly look like:
-
- Title of column 1 Title of column 2
- 10.0 20.0
- 1.7 1.7
- -5.0 133.0
+The rccol package for use with LaTeX +Current Version: 1.2c dated 2005/05/17 +Copyright 2000-2005 +License: LPPL, see rccol.dtx for more details +Eckhart Guthoehrlein +e-mail <e_w_g@web.de> + +The rccol package introduces a new column specifier 'R' for use within +the preamble of a LaTeX package. In 'R' columns, numbers will be +aligned with their corresponding digits, but centered with respect to +the total column width. Furthermore, numbers can be rounded to any +desired precision without changing the input. + +Please note that there is no further development of rccol. +Do it yourself according to the license. + +Small example: +\begin{tabular}{R{2}{1}R{3}{1}} + \multicolumn{1}{c}{Title of column 1} & + \multicolumn{1}{c}{Title of column 2}\tabularnewline + 10.0 & 20 \tabularnewline + 1.7 & 1.7\tabularnewline + -5 & 133 \tabularnewline +\end{tabular} +will roughly look like: + + Title of column 1 Title of column 2 + 10.0 20.0 + 1.7 1.7 + -5.0 133.0 diff --git a/Master/texmf-dist/doc/latex/rccol/rccol.pdf b/Master/texmf-dist/doc/latex/rccol/rccol.pdf Binary files differindex 135ed318442..ad3a5527ef1 100644 --- a/Master/texmf-dist/doc/latex/rccol/rccol.pdf +++ b/Master/texmf-dist/doc/latex/rccol/rccol.pdf 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 <e_w_g@web.de> % @@ -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{<e\_w\_g@web.de>}.}} -% \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}% diff --git a/Master/texmf-dist/source/latex/rccol/rccol.ins b/Master/texmf-dist/source/latex/rccol/rccol.ins index 9f788641843..1c804d45ec9 100644 --- a/Master/texmf-dist/source/latex/rccol/rccol.ins +++ b/Master/texmf-dist/source/latex/rccol/rccol.ins @@ -1,6 +1,6 @@ -\input docstrip
-\keepsilent
-%\generate{\file{rcuser.tex}{\from{rccol.dtx}{driver}}}
-\usedir{tex/latex/rccol}
-\generate{\file{rccol.sty}{\from{rccol.dtx}{rcmain}}}
-\endbatchfile
+\input docstrip +\keepsilent +%\generate{\file{rcuser.tex}{\from{rccol.dtx}{driver}}} +\usedir{tex/latex/rccol} +\generate{\file{rccol.sty}{\from{rccol.dtx}{rcmain}}} +\endbatchfile diff --git a/Master/texmf-dist/tex/latex/rccol/rccol.sty b/Master/texmf-dist/tex/latex/rccol/rccol.sty index ed8b17f1f2d..d0ef891d3ad 100644 --- a/Master/texmf-dist/tex/latex/rccol/rccol.sty +++ b/Master/texmf-dist/tex/latex/rccol/rccol.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \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.}} @@ -90,7 +90,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 @@ -160,7 +160,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}% |