ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jürgen Hanneder via ntg-context" <ntg-context@ntg.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	hanneder@staff.uni-marburg.de
Subject: [NTG-context] Re: crossreferences
Date: Fri, 27 Sep 2024 15:10:14 +0200	[thread overview]
Message-ID: <20240927151014.Horde.Um2A2nD6MX9-XEJPjDgLNbd@home.staff.uni-marburg.de> (raw)
In-Reply-To: <016d23c0-3058-12d4-5c97-0b0611a1473e@gmail.com>



> 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


Thanks for the hint and the code. While your example runs nicely, if I  
run 15 pages from
my book it produces log file entries not unlike in your example, but  
then crashes with the
errors given below.

Since apart from this the book works just fine, and I can always add  
the references by hand
in the end, there is no need to pursue this too long. I am sure I have  
messed up a few definitions
by copying from examples I did not fully understand.

Best
Jürgen

...
structures      > bookmark: The Text and its Critics
structure       > sectioning > section @ level 3 : 0.1.3 -> The Text  
and its Critics
references      > identifying > type '1a', reference 'internal(0)',  
index 1, prefix '', special 'internal', kind 'special operation'
references      > internal(0)={
  {
   ["kind"]="special operation",
   ["operation"]="0",
   ["reference"]="internal(0)",
   ["special"]="internal",
  },
  ["n"]=15,
  ["prefix"]="",
  ["reference"]="internal(0)",
}
backend         > references > resolving attribute 12
backend         > references > unable to resolve annotation 12
backend         > references > resolving attribute 13
backend         > references > unable to resolve annotation 13
backend         > destinations > resolving attribute 22
backend         > destinations > resolving attribute 21
backend         > destinations > resolving attribute 23
pages           > flushing realpage 16, userpage 16, subpage 16
tex memory      > bumping category 'input' succeeded, details:  
all=640000 | ini=-1 | max=100000 | mem=20000 | min=10000 | ptr=10001 |  
set=100000 | stp=10000 | top=10001
tex memory      > bumping category 'input' succeeded, details:  
all=960000 | ini=-1 | max=100000 | mem=30000 | min=10000 | ptr=20001 |  
set=100000 | stp=10000 | top=20001
tex memory      > bumping category 'input' succeeded, details:  
all=1280000 | ini=-1 | max=100000 | mem=40000 | min=10000 | ptr=30001  
| set=100000 | stp=10000 | top=30001
tex memory      > bumping category 'input' succeeded, details:  
all=1600000 | ini=-1 | max=100000 | mem=50000 | min=10000 | ptr=40001  
| set=100000 | stp=10000 | top=40001
tex memory      > bumping category 'input' succeeded, details:  
all=1920000 | ini=-1 | max=100000 | mem=60000 | min=10000 | ptr=50001  
| set=100000 | stp=10000 | top=50001
tex memory      > bumping category 'input' succeeded, details:  
all=2240000 | ini=-1 | max=100000 | mem=70000 | min=10000 | ptr=60001  
| set=100000 | stp=10000 | top=60001
tex memory      > bumping category 'input' succeeded, details:  
all=2560000 | ini=-1 | max=100000 | mem=80000 | min=10000 | ptr=70001  
| set=100000 | stp=10000 | top=70001
tex memory      > bumping category 'input' succeeded, details:  
all=2880000 | ini=-1 | max=100000 | mem=90000 | min=10000 | ptr=80001  
| set=100000 | stp=10000 | top=80001
tex memory      > bumping category 'token' succeeded, details:  
all=8000000 | ini=553139 | max=10000000 | mem=1000000 | min=1000000 |  
ptr=1272890 | set=10000000 | stp=250000 | top=1000000
tex memory      > bumping category 'input' succeeded, details:  
all=3200000 | ini=-1 | max=100000 | mem=100000 | min=10000 | ptr=90001  
| set=100000 | stp=10000 | top=90001
tex memory      > bumping category 'input' failed, details:  
all=3200000 | ini=-1 | max=100000 | mem=100000 | min=10000 |  
ptr=100001 | set=100000 | stp=10000 | top=100001
tex error       > tex error on line 452 in file Introduction.tex: TeX  
capacity exceeded, sorry [input=100000]



---

Prof. Dr. Juergen Hanneder
Philipps-Universitaet Marburg
FG Indologie u. Tibetologie
Deutschhausstr.12
35032 Marburg
Germany
Tel. 0049-6421-28-24930
hanneder@staff.uni-marburg.de

___________________________________________________________________________________
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	other threads:[~2024-09-27 13:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-16 13:26 [NTG-context] syntax highlighting: pandoc uses Kate Henning Hraban Ramm
2024-09-26 11:27 ` [NTG-context] crossreferences Jürgen Hanneder via ntg-context
2024-09-26 11:46   ` [NTG-context] crossreferences Mikael Sundqvist
2024-09-26 18:58   ` Wolfgang Schuster
2024-09-27 13:10     ` Jürgen Hanneder via ntg-context [this message]
2024-09-27 15:13       ` Wolfgang Schuster
2024-09-28  6:39         ` Jürgen Hanneder via ntg-context
2024-09-29 22:45           ` Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240927151014.Horde.Um2A2nD6MX9-XEJPjDgLNbd@home.staff.uni-marburg.de \
    --to=ntg-context@ntg.nl \
    --cc=hanneder@staff.uni-marburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).