From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dennis J Lin Subject: Re: Customizing HTML Export Date: Thu, 15 May 2008 16:50:07 -0500 Message-ID: <87tzgz2q5s.fsf@uiuc.edu> References: <87lk2ep8s0.fsf@W0053328.mgh.harvard.edu> <863aolrfla.fsf@pmade.com> <87skwllyyc.fsf@W0053328.mgh.harvard.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwlNA-0006n2-O1 for emacs-orgmode@gnu.org; Thu, 15 May 2008 17:52:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwlN9-0006mY-1r for emacs-orgmode@gnu.org; Thu, 15 May 2008 17:52:24 -0400 Received: from [199.232.76.173] (port=54957 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwlN8-0006mV-Tu for emacs-orgmode@gnu.org; Thu, 15 May 2008 17:52:22 -0400 Received: from main.gmane.org ([80.91.229.2]:54922 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwlN8-0005Lp-HH for emacs-orgmode@gnu.org; Thu, 15 May 2008 17:52:22 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JwlN6-00059t-Le for emacs-orgmode@gnu.org; Thu, 15 May 2008 21:52:20 +0000 Received: from c-98-212-177-114.hsd1.il.comcast.net ([98.212.177.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 May 2008 21:52:20 +0000 Received: from djlin by c-98-212-177-114.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 May 2008 21:52:20 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Salutations! jadamson@partners.org (Joel J. Adamson) writes: > Most TeX systems come with pdflatex, which directly produces pdf, with > limitations (pdflatex can't use eps graphics, my preferred format, but > must use png or gif --- someone please correct me if I'm wrong). But What I tend to do is convert the eps to a pdf. There is a epstopdf command (which I think comes with xpdf.) Dennis Lin