ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* (bug?) no destinations for footnote links in LMTX
@ 2019-10-09 14:22 Pablo Rodriguez
  2019-10-10 14:36 ` Hans Hagen
  2019-10-10 15:23 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Rodriguez @ 2019-10-09 14:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans,

I have the following sample:

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

I’m afraid that LMTX doesn’t generate a link to go back from footnote.
All I can see is that MkIV generates two named destinations:

    <<
      /D [ 5 0 R /XYZ 61.65861 129.0214 null ]
    >>
    <<
      /D [ 5 0 R /XYZ 76.72182 722.72927 null ]
    >>

But I’m afraid that LMTX generates only one:

    <<
      /D [ 5 0 R /XYZ 61.65861 129.0214 null ]
    >>

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

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

* Re: (bug?) no destinations for footnote links in LMTX
  2019-10-09 14:22 (bug?) no destinations for footnote links in LMTX Pablo Rodriguez
@ 2019-10-10 14:36 ` Hans Hagen
  2019-10-10 15:23 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2019-10-10 14:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Pablo Rodriguez

On 10/9/2019 4:22 PM, Pablo Rodriguez wrote:
> Hi Hans,
> 
> I have the following sample:
> 
>      \setupinteraction[state=start, focus=standard]
>      \starttext
>      a\footnote{b}
>      \stoptext
> 
> I’m afraid that LMTX doesn’t generate a link to go back from footnote.
> All I can see is that MkIV generates two named destinations:
> 
>      <<
>        /D [ 5 0 R /XYZ 61.65861 129.0214 null ]
>      >>
>      <<
>        /D [ 5 0 R /XYZ 76.72182 722.72927 null ]
>      >>
> 
> But I’m afraid that LMTX generates only one:
> 
>      <<
>        /D [ 5 0 R /XYZ 61.65861 129.0214 null ]
>      >>
> 
> Many thanks for your help,
so what was the last lmtx that did work ok?


-----------------------------------------------------------------
                                           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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: (bug?) no destinations for footnote links in LMTX
  2019-10-09 14:22 (bug?) no destinations for footnote links in LMTX Pablo Rodriguez
  2019-10-10 14:36 ` Hans Hagen
@ 2019-10-10 15:23 ` Hans Hagen
  2019-10-11 16:05   ` Pablo Rodriguez
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2019-10-10 15:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10/9/2019 4:22 PM, Pablo Rodriguez wrote:
> Hi Hans,
> 
> I have the following sample:
> 
>      \setupinteraction[state=start, focus=standard]
>      \starttext
>      a\footnote{b}
>      \stoptext
> 
> I’m afraid that LMTX doesn’t generate a link to go back from footnote.
> All I can see is that MkIV generates two named destinations:
> 
>      <<
>        /D [ 5 0 R /XYZ 61.65861 129.0214 null ]
>      >>
>      <<
>        /D [ 5 0 R /XYZ 76.72182 722.72927 null ]
>      >>
> 
> But I’m afraid that LMTX generates only one:
> 
>      <<
>        /D [ 5 0 R /XYZ 61.65861 129.0214 null ]
>      >>
> 
> Many thanks for your help,
something in the engine ... pretty old and border case ... will fix it

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: (bug?) no destinations for footnote links in LMTX
  2019-10-10 15:23 ` Hans Hagen
@ 2019-10-11 16:05   ` Pablo Rodriguez
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Rodriguez @ 2019-10-11 16:05 UTC (permalink / raw)
  To: ntg-context

On 10/10/19 5:23 PM, Hans Hagen wrote:
> On 10/9/2019 4:22 PM, Pablo Rodriguez wrote:
>> Hi Hans,
>>
>> I have the following sample:
>>
>>      \setupinteraction[state=start, focus=standard]
>>      \starttext
>>      a\footnote{b}
>>      \stoptext
>>
>> I’m afraid that LMTX doesn’t generate a link to go back from footnote.
>> All I can see is that MkIV generates two named destinations: [...]
>> But I’m afraid that LMTX generates only one:
>> [...]
> something in the engine ... pretty old and border case ... will fix it

Many thanks for the fix.

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

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

end of thread, other threads:[~2019-10-11 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-09 14:22 (bug?) no destinations for footnote links in LMTX Pablo Rodriguez
2019-10-10 14:36 ` Hans Hagen
2019-10-10 15:23 ` Hans Hagen
2019-10-11 16:05   ` Pablo Rodriguez

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