Jürgen Hanneder via ntg-context schrieb am 26.09.2024 um 13:27:

I have a larger book, where crossreferences are made with \pagereference[label] and \at[label]. The problem is that references forward are resolved correctly, references backward result in ??. My file is complicated, so I tried to produce a simplified minimal file and everything is correct. If anyone has a solution, please let me know. Finding out the element that disturbs the references
may take some time.


There are not enough information to provide you with a useful solution but you can use debugging information for further inspection.

Put everything before \starttext of the following example to your document to find clues for the missing references.

%%%% begin example
\setupinteraction[state=start]

\enabletrackers[nodes.references.show,nodes.references]
\enabletrackers[nodes.destinations.show,nodes.destinations]

\enabletrackers[structures.referencing,structures.referencing.*]

\starttext

See \pagereference[one]reference two at \at{page}[two].

\page

See \pagereference[two]reference one at \at{page}[one].

\stoptext
%%%% end example

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to