Here is my simple code. The figure is 11in x 8.5in. (or in letter size). My purpose is to emerge these pdf figures together and generate pdf with bookmarks. But the first empty page is very annoying. Is there any way to remove it without compromising the figure size?
\documentclass[landscape,letterpaper]{article}
\usepackage[pdftex]{color,graphicx}
\usepackage{float}
\pagestyle{empty}
\begin{document}
\textheight=11in
\clearpage
\begin{figure}[H]
\begin{center}
\includegraphics[width=11in]{tmpplotraw00.pdf}
\end{center}
\caption{core 0, Av=0}
\end{figure}
\end{document}
My output is :
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./tmplatex.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,
turkish, ukenglish, ukrainian, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/graphics/color.sty
(/usr/share/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf/tex/latex/pdftex-def/pdftex.def))
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)))
(/usr/share/texmf/tex/latex/float/float.sty) (tmp/tmplatex.aux)
<tmpplotraw00.pdf, id=1, 831.105pt x 578.16pt> <use tmpplotraw00.pdf>
Overfull \hbox (449.96999pt too wide) in paragraph at lines 13--14[]
[1] [2{/usr/share/texmf/fonts/map/pdftex/updmap/pdftex.map} <./tmpplotraw00.pdf>]
(tmp/tmplatex.aux) )
(see the transcript file for additional information)</usr/share/texmf/fonts/typ
e1/bluesky/cm/cmr10.pfb>
Output written on tmp/tmplatex.pdf (2 pages, 114822 bytes).
Transcript written on tmp/tmplatex.log.