Hloke
2007-02-05 19:05:54 UTC
I have been trying to solve this for quite awhile, and am baffled, as
I cannot work out why I get this error.
I use LEd, and I need to import a .eps file into the my document. I
created the eps file by making the thing I want on Microsoft Word,
then convert it to postscript via the Generic PostScript Print. I then
manipulate the ending of .ps to .eps; or I convert it using GSview.
Anyway, I have this .eps file, I check it in notepad it seems to have
a bounding box, according to the settings (I even changed these to
make it closer to the image but still did not work). So I put this eps
file into the C:\LaTeX\ProTeXt\MiKTeX\texmf\tex and then run LEd.
I have the the command of \usepackage{graphicx} and then the command
in the document:
\begin{figure}[h]
\centering
\includegraphics{idealgas.eps}
\caption{The logic of the \textbf{P},\textbf{V},\textbf{T}
relationships}
\label{fig:Ideal Gas Chart}
\end{figure}
When I run the thing to get the DVI, it gives me:
LaTeX WARNING: file 'idealgas.eps' not found on input line of 73
! LaTeX ERROR: file 'idealgas.eps' not found.
and when I type 'h' for help and press enter twice it gives me:
! LaTeX ERROR: Cannot determine the size of graphic in idealgas.eps
(no BoundingBox)
I looked all around for solutions, nothing seems to help!!
Anyone got ideas???
Also while I am asking stuff, anyone know how I could get a 'd' but
with a line on top, but the line is not on top of the letter, but on
top of the loop only and through its vertical line?
I cannot work out why I get this error.
I use LEd, and I need to import a .eps file into the my document. I
created the eps file by making the thing I want on Microsoft Word,
then convert it to postscript via the Generic PostScript Print. I then
manipulate the ending of .ps to .eps; or I convert it using GSview.
Anyway, I have this .eps file, I check it in notepad it seems to have
a bounding box, according to the settings (I even changed these to
make it closer to the image but still did not work). So I put this eps
file into the C:\LaTeX\ProTeXt\MiKTeX\texmf\tex and then run LEd.
I have the the command of \usepackage{graphicx} and then the command
in the document:
\begin{figure}[h]
\centering
\includegraphics{idealgas.eps}
\caption{The logic of the \textbf{P},\textbf{V},\textbf{T}
relationships}
\label{fig:Ideal Gas Chart}
\end{figure}
When I run the thing to get the DVI, it gives me:
LaTeX WARNING: file 'idealgas.eps' not found on input line of 73
! LaTeX ERROR: file 'idealgas.eps' not found.
and when I type 'h' for help and press enter twice it gives me:
! LaTeX ERROR: Cannot determine the size of graphic in idealgas.eps
(no BoundingBox)
I looked all around for solutions, nothing seems to help!!
Anyone got ideas???
Also while I am asking stuff, anyone know how I could get a 'd' but
with a line on top, but the line is not on top of the letter, but on
top of the loop only and through its vertical line?