all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
Cc: Lute.Kamstra@xs4all.nl, emacs-devel@gnu.org, belanger@truman.edu,
	"Kim F. Storm" <storm@cua.dk>
Subject: Re: texinfo.tex change.
Date: Thu, 10 Feb 2005 20:11:46 +0100	[thread overview]
Message-ID: <x5r7joqlfx.fsf@lola.goethe.zz> (raw)
In-Reply-To: <E1CzJF2-0005jr-Eg@fencepost.gnu.org> (Richard Stallman's message of "Thu, 10 Feb 2005 13:40:40 -0500")

Richard Stallman <rms@gnu.org> 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

  parent reply	other threads:[~2005-02-10 19:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <876513nswn.fsf@xs4all.nl>
2005-02-08 12:59 ` texinfo.tex change Kim F. Storm
2005-02-08 13:26   ` Lute Kamstra
2005-02-08 13:44     ` Lute Kamstra
2005-02-08 14:16   ` Jay Belanger
2005-02-09 23:03     ` Kim F. Storm
2005-02-09 23:47       ` Lute Kamstra
2005-02-10  3:46         ` Jay Belanger
2005-02-10  4:47           ` Eli Zaretskii
2005-02-10  5:28             ` Jay Belanger
2005-02-11 14:45               ` Eli Zaretskii
2005-02-10 13:43             ` Robert J. Chassell
2005-02-10 19:19               ` Jay Belanger
2005-02-10 18:40       ` Richard Stallman
2005-02-10 18:57         ` Jay Belanger
2005-02-10 19:11         ` David Kastrup [this message]
2005-02-12  8:37           ` Richard Stallman
2005-02-12 16:26             ` Jay Belanger
2005-02-13 16:11               ` Stefan Monnier
2005-02-10  6:01   ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x5r7joqlfx.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --cc=Lute.Kamstra@xs4all.nl \
    --cc=belanger@truman.edu \
    --cc=emacs-devel@gnu.org \
    --cc=storm@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.