Tagged Questions
1
vote
1answer
75 views
Longtable with multicolumn and multirow not working
I'm using a table generated from Excel2Latex in my document. Despite using longtable, the table gets truncated at the end of page after overflowing the bottom margin. Min. working example provided ...
4
votes
1answer
431 views
Vertical lines in a multirow and multicolumn table
I am trying to finish this table scheme but I can't figure out what I am doing wrong. I want to convert those discontinued lines into continuous lines and I want to center the label "Total" between ...
6
votes
1answer
169 views
Tabular inside longtable
I need a longtable like this table shown in HTML:
but when I use \multirow, the data inside the \multirow is continued inside the next cell. I have tried with the following
...
2
votes
2answers
116 views
How to make a cell content take up multiple lines
I am creating a table where some cells would contain very long text. For these cases, I want the content of this cell to take up multiple lines. With the default implementation, after building , I see ...
1
vote
1answer
101 views
Complex tables - commentry
I have a table which I need to go over multiple pages, hence I am using \usepackage{longtable}.
However I am also using \multirow as my comments are simply too long to fit into one! But there are ...
1
vote
1answer
252 views
How to avoid text overlap when using `multirow` in `longtable`?
I have a two column table. The first column contains (for eg) name and designation and second column has lots of text. I want the name and designation to stay close but on separate lines. For this I ...
4
votes
1answer
1k views
Vertical Alignment in multirow using cells with >1 lines
I want to vertically align (best would be to center) the text ("TEST") in the left (yellow) column of the following table. It works fine with multirow when every row has exactly the hight of one line:
...
3
votes
1answer
455 views
Prevent longtable breaking in multirow
How can I prevent multirow from breaking in longtable environment, so this won't break at wrong position as shown by code below.
\documentclass{article}
...
2
votes
1answer
212 views
Misalignment of table columns when using multirow
I have a LaTeX document in which I am using custom environment and commands to make everything a bit easier. However, when I use the multirow command in one of my custom environments, the alignment of ...
8
votes
1answer
1k views
longtable multirow problem with cline and nopagebreak
I have a problem using with the package lontable and multirow together.
It seems that the \* is not avoiding the page breack, if I'm using \cline{i-j} just afterwards.
Here the original code for ...
0
votes
2answers
484 views
Table does not break properly between tables
Table overdraw footer, when I expect that this should be break on new page after fifth line (after this text 'Uuuuuuuuuu ttt ppppppp')
Here is the generated PDF: ...
5
votes
1answer
261 views
Page breaking prohibition in some rows of the table
I use the longtable package. Its allow command \\*, for page breaking prohibition on row.
Here the code, where \\* does not prohibit page breaking. (on line 44)
Generaed pdf here: ...
0
votes
1answer
226 views
Text alignment on multirow when it breaks between pages
How can I get properly displayed text on multirow cells, when they break between pages?
Here the example http://web-engineering.com.ua/mtest.pdf
Text '/importp' on the end of first page prints ...
1
vote
1answer
392 views
multirow with word wrapped columns in longtable
I am trying to create a table that looks like this using longtable. The table will have many rows so that it spans several pages.
What I'm looking for is how to create this table so that the text ...