Tagged Questions
3
votes
0answers
84 views
Is it possible to use tabularx inside a longtable environment?
Is it possible to use tabularx inside a longtable environment?
If not, is there any way I can get the "X" funcionality of tabularx with the option of long tables ---In order for me to be able to ...
2
votes
2answers
164 views
Dificult using LTXtable
I have a script in R that build a report in LaTeX. Sometimes, this report has very long and very wide table, so, after some research I decided try ltxtable. My problem is that I didn't get how it ...
2
votes
2answers
500 views
Wrapping a table both rowwise and pagewise
I just discovered the tabularx package which allows me to introduce a table column which has line wrapping, and I also know that packages that allow automatic table splitting across pages do exists ...
2
votes
1answer
185 views
How to create a document wide table style for border [duplicate]
Possible Duplicate:
How to separate table content and table style
is it possible to create a document wide table setting for how table border are applied for each table?
I want to have the ...
1
vote
2answers
1k views
How to create a table that spans over multiple pages, breaking single rows
With the longtable package one can create a table that spans over multiple pages. The problem is that it will never break a row in two: either it stays entirely in the current page or it is moved ...
4
votes
1answer
144 views
Table counter increasing by 2 for every table
I'm having some issues when using tabularx within a table environment. The most annoying of these issues is that the table counter seems to be increasing by 2 for every table. So instead of having ...
1
vote
1answer
517 views
ltablex + \caption[]{…} = error or bug?
I'm writing my thesis with the document class scrbook from koma-script and want to use the package ltablex (= longtable + tabularx) for setting long tables with automatic page break calculation.
Now, ...