Actually I want to move my figures and tables to a separate LaTeX file. But when I compiled that new file I got a blank first page.
So I want to know how can I remove that blank first page. By the way, I'm using the bioinfo class.
|
Actually I want to move my figures and tables to a separate LaTeX file. But when I compiled that new file I got a blank first page. So I want to know how can I remove that blank first page. By the way, I'm using the |
||||
| show 1 more comment |
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I offer that it is the
|
||||
|
|
atbegshican be used to discard a page based on a condition. – Werner Jan 6 at 2:39atbegshipackage to your preamble:\usepackage{atbegshi}. Does this solve your problem? – Werner Jan 6 at 3:27