bug-texinfo
[Top][All Lists]
Advanced

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

Re: cross manual references in html manuals


From: Eli Zaretskii
Subject: Re: cross manual references in html manuals
Date: Tue, 27 May 2003 20:27:42 +0300

> Date: Tue, 27 May 2003 08:52:24 -0400
> From: address@hidden (Karl Berry)
> 
> In principle, if makeinfo supported it, it could filter out the
> @-commands in node names so that TeX wouldn't have to

Careful: stripping out @-commands might produce invalid Texinfo.
Consider, for example, a case like this:

  set FOO bar
  set BAR baz
  ...
  @node @value{FOO} baz
  ...
  @xref{FOO @value{BAR}}.

If you strip all the @-commands, this example will fail because the
argument of @xref taken as a literal string does not compare equal to
the node name taken as a literal string.  You must do a full expansion
of @-commands for such Texinfo files to work.




reply via email to

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