hi
I used only a jpg that was created by xmind software in latex but when i wanted to compile it. it shows error bounding message.please tell me the simple solution
i use texcnic editor.
I searched but nothing that was simple
Graphics, Figures & Tables ⇒ error bounding problem nothing special
- Stefan Kottwitz
- Site Admin
- Posts: 10316
- Joined: Mon Mar 10, 2008 9:44 pm
error bounding problem nothing special
Hi,
It seems that you compile with LaTeX in DVI mode. That supports only EPS images, not jpg. Use pdfLaTeX, that supports jpg, png and pdf images. In TeXnicCenter, this means to select the output profile LaTeX => PDF.
Stefan
please always tell us the full error message. I guess you got this one: "LaTeX Error: Cannot determine size of graphic (no BoundingBox)".megh500 wrote:it shows error bounding message
It seems that you compile with LaTeX in DVI mode. That supports only EPS images, not jpg. Use pdfLaTeX, that supports jpg, png and pdf images. In TeXnicCenter, this means to select the output profile LaTeX => PDF.
Stefan
LaTeX.org admin
error bounding problem nothing special
thanks you are right and corrected