From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark S." Subject: Re: Images not showing up in PDF output Date: Sun, 6 Apr 2014 11:14:41 -0700 (PDT) Message-ID: <1396808081.95189.YahooMailBasic@web141704.mail.bf1.yahoo.com> References: <87ob0fk9lc.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWrai-0005Bt-7c for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 14:14:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWrac-0001A7-3c for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 14:14:48 -0400 Received: from nm21.bullet.mail.bf1.yahoo.com ([98.139.212.180]:23307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWrab-00019z-TR for emacs-orgmode@gnu.org; Sun, 06 Apr 2014 14:14:42 -0400 In-Reply-To: <87ob0fk9lc.fsf@berkeley.edu> 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 Thanks Richard and Eric! After running it in MikTex by itself, and doing some look-ups, I found that= I needed: 1) To use unix style directories in the file paths 2) To use #+LATEX_HEADER: \usepackage[multidot]{grffile} in order to acco= mmodate the extra dot in the file name. Thanks! Mark -------------------------------------------- On Sat, 4/5/14, Richard Lawrence wrote: Subject: Re: [O] Images not showing up in PDF output To: emacs-orgmode@gnu.org Cc: "Mark S." Date: Saturday, April 5, 2014, 9:46 AM =20 Hi Mark, =20 > On Saturday,=A0 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: >> >>=A0=A0=A0\includegraphics[width=3D10em]{./Periodicals.org_20140402_20253= 8_4928DjL.png} >> >> Are there settings or additional add-ons that I need to produce the images? =20 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.=A0 (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.) =20 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. =20 Best, Richard =20 =20 (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.) =20 =20