From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paminu Newsgroups: gmane.emacs.help Subject: Re: Use dvipdfm instead of pdflatex? Date: Thu, 09 Feb 2006 07:58:07 +0100 Organization: UNI-C Message-ID: References: <87lkwlb0op.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1139468436 13684 80.91.229.2 (9 Feb 2006 07:00:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 07:00:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 09 08:00:35 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F75n5-0004Md-Ag for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 08:00:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F75n4-0005lF-Pz for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 02:00:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1139468407 19015 130.225.245.182 (9 Feb 2006 07:00:07 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Thu, 9 Feb 2006 07:00:07 +0000 (UTC) User-Agent: KNode/0.9.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:137468 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33092 Archived-At: Stefan Monnier wrote: >> When I woul like to generate a pdf file from my .tex file I use the build >> in converter "pdflatex". But the pdf file that is generated will not >> contain any of the pictures that I might have included in my .tex file (I >> have these pictures in .esp and .pdf format). > > pdflatex can definitely include images (in "epdf" form). > > > Stefan well not on my Ubuntu system. I include the picture like this: \begin{center} \includegraphics[width=10cm]{dia} \end{center} where dia is dia.pdf and dia.eps in the same dir as my .tex file. When I choose to genereate a PDF file from emacs: Command -> Texing Options -> PDF mode the image is gone in the PDF file that is generated. If I instead use dvipdfm it works fine, so it could be very nice to make emacs use dvipdfm instead of pdflatex.