Graphics, Figures & Tables ⇒ error bounding problem nothing special
error bounding problem nothing special
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
error bounding problem nothing special
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