ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] hyperlinks not working with current latest
@ 2023-05-28 18:57 Pablo Rodriguez via ntg-context
  2023-05-28 21:12 ` Hans Hagen via ntg-context
  2023-05-29  7:43 ` Hans Hagen via ntg-context
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2023-05-28 18:57 UTC (permalink / raw)
  To: ConTeXt users; +Cc: Pablo Rodriguez

Dear list,

in the following sample, hyperlinks for footnotest don’t work with
current latest (2023.05.28 18:57) with current LMTX (20230528):

  \setupinteraction
    [state=start,
     focus=standard]
  \starttext
  \completecontent
  \dorecurse{5}
    {a\footnote{}}
  \stoptext

LuaTeX generates fine hyperlinks for footnotes.

My guess is that the issue is in the LuaMetaTeX binary.

Could anyone confirm this issue?

Many thanks for your help,

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [NTG-context] hyperlinks not working with current latest
  2023-05-28 18:57 [NTG-context] hyperlinks not working with current latest Pablo Rodriguez via ntg-context
@ 2023-05-28 21:12 ` Hans Hagen via ntg-context
  2023-05-29  7:43 ` Hans Hagen via ntg-context
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen via ntg-context @ 2023-05-28 21:12 UTC (permalink / raw)
  To: Pablo Rodriguez via ntg-context; +Cc: Hans Hagen

On 5/28/2023 8:57 PM, Pablo Rodriguez via ntg-context wrote:
> Dear list,
> 
> in the following sample, hyperlinks for footnotest don’t work with
> current latest (2023.05.28 18:57) with current LMTX (20230528):
> 
>    \setupinteraction
>      [state=start,
>       focus=standard]
>    \starttext
>    \completecontent
>    \dorecurse{5}
>      {a\footnote{}}
>    \stoptext
> 
> LuaTeX generates fine hyperlinks for footnotes.
> 
> My guess is that the issue is in the LuaMetaTeX binary.
> 
> Could anyone confirm this issue?
i'll check it but (maybe side effect of some ref things Alan and I are 
working on). The engine has nothing to do with it as it doesn't play a 
role in these matters.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [NTG-context] hyperlinks not working with current latest
  2023-05-28 18:57 [NTG-context] hyperlinks not working with current latest Pablo Rodriguez via ntg-context
  2023-05-28 21:12 ` Hans Hagen via ntg-context
@ 2023-05-29  7:43 ` Hans Hagen via ntg-context
  2023-05-29 17:34   ` Pablo Rodriguez via ntg-context
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen via ntg-context @ 2023-05-29  7:43 UTC (permalink / raw)
  To: Pablo Rodriguez via ntg-context; +Cc: Hans Hagen

On 5/28/2023 8:57 PM, Pablo Rodriguez via ntg-context wrote:
> Dear list,
> 
> in the following sample, hyperlinks for footnotest don’t work with
> current latest (2023.05.28 18:57) with current LMTX (20230528):
> 
>    \setupinteraction
>      [state=start,
>       focus=standard]
>    \starttext
>    \completecontent
>    \dorecurse{5}
>      {a\footnote{}}
>    \stoptext
> 
> LuaTeX generates fine hyperlinks for footnotes.
> 
> My guess is that the issue is in the LuaMetaTeX binary.
> 
> Could anyone confirm this issue?
i'll upload a fix later today (some sensitivity to an extra return value 
of a helper)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [NTG-context] hyperlinks not working with current latest
  2023-05-29  7:43 ` Hans Hagen via ntg-context
@ 2023-05-29 17:34   ` Pablo Rodriguez via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2023-05-29 17:34 UTC (permalink / raw)
  To: Hans Hagen via ntg-context; +Cc: Pablo Rodriguez

On 5/29/23 09:43, Hans Hagen via ntg-context wrote:
> On 5/28/2023 8:57 PM, Pablo Rodriguez via ntg-context wrote:
>> Dear list,
>>
>> in the following sample, hyperlinks for footnotest don’t work with
>> current latest (2023.05.28 18:57) with current LMTX (20230528):
>> [...]
>> Could anyone confirm this issue?
>
> i'll upload a fix later today (some sensitivity to an extra return value
> of a helper)

Many thanks for your fast fix, Hans.

Pablo

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-29 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-28 18:57 [NTG-context] hyperlinks not working with current latest Pablo Rodriguez via ntg-context
2023-05-28 21:12 ` Hans Hagen via ntg-context
2023-05-29  7:43 ` Hans Hagen via ntg-context
2023-05-29 17:34   ` Pablo Rodriguez via ntg-context

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).