Richard Stallman <[EMAIL PROTECTED]> writes: > The Emacs manual uses [EMAIL PROTECTED], which does not need any new macro. > Please switch to that in the Calc manual, and avoid the problem?
The problem is that [EMAIL PROTECTED] 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 {} [EMAIL PROTECTED] @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 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel