Graphics, Figures & Tables ⇒ LaTeX ignores Bounding Box
LaTeX ignores Bounding Box
I am experiencing a problem with EPS figures created from within a .pptx Powerpoint file. Please see the attached MWE and scroll to Figure 1 in the PDF.
I create the EPS file by printing to a postscript printer. I then add the bounding box using GSView 4.9 and it appears to be positioned properly. When the figure is added to a latex document (independent of document class) there is a white padding around the figure that blocks text and makes image scaling difficult. Inspection of the EPS file in a text editor indicates that the bounding box command is correctly referencing the proper coordinates as verified by viewing the image in GSView and positioning the cursor on each corner.
Could someone please advise on the best way to remedy this problem?
Thanks!
- Attachments
-
- testFileA.zip
- (119.25 KiB) Downloaded 136 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: LaTeX ignores Bounding Box
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: LaTeX ignores Bounding Box
Thank you!
Scott
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
LaTeX ignores Bounding Box
Code: Select all
$ eps2pdf testFileA.eps
$ pdflatex testFile.tex
I recall solving this problem another way about five years back, but I don't remember what I did (unless it was "convert them all to PDF and use PDFLaTeX, which I almost certainly did at some point anyway).
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
LaTeX ignores Bounding Box
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10