emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: texinfo.tex change.


From: David Kastrup
Subject: Re: texinfo.tex change.
Date: Thu, 10 Feb 2005 20:11:46 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> The Emacs manual uses address@hidden, which does not need any new macro.
> Please switch to that in the Calc manual, and avoid the problem?

The problem is that address@hidden 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 {}
address@hidden
@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]