Hi!
why this code won't work here, it compiled on Overleaf, the screenshot is from there
That's because the LaTeX.org compiler does it correctly, it gives an error message that a number is expected instead of the asterisk/star * that is wrong in this \multicolumn argument. It should be the ...
Search found 3 matches
- Mon Apr 12, 2021 12:08 pm
- Forum: Graphics, Figures & Tables
- Topic: A lot of text in the middle field in a table with line breaks
- Replies: 4
- Views: 14601
- Fri Apr 09, 2021 10:42 pm
- Forum: Graphics, Figures & Tables
- Topic: A lot of text in the middle field in a table with line breaks
- Replies: 4
- Views: 14601
A lot of text in the middle field in a table with line breaks
Please give a of what you have tried so far.
I don't see any need to use the \multicolumn or \multirow commands to create the table in the attached file. In the LaTeX introductions, column types should be named and explained that allow multi-line cells. You may also be interested in the tabularx ...
I don't see any need to use the \multicolumn or \multirow commands to create the table in the attached file. In the LaTeX introductions, column types should be named and explained that allow multi-line cells. You may also be interested in the tabularx ...
- Fri Apr 09, 2021 3:51 pm
- Forum: Graphics, Figures & Tables
- Topic: A lot of text in the middle field in a table with line breaks
- Replies: 4
- Views: 14601
A lot of text in the middle field in a table with line breaks
I am trying to a table where one of the fields has much more text then the ones left and right to it so it needs to be wider and also line breaks. I have made an example in Word how this should look, see the attached PDF how_it_sould_be.pdf . Now I have tried to work this out with multicloumn and ...