Re: cross-reference target dump

2025-02-04 Thread pertusus
On Sat, Feb 01, 2025 at 09:08:09AM +, Werner LEMBERG wrote: > > > Looks like a bug to me. I think that the nodes/anchor/float targets > > should be there. (Also probably the @*heading command targets, the > > footnotes, but it is less important). Added in https://git.savannah.gnu.org/cgit/t

Re: cross-reference target dump

2025-02-01 Thread Werner LEMBERG
>> > The --internal-links=file.txt should do what you want to, I >> > believe, it is only available for HTML. Or you can set the >> > INTERNAL_LINKS customization variable. >> >> Thanks, but this isn't what I need, since (a) it adds the section >> number to the argument of `@node`, > > I think

Re: cross-reference target dump

2025-01-31 Thread pertusus
On Fri, Jan 31, 2025 at 10:07:20PM +, Werner LEMBERG wrote: > > >> I'm searching a way to make `texi2any` dump all cross-reference > >> targets (i.e., the arguments of `@node` and `@anchor`) to a file > >> for a given document, for example, by adding some code to a file > >> loaded via `--init

Re: cross-reference target dump

2025-01-31 Thread Werner LEMBERG
>> I'm searching a way to make `texi2any` dump all cross-reference >> targets (i.e., the arguments of `@node` and `@anchor`) to a file >> for a given document, for example, by adding some code to a file >> loaded via `--init-file`. How can I achieve that? > > The --internal-links=file.txt shoul

Re: cross-reference target dump

2025-01-31 Thread Patrice Dumas
On Fri, Jan 31, 2025 at 06:56:49PM +, Werner LEMBERG wrote: > > Folks, > > > I'm searching a way to make `texi2any` dump all cross-reference > targets (i.e., the arguments of `@node` and `@anchor`) to a file for a > given document, for example, by adding some code to a file loaded via > `--i

cross-reference target dump

2025-01-31 Thread Werner LEMBERG
Folks, I'm searching a way to make `texi2any` dump all cross-reference targets (i.e., the arguments of `@node` and `@anchor`) to a file for a given document, for example, by adding some code to a file loaded via `--init-file`. How can I achieve that? Werner