[PLUG] Latex column headings and tables...

Brian Diggs bd2u at andrew.cmu.edu
Thu Jan 30 21:27:02 UTC 2003


I think the column description you want is 'p' (instead of 'l', 'r', or 
'c').  It creates the column element as a parbox of a width specified as 
an argument.  The parbox implies that the contacts will be wrapped.  I 
don't have my LaTeX referenece in front of me right now, so I can't give 
you the exact syntax.  If you want this different than the other rows, 
you can of course put in in a \multicolumn to change the format 
specification for that row.

-- 
Brian Diggs

Timothy Grant wrote:
> Hi,
> 
> I've been working on a project to convert some reports that are usually 
> generated in HTML into Latex so we can make nice printable reports. I've got 
> a pretty nice system in place for doing so, and the Latex/PDF reports look 
> very much the same as their HTML counterparts. The one place they really 
> differ though is in the headings. Our HTML column headings often get turned 
> into multi-line headings to reduce horizontal space. Unfortunately I have not 
> been able to figure out how to get Latex to willingly make a column narrower 
> by stacking the words in a column heading. For example I'd like something 
> that looks like this...
> 
> My Wide Heading
> 
> to become
> 
> My
> Wide
> Heading
> 
> Any suggestions?
> Thanks.
> 





More information about the PLUG mailing list