summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/rccol
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/rccol
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/rccol')
-rw-r--r--Master/texmf-dist/doc/latex/rccol/README27
-rw-r--r--Master/texmf-dist/doc/latex/rccol/rccol.pdfbin0 -> 172373 bytes
2 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rccol/README b/Master/texmf-dist/doc/latex/rccol/README
new file mode 100644
index 00000000000..ad8ccbcced1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/rccol/README
@@ -0,0 +1,27 @@
+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
diff --git a/Master/texmf-dist/doc/latex/rccol/rccol.pdf b/Master/texmf-dist/doc/latex/rccol/rccol.pdf
new file mode 100644
index 00000000000..135ed318442
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/rccol/rccol.pdf
Binary files differ