I've included Excel graphics in my LaTeX document (using wmf2eps to create the eps-files + graphics-packages in the preambule), but they take up too much space. I've reseized the file so that it fits the page, but there is an enormous space separating the figure from the caption. This is the encoding:
\begingroup
\centering
\resizebox{\textwidth}{!}
{\includegraphics[0in,0in][12in,15in]{wp2ny.eps}}
\captionof{figure}{test picture}
\endgroup
If I use the figure-command, it goes from bad to worse, as the graphics take up one whole page.
I'm really pleased to be able to include graphics in my work, and I'm really happy I get LaTeX to hang on to them also when I run dvi2ps before ps2pdf (had some problems with that some months back). I just want it to look nice too! My document class is "book".
Happy for any suggestion!
Christine
