Re: @anchor around @item
Gavin Smith <[email protected]>
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <20210813164405.GB30012@mintstar> |
On Fri, Aug 13, 2021 at 07:07:40PM +0300, Eli Zaretskii wrote: > > Good question. I haven't checked the output or what texi2any does with > > this kind of input internally, but my first thought is that the @anchor > > should come AFTER the @item. > > It should be BEFORE the @item if you want the link to land you on the > @item line. if you put it AFTER the @item, you will land on the text > after the @item line. That matters when @item is in a @table, because > then the @item line typically has some text after the keyword. In an > @itemize list it might not matter. I agree it would be different for a @table.