Search found 6 matches

by rexkykwok
Wed Sep 28, 2011 4:58 am
Forum: Page Layout
Topic: Table overlapping with my page number!!
Replies: 9
Views: 14646

Re: Table overlapping with my page number!!

Firstly thanks for the help on this issue previously.

Sorry for bumping this thread again but I am facing a similar issue currently and I think it would be easiest if I reopen this thread.

Instead of having all float page to have no page number, I would like to get rid of the number on "selected ...
by rexkykwok
Wed Apr 21, 2010 6:56 pm
Forum: Math & Science
Topic: How to draw a Plimsoll??
Replies: 2
Views: 9795

How to draw a Plimsoll??

Just wondering how I could draw a plimsoll, as in the standard state sign (a "O" with a "-" crossing in the centre) used in chemistry, in a latex environment?
by rexkykwok
Sat Feb 27, 2010 12:33 am
Forum: Page Layout
Topic: Table overlapping with my page number!!
Replies: 9
Views: 14646

Re: Table overlapping with my page number!!

It does the trick! Thanks gmedina.
by rexkykwok
Thu Feb 25, 2010 7:59 am
Forum: Page Layout
Topic: Table overlapping with my page number!!
Replies: 9
Views: 14646

Re: Table overlapping with my page number!!

Here's the command I have used:

\documentclass[a4paper,12pt,oneside]{report}
\usepackage{fancyhdr}
\iffloatpage{\thispagestyle{empty}}{\thispagestyle{plain}}
\begin{document}
\begin{table}[P]
\centering
\footnotesize{
\begin{tabular*}{\textwidth}{l l c c}
.
.
.
\end{tabular*}\\
}
\end{table}
\end ...
by rexkykwok
Thu Feb 25, 2010 6:32 am
Forum: Page Layout
Topic: Table overlapping with my page number!!
Replies: 9
Views: 14646

Re: Table overlapping with my page number!!

I have already input the following:

\iffloatpage{\thispagestyle{empty}}{\thispagestyle{plain}}

also I have defined my table position with \begin{table}[P] but still not showing me the correct outcome. Have I missed anything?
by rexkykwok
Wed Feb 24, 2010 8:08 pm
Forum: Page Layout
Topic: Table overlapping with my page number!!
Replies: 9
Views: 14646

Table overlapping with my page number!!

Hi all,

I have created a table with captions which is good enough to fit into 1 single page but however just a bit too long to have the captions overlapping with the page number. I have tried to get rid of the page number on that specific page by using \thispagestyle{empty} within the table ...