From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Use dvipdfm instead of pdflatex? Date: Thu, 09 Feb 2006 02:41:38 -0500 Message-ID: References: <87lkwlb0op.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139470921 20361 80.91.229.2 (9 Feb 2006 07:42:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 07:42:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 09 08:42:00 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 1F76R7-0004Ur-Ay for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 08:41:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F76R6-0001Z0-RA for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 02:41:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F76Qu-0001VB-2x for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 02:41:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F76Qt-0001UT-B6 for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 02:41:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F76Qt-0001UG-70 for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 02:41:39 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F76UN-0003eX-UF for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 02:45:15 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.34) id 1F76Qs-0005cq-PP for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 02:41:38 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Paminu on Thu, 09 Feb 2006 07:58:07 +0100) 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:33094 Archived-At: > From: Paminu > Newsgroups: gnu.emacs.help > Date: Thu, 09 Feb 2006 07:58:07 +0100 > > > > 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. Last time I looked, dvipdfm didn't produce clickable links from cross-references, while pdflatex does. So I think your suggestion is not a very good idea; I'd rather suggest that you install a better version of pdflatex that solves the problem in the first place.