Norbert Preining <[EMAIL PROTECTED]> wrote: > On Fre, 13 Jan 2006, Frank Küster wrote: >> #286686: tetex-base: Division by zero when rotating eps file with >> \includegraphics >> >> (wasn't this PEBCAK, or rather a wish for more explicit documentation in >> grfguide? > > Hmm, well I am not sure. I can reporduce it. And I can do more: If I > want rotate the very same image by 180 degree, same problem. But: > Rotatin by 179 degree seems to work, but: > <test.eps> > Overfull \hbox (12263.39137pt too wide) in paragraph at lines 5--6 > [][] > > LaTeX Warning: Float too large for page by 8075.18579pt on input line 6. > > So there seems to be a miscalculation going on.
No, as explained in the link in the bug log, if you rotate a picture that has zero depth by 180 degrees, it's height gets zero (while the depth is now the old height). Using totalheight (which is the sum of height and depth) solves the problem. So there is a problem, but it's deep in the concept of graphics inclusion, and it's probably not possible to fix it without breaking existing documents. And furthermore there's already a nice solution: use totalheight. Regards, Frank -- Frank Küster Inst. f. Biochemie der Univ. Zürich Debian Developer

