With the following code:<br><br><i>\begin{figure}[th]
</i><p style="margin: 0px; text-indent: 0px;"><i>        \centering</i></p>
<p style="margin: 0px; text-indent: 0px;"><i>                \includegraphics[scale=0.3,angle=-90]{./density_invDist-GrVaried-NumNodesX10-Exp3-Rew0.9-Large.eps}</i></p>
<p style="margin: 0px; text-indent: 0px;"><i>        \caption{Kernel density estimate with varying number of communities}</i></p>
<p style="margin: 0px; text-indent: 0px;"><i>        \label{fig:density_varGroups}</i></p>
<p style="margin: 0px; text-indent: 0px;"><i>\end{figure}</i></p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">I get the error:</p><p style="margin: 0px; text-indent: 0px;"><br>
</p><p style="margin: 0px; text-indent: 0px;"><i>LaTeX Warning: File `./density_invDist-GrVaried-NumNodesX10-Exp3-Rew0.9-Large.eps&#39; not found on input line 1543.</i></p>

<p style="margin: 0px; text-indent: 0px;"><i>! Unable to load picture or PDF file &#39;./density_invDist-GrVaried-NumNodesX10-Exp3-Rew0.9-Large.eps&#39;.</i></p>
<p style="margin: 0px; text-indent: 0px;"><i>&lt;to be read again&gt; </i></p>
<p style="margin: 0px; text-indent: 0px;"><i>                   }</i></p>
<p style="margin: 0px; text-indent: 0px;"><i>l.1543 ...aried-NumNodesX10-Exp3-Rew0.9-Large.eps}</i></p>
<p style="margin: 0px; text-indent: 0px;">                                                  </p>
<p style="margin: 0px; text-indent: 0px;"><i>? </i></p><br>While everything works fine if I get rid of one dot (from 0.9 to 09) as in the following:<br><br><i>\includegraphics[scale=0.3,angle=-90]{./density_invDist-GrVaried-NumNodesX10-Exp3-Rew09-Large.eps}</i><br>
<br><br>Is there a way to fix this (apart from changing the name of all files)?<br><br><br>Thanks,<br><br>Chiara<br><br>