From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: texinfo.tex change. Date: Thu, 10 Feb 2005 20:11:46 +0100 Message-ID: References: <876513nswn.fsf@xs4all.nl> <874qgn87cu.fsf@vh213602.truman.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108063267 12557 80.91.229.6 (10 Feb 2005 19:21:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 19:21:07 +0000 (UTC) Cc: Lute.Kamstra@xs4all.nl, emacs-devel@gnu.org, belanger@truman.edu, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 20:21:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzJs3-0002xx-00 for ; Thu, 10 Feb 2005 20:21:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzK6q-0006ek-QS for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 14:36:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzK3L-0005yJ-UZ for emacs-devel@gnu.org; Thu, 10 Feb 2005 14:32:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzK33-0005nM-N9 for emacs-devel@gnu.org; Thu, 10 Feb 2005 14:32:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzK31-0005m0-SQ for emacs-devel@gnu.org; Thu, 10 Feb 2005 14:32:19 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzJjG-0008Ro-CO for emacs-devel@gnu.org; Thu, 10 Feb 2005 14:11:54 -0500 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1CzJfY-0003FJ-N1; Thu, 10 Feb 2005 14:08:05 -0500 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Thu, 10 Feb 2005 13:40:40 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." 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: main.gmane.org gmane.emacs.devel:33207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33207 Richard Stallman writes: > The Emacs manual uses La@TeX{}, which does not need any new macro. > Please switch to that in the Calc manual, and avoid the problem? The problem is that La@TeX{} has a half-graphical Logo when typesetting with TeX. One should either use the complete logo, or none. The problem can be solved by placing the following into a macro file or the document: @ifnottex @macro LaTeX {} La@TeX{} @end macro @end ifnottex @tex \gdef\LaTeX{L\kern-.36em\raise.3ex\hbox{\sc{a}}\kern-.15em\TeX} @end tex This will define the macro @LaTeX{} in case it is not available already. It may be that using it in section headers and indexes is not without problems, in particular when generating PDF documentation. But just the same is the case for @TeX{}, and AUCTeX has some special workaround stuff in its Texinfo macros, should this turn out to make problems. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum