Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

dimension to large with \includegraphics

1,994 views
Skip to first unread message

Phillip Helbig

unread,
Jul 24, 1997, 3:00:00 AM7/24/97
to

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?


--
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.

Phillip Helbig

unread,
Jul 24, 1997, 3:00:00 AM7/24/97
to

In article <5r6dbu$o...@yama.mcc.ac.uk>, hel...@multivac.jb.man.ac.uk
(Phillip Helbig) writes:

> 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).

David Carlisle

unread,
Jul 24, 1997, 3:00:00 AM7/24/97
to hel...@multivac.jb.man.ac.uk

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


Stefano Agostinelli

unread,
Jul 28, 1997, 3:00:00 AM7/28/97
to

On 24 Jul 1997 02:06:54 GMT, hel...@multivac.jb.man.ac.uk (Phillip Helbig)
wrote:

>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

0 new messages