help-texinfo
[Top][All Lists]
Advanced

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

Re: [help-texinfo] How to make a redirect to an existing item


From: Gavin Smith
Subject: Re: [help-texinfo] How to make a redirect to an existing item
Date: Tue, 22 Aug 2017 19:53:20 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Sun, Aug 20, 2017 at 03:54:04AM -0400, Alfred M. Szmidt wrote:
>    > I have some documentation and one of the items is @deffn adjoint. I'd
>    > like to have another item, adjugate, of some type, which just says
>    > something like 'adjugate: see adjoint.'
>    > 
>    > Is there a kind of @foo that I could use for adjugate that's
>    > appropriate here? I guess I could make a @deffn adjugate and then have
>    > the body of the description just say 'see @xref{adjoint}' or something
>    > like that. But maybe this kind of redirection is already defined
>    > somehow.
> 
>    Unfortunately, there is no way to make an index entry refer to another 
>    one like this.
> 
> That isn't really right, @deffnx is the right way of doing this, and
> then one can use @anchor to define the reference.

Of course, you are right here. I was thinking of putting the 
cross-reference directly in the index entry, which isn't possible. If 
you have two items you want to document together, of course you can use 
@deffn and @deffnx. Thanks.



reply via email to

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