Tagged Questions
6
votes
1answer
61 views
Table Configuration
I'm new to LaTeX, and I'm currently struggling with trying to create a table for a lab report. The table has to look like this:
I have tried looking at the \tabular, \tabulary and \tabularx ...
2
votes
2answers
264 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 ...
3
votes
1answer
277 views
Vertical alignment with multirow in tabularx
I have looked around for a solution that allows me to vertically centrally align a multirow row that spans two intermediate rows, which potentially span multiple lines since the tabular environment is ...
2
votes
2answers
335 views
table with tabularx and multirow
While using tabularx and multirow I tried to import this table (made with Word) in LaTeX:
but it's not really working. It seems as if there isn't enough space for the text, but shouldn't taburlarx ...
2
votes
1answer
2k views
Multirow and tabularx
I'm trying to make a table that should be pretty straight forward. But somehow, the text in the two first cells seems to "forget" that it's using the X-alignment command in tabularx:
...
1
vote
1answer
405 views
How to make (nested) tabularx and multirow play nicely together?
I'm trying to make a layout with 3 independent columns. Following answers this question I have tried using tabularx and multirow to make it work. I seem to be nearly there:
However I have two ...
3
votes
2answers
1k views
how to vertically align text in multirow cell with tabularx with renewcommand?
Here I come again,
Following the indications on this url I managed to get almost exactly what I want. However the problem is that the first multirow cell (with text "5 and 6") is not vertically ...
