On Fri, Jan 31, 2025 at 06:56:49PM +0000, 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 > `--init-file`. How can I achieve that?
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. -- Pat