Search found 2 matches

by bicek
Fri Jan 06, 2017 10:46 am
Forum: Graphics, Figures & Tables
Topic: Table overlaps with page number
Replies: 3
Views: 2950

Table overlaps with page number

First, thank you for the answer.

Yes table takes up the whole page and its too big.

I have implemented your suggestion about longtable but, in this case I couldn't have any labels or tags and table is not referenced by my template thesis file. So, I understand that I have to use table environment ...
by bicek
Tue Jan 03, 2017 10:26 am
Forum: Graphics, Figures & Tables
Topic: Table overlaps with page number
Replies: 3
Views: 2950

Table overlaps with page number

Hi all,

I am using code written below and experiencing some issues with tables and page numbers. I expect table not to overlap with page numbers but it does. How can I solve this problem ? Thanks.

\begin{table}[htbp]
\centering
\scriptsize
\caption{T1}

\label{tab:table1}

\begin{tabularx ...