> Date: Fri, 6 May 2011 10:29:42 -0400
> From: nick strauss <[email protected]>
>
> 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
Did you read the Texinfo manual about cross-references? If not,
please do, because your syntax is dead wrong. It's a small wonder you
get errors from TeX.
Here's the correct syntax:
@node My Node
This is a cross-reference to the above node: @xref{My Node}.
Again, please read the docs.