<br>Hello George,<br><br>I see two problems, of which I think I know the solution to the second one.<br><br><div><span class="gmail_quote">On 10/17/06, <b class="gmail_sendername">George Georgalis</b> &lt;<a href="mailto:george@galis.org">
george@galis.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">This is my first attempt to include graphics.<br><br>\usepackage{graphicx}
<br>...<br>\includegraphics{network-plan.png}<br><br>what results is a blank space of the<br>expected size of the graphic,</blockquote><div><br>This is the bit I can't explain yet.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 I've tried<br>using &quot;img2eps network-plan.png&quot; and<br>\includegraphics{network-plan.eps}<br><br>resulting in<br><br>! LaTeX Error: Unknown graphics extension: .eps.<br><br>which I find odd given what I've read about
<br>graphicx.&nbsp;&nbsp;When I use /usepackage[draft]{graphicx}<br>with the png file, I get a rectangle with the file<br>name in it, as expected.</blockquote><div><br>This, combined with the bit above gives me the impression you're using pdflatex. Regular LaTeX doesn't understand&nbsp; .png (but you didn't get such an unknown graphics extension, so I don't think you used regular LaTeX there).
<br><br>Pdflatex, on the other hand, does not understand .eps files, so that would explain your error message.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
What is the next step to resolve including png<br>graphics and/or the unknown eps issue?</blockquote><div><br>various options<br><br>1) Check teh log file for more specific error messages<br><br>2) use the .eps with regular LaTeX instead of pdflatex
<br><br>3) find out what's wrong with the .png <br><br>4) convert the .png (or .eps) to .pdf or .jpg and see if that works.<br></div><br>Good luck,<br>Yuri.<br></div>