wrapping - How to wrap text in LaTeX tables? -
I am creating a report in latex that contains some tables. I'm trapped on it because my cell data The page is exceeding the width. Can I somehow wrap the text so that the table falls into the next line in the same row?
Is it somehow related to the width of the table? But as it overheats the width of the page, it will not make any difference, is not it?
Use P {/ P>
\ start {tabular} {| P {1cm} | {Width}.} For your column specifics instead of p {3cm}, this text will wrap & amp; Some more text \\ \ end {tabular}
Comments
Post a Comment