Trying to get cross references to work with texinfo using pdftex and @nodes.
How do I set up my makefile and texinfo file to get cross references?
I put in the @setfilename and played around bracket with the
@node{cross-reference}.
Now I'm getting errors :
Undefined cross reference cross-reference-snt,
cross-reference-pg
and
! pdfTeX warning (dest): name{cross-reference} has been referenced but
does not exist,
replaced by a fixed one
Nick
On Thu, May 5, 2011 at 5:24 PM, Karl Berry <[email protected]> wrote:
> \input texinfo.tex
>
> You might need an @setfilename command. In principle it is required.
>
> @node{cross-reference}
>
> That's not the syntax for @node. Try:
>
> @node cross-reference
>
> Also, I'd appreciate it if you posted questions to [email protected]
> instead of me personally. That way you might well get answers faster.
>
> k
>