Search found 4 matches

by gonandriy
Thu Feb 16, 2012 10:27 am
Forum: Graphics, Figures & Tables
Topic: longtable | Determine last Row of a Table on a Page
Replies: 3
Views: 2915

Re: longtable | Determine last Row of a Table on a Page

Thanks, Stefan.
I promise I will do so henceforward
by gonandriy
Wed Feb 15, 2012 5:43 pm
Forum: Graphics, Figures & Tables
Topic: longtable | Determine last Row of a Table on a Page
Replies: 3
Views: 2915

longtable | Determine last Row of a Table on a Page

Is there any way of determination last row of each page in multi-page tables. For example if I want add double line on end of each page, or some special content of cells in last row. I use longtable package.

Here should be considered, that last rows on pages can be changes, I mean that last row can ...
by gonandriy
Sat Dec 17, 2011 1:36 pm
Forum: Graphics, Figures & Tables
Topic: multirow | Expand Cells over multiple Rows correspondingly
Replies: 1
Views: 1873

multirow | Expand Cells over multiple Rows correspondingly

Hello!

I have such table and I can not understand how to expand multirow cells accordingly to text.
\begin{tabular}{|c|m{5cm}|c|}
\hline
1,1 & 1,2 & 1,3 \bigstrut \\ \hline
2,1 & \multirow{2}{5cm}[0ex]{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur id nisl nunc}
& 2,3 ...
by gonandriy
Thu Dec 15, 2011 11:30 am
Forum: Graphics, Figures & Tables
Topic: Wise Tables
Replies: 0
Views: 1088

Wise Tables

Hello! Is it possible to create table,
where will be cells with arbitrary merges (multirow, multicolumn)
and arbitrary alignment in each cell
and text wrapping and auto adjusting of width of each column?
Would be nice to set alignment of each cell individually.

So, when I use tabularx with 'X ...