"Wolfgang Bauer" wrote on Fri, 19 Jan 2001 16:34:41 +0100:

> I have a problem with texpower using the following file with pdfTeX (Version
> 3.14159-14e-pretest
> (MiKTeX 1.20e)): pdfTeX starts creating pages and never stops!

Strangely, this doesn't happen here 
(pdfTeX, Version 3.14159-14e-released-20000217).

Btw, I had to add \usepackage{fixseminar} to
avoid the typical seminar-pdftex page layout
problem, but with or without it, exactly two
pages are created.

> So, how can I get it working with the above
> file?

I have the following comments. Maybe one of them helps
you cure the problem.

a) Your picture is way too large. Try 

   \raisebox{-\height}[0pt][0pt]
   {\fbox{\includegraphics[width=.5\textwidth]{testPic2}}}
   
   to see how large it is.
   
   \includegraphics[height=.9\textheight]{testPic2}
   
   seems to do better in scaling it to an acceptable size.
   
b) Have you tried compiling your file without
   \usepackage[whitebackground]{texpower}
   to find out whether TeXPower indeed has any influence on
   the problem?

c) What do you need the figure environment for?
   Do you really want your graphic to float? Otherwise,
   you can use \includegraphics without the figure
   environment.

regards
Stephan

-- 
  Stephan Lehmke                 [EMAIL PROTECTED]
  Fachbereich Informatik, LS I   Tel. +49 231 755 6434 
  Universitaet Dortmund          FAX              6555
  D-44221 Dortmund, Germany             

Reply via email to