saving . . . saved figure insertion shows no file found has been deleted. figure insertion shows no file found has been hidden .
figure insertion shows no file found
Title
Question
<pre style="margin-bottom: 0px;"><span style=" color:#0000cc;">\begin</span><span style=" color:#000000;">{figure}[H]</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\centering</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\includegraphics</span><span style=" color:#000000;"> [width=</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">4in</span><span style=" color:#000000;">,height=</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">7in</span><span style=" color:#000000;">,</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">keepaspectratio</span><span style=" color:#000000;">]{</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">largewidth</span><span style=" color:#000000;">.</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">jpg</span><span style=" color:#000000;">}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\caption</span><span style=" color:#000000;">{The orientation of bonds to the assumed Cartesian coordinate axes by </span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">Treloar’s</span><span style=" color:#000000;"> assumption.}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" font-weight:600; color:#0000cc;">\label{trealor1}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#0000cc;">\end</span><span style=" color:#000000;">{figure}</span></pre> <pre style="margin-bottom: 0px;"><font color="#0000cc">This is the command i used to insert a picture called "</font>largewidth", it works at the beginning of the chapter, but instead of beginning if i insert the same commanad at the middle or end of the chapter it shows no file found "largewidth". Can any one kindly help with this issue either for LATEX or MikteX</pre>

LaTeX LaTeX-on-Windows-using-TeXworks 02-03 min 20-30 sec 16-05-20, 11:46 a.m. manjuvv@vvce.ac.in

Answers:

If this is your code:

\begin{figure}[H]
\centering
\includegraphics[width=4in,height=7in]{largewidthjpg}
\caption{The orientation of bonds to the assumed Cartesian coordinate axes by assumption.}
\label{trealor1}
\end{figure}

Make sure the the file name is proper.
argewidthjpg or largewidth.jpg
16-05-20, 7:06 p.m. pravin1389


<pre style="margin-bottom: 0px;"><span style=" color:#0000cc;">\begin</span><span style=" color:#000000;">{figure}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\centering</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\includegraphics</span><span style=" color:#000000;"> [width=</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">5in</span><span style=" color:#000000;">,height=</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">7in</span><span style=" color:#000000;">,</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">keepaspectratio</span><span style=" color:#000000;">]{size.</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">jpg</span><span style=" color:#000000;">} </span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\caption</span><span style=" color:#000000;">{The raw cotton sample}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" font-weight:600; color:#0000cc;">\label{Fig1}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#0000cc;">\end</span><span style=" color:#000000;">{figure}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#0000cc;">\begin</span><span style=" color:#000000;">{figure}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\centering</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\includegraphics</span><span style=" color:#000000;"> [width=</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">5in</span><span style=" color:#000000;">,height=</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">7in</span><span style=" color:#000000;">,</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">keepaspectratio</span><span style=" color:#000000;">]{strain.</span><span style="text-decoration-line: underline; color: rgb(0, 0, 0);">jpg</span><span style=" color:#000000;">} </span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" color:#800000;">\caption</span><span style=" color:#000000;">{The raw cotton sample}</span></pre> <pre style="margin-bottom: 0px;"><span style=" color:#000000;"> </span><span style=" font-weight:600; color:#0000cc;">\label{Fig1}</span></pre><pre style="margin-bottom: 0px;"><span style=" font-weight:600; color:#0000cc;">These are the commands i used, and i also verified these pics size.jpg and strain.jpg are inside the chapter. But it works fine when i put this command at the starting of the chapter but if i insert the same at the middle or end like 10 page after, it shows size.jpg and strain.jpg not found. Kindly help, i stuck here, couldnt go ahead with my thesis.</span></pre><pre style="margin-bottom: 0px;"><span style=" font-weight:600; color:#0000cc;">Thanks in advance.</span></pre>
17-05-20, 12:25 p.m. manjuvv@vvce.ac.in


Sir/Madam,
Regarding my previous question, I got to know the error. It was just because of the bracket of the equation I didn't close prior to insert figure command, now I rectified it.
Thank you.
17-05-20, 12:51 p.m. manjuvv@vvce.ac.in


Log-in to answer to this question.