If I do exactly the same thing with a textheight of only 20cm,
everything works as expected.
Why is there this restriction? Is it documented anywhere? Are there
plans to get rid of it in the future?
--
Phillip Helbig Email ... hel...@multivac.jb.man.ac.uk
Nuffield Radio Astronomy Laboratories Tel. ..... +44 1477 571 321 (ext. 297)
Jodrell Bank Fax ................. +44 1477 571 618
Macclesfield Telex ................. 36149 JODREL G
UK-Cheshire SK11 9DL Web .... http://www.jb.man.ac.uk/~pjh/
My opinions are not necessarily those of NRAL or the University of Manchester.
> When I try to include it, I get an error message
> from LaTeX that the dimension is too large.
>
> If I do exactly the same thing with a textheight of only 20cm,
> everything works as expected.
The limit seems to be 57.66cm (textheight=pageheight here, by the way).
You don't give enough information for us to help:-) If you think you
have found a bug please send a report using latexbug.tex to the bugs
address (please keep the example file small (for example the eps file
you include need only consist of the bounding box comment, saves my
phone bill:-)
David
>For reasons too complicated to go into, I have an EPSF file produced by
>DVIPS/EPSF from LaTeX with \textheight=60cm. I want to scale this by 0.25
>and include it in another .tex file. The EPSF file looks OK with
>ghostview by itself. When I try to include it, I get an error message
>from LaTeX that the dimension is too large.
>
>If I do exactly the same thing with a textheight of only 20cm,
>everything works as expected.
>
>Why is there this restriction? Is it documented anywhere? Are there
>plans to get rid of it in the future?
I think you got a message like: "Float too large...."
This message does tell you that the figure you're trying to produce is too large
to fit your document's margins.
BTW: You can make LaTeX scale your eps files. The following example includes and
scales by 50% "myfile.eps".
\includegraphics[scale=0.5]{myfile.eps}
Cheers
---
Stefano Agostinelli
e-mail: ago...@pn.itnet.it