dear susan,<div>thank you very much for your help!</div><div>now it is working!</div><div>marion</div><div><br><div class="gmail_quote">2011/11/9 Susan Dittmar <span dir="ltr"><<a href="mailto:Susan.Dittmar@gmx.de">Susan.Dittmar@gmx.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Dear Marion,<br>
<br>
I can only guess, as you did not provide much information as to what<br>
exactly you are using, but...<br>
<br>
include<br>
<br>
\usepackage{graphicx}<br>
<br>
in the header. Then you can include the eps graphic via<br>
<br>
\includegraphics[width=\linewidth,height=0.8\textheight,keepaspectratio]{gra}<br>
<br>
The width and height I am giving here are just starting points, you will<br>
have to choose. \linewidth is, roughly spoken, the current with a line of<br>
text would have at that point. \textheight is the total height of the text<br>
part of the page. You can't use all of it because the graphic's caption and<br>
maybe other things will take room too. For other switches please consult<br>
'texdoc grfguide' (if I remember correctly), that's the documentation to<br>
the graphics bundle.<br>
<br>
Hope that helps,<br>
<font color="#888888"><br>
        Susan<br>
<br>
</font></blockquote></div><br></div>