Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
On 1/31/2015 3:50 PM, Pablo Rodriguez wrote: On 01/31/2015 01:36 PM, Hans Hagen wrote: On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: [...] It doesn’t show what you meant, the link destination is not on the heading itself, but on the next paragraph. \enabletrackers[*references*] \enabletrackers

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 08:51 PM, Rob Heusdens wrote: > [...] > In other words the "focus=width" option causes the bug, and the workaround > is to set it to "focus=standard", so at least you go to the right page Hi Rob, I’m afraid that the issue with "focus=width" is a bug in evince or poppler. I’m af

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
>> "focus=width" is the problematic part. Replace it with "focus=standard" >> and it will work better (it isn’t perfect either [there is a bug >> reported before]). >> >> \enabletrackers[*destinations*] >> \setupinteraction[state=start, focus=standard] >> \starttext >> \complet

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
> "focus=width" is the problematic part. Replace it with "focus=standard" > and it will work better (it isn’t perfect either [there is a bug > reported before]). > > \enabletrackers[*destinations*] > \setupinteraction[state=start, focus=standard] > \starttext > \completecontent >

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 08:11 PM, Rob Heusdens wrote: >>> [...] > Hello Pablo, > > I am sorry, I had not yet tried the \enabletrackers... Hi Rob, don’t worry, \enabletrackers don’t work here. > Anyway, the problem resides in the settings for \setupinteraction which I > use to set the page in the viewer t

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
> On 01/31/2015 07:28 PM, Rob Heusdens wrote: >> [...] >> If I have time I will use the \enabletrackers to see if that can direct >> me >> to where the problem may be located. > > Hi Rob, > > \enabletrackers[*destinations*] will visually display (adding a grey > background to) the destination where

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 07:28 PM, Rob Heusdens wrote: > [...] > If I have time I will use the \enabletrackers to see if that can direct me > to where the problem may be located. Hi Rob, \enabletrackers[*destinations*] will visually display (adding a grey background to) the destination where the link points

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
> On 01/31/2015 01:36 PM, Hans Hagen wrote: >> On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: >>> [...] >>> It doesn’t show what you meant, the link destination is not on the >>> heading itself, but on the next paragraph. >> >> \enabletrackers[*references*] >> \enabletrackers[*destinations*] > > Hi

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
> On 01/31/2015 05:42 PM, Rob Heusdens wrote: >> [...] >> The code looks likes this, but this examples does not exhibit the same >> faulty off-by-1-page interactive page jump behaviour. In the chapters in >> the body matter, always directly after a new chapter a section begins >> (in >> this exampl

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
> >> Am 31.01.2015 um 17:42 schrieb Rob Heusdens : >> >> \starttitlepagemakeup >> BIG TITLE >> \stoptitlepagemakeup % <- empty page inserted after here, so page number >> becomes 5 >> \setcounter[userpage][5] % <- without this, the page number = 3 > > You don’t need this manual setting for the pa

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 05:42 PM, Rob Heusdens wrote: > [...] > The code looks likes this, but this examples does not exhibit the same > faulty off-by-1-page interactive page jump behaviour. In the chapters in > the body matter, always directly after a new chapter a section begins (in > this example omitted)

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Wolfgang Schuster
> Am 31.01.2015 um 17:42 schrieb Rob Heusdens : > > \starttitlepagemakeup > BIG TITLE > \stoptitlepagemakeup % <- empty page inserted after here, so page number > becomes 5 > \setcounter[userpage][5] % <- without this, the page number = 3 You don’t need this manual setting for the pagenumber wh

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
> such references don't use user pagenumbers (often automated references > use internal numbers or real page numbers or a symbolic name) > > so, either something is really wrong or your browser is bad > > Hans > Hans, No, it can't be a browser thing (I think). In the code I sent, using the same s

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Rob Heusdens
> Hi Rob, > > there is a minimal sample: > > \setupcolors[state=start] > \setupinteraction[state=start, focus=standard] > \setupinteractionscreen[width=fit] > \definecombinedlist[content][all] > \setuphead[part][placehead=yes] > \starttext > \completecontent > \dorec

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 01:36 PM, Hans Hagen wrote: > On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: >> [...] >> It doesn’t show what you meant, the link destination is not on the >> heading itself, but on the next paragraph. > > \enabletrackers[*references*] > \enabletrackers[*destinations*] Hi Hans, many

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
On 1/31/2015 1:12 PM, Pablo Rodriguez wrote: On 01/31/2015 01:16 AM, Rob Heusdens wrote: Hello list, Having the problem that if I jump to a chapter or section by clicking on the interactive table of content (while the page numbers presented do match the actual page number where the chapter or s

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Pablo Rodriguez
On 01/31/2015 01:16 AM, Rob Heusdens wrote: > Hello list, > > Having the problem that if I jump to a chapter or section by clicking on > the interactive table of content (while the page numbers presented do > match the actual page number where the chapter or section begins) always > leads me to ju

Re: [NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-31 Thread Hans Hagen
On 1/31/2015 1:16 AM, Rob Heusdens wrote: Hello list, Having the problem that if I jump to a chapter or section by clicking on the interactive table of content (while the page numbers presented do match the actual page number where the chapter or section begins) always leads me to jumping one pa

[NTG-context] Interactive table of content -- jumps always 1 page too far

2015-01-30 Thread Rob Heusdens
Hello list, Having the problem that if I jump to a chapter or section by clicking on the interactive table of content (while the page numbers presented do match the actual page number where the chapter or section begins) always leads me to jumping one page too far. I've tried to produce a MWE, bu