From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: texi2dvi --pdf emacs-lisp-intro.tex Date: Mon, 26 Oct 2009 22:49:16 -0400 Message-ID: References: <8763a3ru6v.fsf@benthic.rattlesnake.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256611776 5860 80.91.229.12 (27 Oct 2009 02:49:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Oct 2009 02:49:36 +0000 (UTC) Cc: mikelygee@no8wireless.co.nz, emacs-devel@gnu.org To: bob@gnu.org (Robert J. Chassell) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 27 03:49:29 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2c7l-0008LG-08 for ged-emacs-devel@m.gmane.org; Tue, 27 Oct 2009 03:49:29 +0100 Original-Received: from localhost ([127.0.0.1]:59960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2c7k-0005Zz-K0 for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2009 22:49:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2c7e-0005ZP-GV for emacs-devel@gnu.org; Mon, 26 Oct 2009 22:49:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2c7Z-0005Xn-Sr for emacs-devel@gnu.org; Mon, 26 Oct 2009 22:49:22 -0400 Original-Received: from [199.232.76.173] (port=39883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2c7Z-0005Xb-Li for emacs-devel@gnu.org; Mon, 26 Oct 2009 22:49:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49517) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2c7Z-0005O1-E4 for emacs-devel@gnu.org; Mon, 26 Oct 2009 22:49:17 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1N2c7Y-000647-Co; Mon, 26 Oct 2009 22:49:16 -0400 X-Spook: ammunition Mole gamma bluebird JUWTF wire transfer fraud X-Ran: cU!ImS?xC#~PH7h6T- List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116415 Archived-At: Robert J. Chassell wrote: > `texi2dvi --pdf emacs-lisp-intro.texi' fails when you > > @set smallbook > @set print-postscript-figures > > but only with > > @smallbook > @clear print-postscript-figures > > (the latter puts plain ASCII figures in). I can't really understand what you are saying here. The answer to the question I think you are asking is that pdftex cannot handle postscript figures. I have added pdf versions of the figures, and a Makefile rule, to the emacs CVS. The following works for me, with or without ASCII figures: cd doc/lispintro make emacs-lisp-intro.pdf