search for: longcolumheading

Displaying 1 result from an estimated 1 matches for "longcolumheading".

Did you mean: longcolumnheading
2004 Jul 15
1
formatting tables with long column names via package:xtable within Sweave
...hu Jul 15 10:36:24 2004 \begin{table}[ht] \begin{center} \begin{tabular}{rrl} \hline & longColumnHeading & column.heading.with.spaces \\ \hline 1 & 1.00 & b \\ \hline \end{tabular} \end{center} \end{table} I would like to be able to change the line with the column headings & longColumHeading & column.heading.with.spaces \\ to a mulit-line format (with narrower column widths), something like: & long & column \\ & Column & heading \\ & Heading & with \\ & & spaces \\ What is the best way to do this or something similar? I am...