From xemacs-m  Fri May  2 23:33:19 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA28704
	for <xemacs-beta@xemacs.org>; Fri, 2 May 1997 23:33:18 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id VAA04863;
	Fri, 2 May 1997 21:35:01 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: texi2latexi.el?
References: <Pine.SCO.3.96.970502212109.4645A-100000@hyperion.pdev.sco.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: "J. Kean Johnston"'s message of Fri, 2 May 1997 21:22:08 -0700 (PDT)
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 02 May 1997 21:35:00 -0700
Message-ID: <m2207pcgwb.fsf@altair.xemacs.org>
Lines: 18
X-Mailer: Gnus v5.4.50/XEmacs 20.2(beta5)

J Kean Johnston <jkj@sco.com> writes:

> Please help me, I have lost a lot of hair trying to find this file :P
> I want to print off the latest GNUS docs, and I cant without it, and
> it is not in the GNUS distribution. Can someone, ANYONE, send it to
> me please? Thanks.

I don't know where texi2latexi.el might reside.  But if you're
more interested in Gnus manual hardcopy something like (from the
texi/Makefile in the Gnus distribution):

perl -n -e 'print unless (/\@iflatex/ .. /\@end iflatex/)' gnus.texi > gnustmp.texi
texi2dvi gnustmp.texi

will give you a .dvi file suitable for usage with dvips, etc.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

