summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rccol/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/rccol/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/rccol/README')
-rw-r--r--macros/latex/contrib/rccol/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/rccol/README b/macros/latex/contrib/rccol/README
new file mode 100644
index 0000000000..1b8246d622
--- /dev/null
+++ b/macros/latex/contrib/rccol/README
@@ -0,0 +1,30 @@
+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