From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Images not showing up in PDF output Date: Sat, 05 Apr 2014 09:46:39 -0700 Message-ID: <87ob0fk9lc.fsf@berkeley.edu> References: <1396673952.81320.YahooMailBasic@web141706.mail.bf1.yahoo.com> <87y4zk5cd0.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWTlt-0003xN-Tq for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 12:48:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWTlo-0006jX-C8 for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 12:48:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:41764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWTlo-0006jP-53 for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 12:48:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WWTlm-0001iN-F0 for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 18:48:38 +0200 Received: from c-67-164-45-159.hsd1.ca.comcast.net ([67.164.45.159]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Apr 2014 18:48:38 +0200 Received: from richard.lawrence by c-67-164-45-159.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Apr 2014 18:48:38 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: "Mark S." Hi Mark, > On Saturday, 5 Apr 2014 at 05:59, Mark S. wrote: >> Hello, >> >> I was able to export a subtree as PDF, but the images don't show >> up. The images do export in HTML, and I can see that there is LaTeX >> code for it. It looks like this: >> >> \includegraphics[width=10em]{./Periodicals.org_20140402_202538_4928DjL.png} >> >> Are there settings or additional add-ons that I need to produce the images? In addition to Eric's advice, I would recommend that you check that this image is in the right directory, relative to where the .tex file lives, and relative to where LaTeX is being run. (Check the compile log to see if there are errors about not finding the image, or try to compile the exported .tex by hand, without the -interaction nonstopmode option which I believe is Org's default.) I have sometimes run into problems (mostly with BibTeX) when the exported .tex file doesn't exist in the directory where org-latex-pdf-process is run: even though the paths may look right in the .tex file, if the other files used in the compilation (.aux, etc.) don't end up in the right place, relative paths can break. Best, Richard (If possible, please encrypt your reply to me using my PGP key: Key ID: CF6FA646 Fingerprint: 9969 43E1 CF6F A646. See http://www.ocf.berkeley.edu/~rwl/encryption.html for more information.)