Graphics, Figures & Tableserror bounding problem nothing special

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
megh500
Posts: 25
Joined: Tue Jan 24, 2017 5:54 am

error bounding problem nothing special

Post by megh500 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi,
megh500 wrote:it shows error bounding message
please always tell us the full error message. I guess you got this one: "LaTeX Error: Cannot determine size of graphic (no BoundingBox)".

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
megh500
Posts: 25
Joined: Tue Jan 24, 2017 5:54 am

error bounding problem nothing special

Post by megh500 »

thanks you are right and corrected
Post Reply