[Top][All Lists]
[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
- Re: texinfo.tex change., (continued)
- Re: texinfo.tex change., Jay Belanger, 2005/02/08
- Re: texinfo.tex change., Kim F. Storm, 2005/02/09
- Re: texinfo.tex change., Lute Kamstra, 2005/02/09
- Re: texinfo.tex change., Jay Belanger, 2005/02/09
- Re: texinfo.tex change., Eli Zaretskii, 2005/02/10
- Re: texinfo.tex change., Jay Belanger, 2005/02/10
- Re: texinfo.tex change., Eli Zaretskii, 2005/02/11
- Re: texinfo.tex change., Robert J. Chassell, 2005/02/10
- Re: texinfo.tex change., Jay Belanger, 2005/02/10
- Re: texinfo.tex change., Richard Stallman, 2005/02/10
- Re: texinfo.tex change.,
David Kastrup <=
- Re: texinfo.tex change., Richard Stallman, 2005/02/12
- Re: texinfo.tex change., Jay Belanger, 2005/02/12
- Re: texinfo.tex change., Stefan Monnier, 2005/02/13
- Re: texinfo.tex change., Jay Belanger, 2005/02/10
- Re: texinfo.tex change., Richard Stallman, 2005/02/10