Tagged Questions
2
votes
1answer
547 views
How to rotate text in multirow table?
I have a big table with a problem, when I want to rotate the text in a \multirow cell, the text is placed outside and is bigger than the dimensions of the cell, I took some advice from here, ...
2
votes
2answers
267 views
Using tabularx, multirow, and parbox for line-wrapping
I am using a multirow inside a tabularx, but because the multirow doesn't wrap, I am putting the multirow's text inside a parbox environment:
\begin{tabularx}{\textwidth}{@{}XX@{}} \toprule
blah ...