From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Problem with exporting image to PDF Date: Thu, 25 Aug 2011 09:30:51 +0200 Message-ID: References: <20110825125748.7449468d@kotuku> <9363.1314237581@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwUPC-0004rg-Ed for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 03:31:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwUPA-0005Us-Ud for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 03:31:14 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:38913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwUPA-0005Uj-Mh for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 03:31:12 -0400 Received: by bkbzt4 with SMTP id zt4so1750255bkb.0 for ; Thu, 25 Aug 2011 00:31:11 -0700 (PDT) In-Reply-To: <9363.1314237581@alphaville.americas.hpqcorp.net> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, Toby Hi Toby, John and Nick, Its early in the morning for me, so whatever follows could simply be wrong. :-p On Thu, Aug 25, 2011 at 3:59 AM, Nick Dokos wrote: > Thomas S. Dye wrote: > >> Toby writes: >> >> > I have tried different classes (article and koma-article) such as: >> > #+LaTeX_CLASS: koma-article >> > #+LaTeX_CLASS_OPTIONS: [a4paper] >> > I believe this might be your problem. Org recognises only a few document classes by default. You need to add to the org-export-latex-classes variable to support other classes. Presently the supported classes are: article, report, book and beamer. >> >> Out of the box, Org-mode uses pdflatex to create pdf from LaTeX source >> (although this can be modified). =A0Pdflatex does not accept eps files f= or >> graphic input, so this might have been part of your problem. =A0It does >> accept png files, though, so it appears something else might be going >> on. >> > > It's probably the case that even though there is a processing error with > .eps files, in some circumstances, a PDF file *is* produced, but it's > just a skeleton and therefore does not properly render even the "good" > image. =A0If the OP deletes the .eps lines, the .png one will probably > work. > Actually for TeXLive 2010 and above all included eps files are converted to pdf (with eps2pdf I think) and included. I am not sure if this is the case for earlier versions though. HTH --=20 Suvayu Open source is the future. It sets us free.