Displaying 1 result from an estimated 1 matches for "seperatoirs".
Did you mean:
separators
1998 Jan 07
0
tabular environment for Rd files
...e line seperator is \cr
format is a usual LaTeX tabular format string, e.g in the above
example it could be `lll' giving three left justified columns.
currently only l, r, and c identifiers are supported, all doing the
obvious.=20
I thought about using LaTeX's `&' and `\\' as seperatoirs but these
would be inconsistent with the Rd-philosophy of having no special
characters (we want to get rid of having to escape & a.s.a.p.).
If you don't like \tab and \cr, please feel free to make better
suggestions.
The latex and html conversions seem to work perfectly ... as usual I'...