ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Break  links into items in the itemize list
@ 2012-04-13  7:50 Jaroslav Hajtmar
  2012-04-13 21:27 ` Hans Hagen
  2012-04-13 21:41 ` Jaroslav Hajtmar
  0 siblings, 2 replies; 3+ messages in thread
From: Jaroslav Hajtmar @ 2012-04-13  7:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello all
Once again I return to this issue. Lukas confirmed  me that really links 
do not work. Where is error when links into items in the itemize list 
are not working. Links are active but not working...
It is interesting that the chapter on the links when hovering tooltip 
will appear with the page number where the link leads, not the case for 
the line item.

Here is Lukas example (my example is bottom )


\setupinteraction[state=start]

\starttext
   Go to \in[sec:1] -- \about[sec:1] or \in[it:a] -- \about[it:a].

   \page
   \section[sec:1]{Sec}
     \startitemize[n]
       \item[it:a] Item A
     \stopitemize
\stoptext



Thanx for advices
Jaroslav Hajtmar



Here is my old example:


\setupinteraction[state=start]

\starttext

\in{First link}[bibl:7] and \in{second link}[bibl:1]

\page

\startitemize[n]
     \item [bibl:7] Item 7
     \item [bibl:4] Item 4
     \item [bibl:8] Item 8
     \item [bibl:10] Item 10
     \item [bibl:1] Item 1
     \item [bibl:20] Item 20
\stopitemize

\stoptext


___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Break  links into items in the itemize list
  2012-04-13  7:50 Break links into items in the itemize list Jaroslav Hajtmar
@ 2012-04-13 21:27 ` Hans Hagen
  2012-04-13 21:41 ` Jaroslav Hajtmar
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2012-04-13 21:27 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

On 13-4-2012 09:50, Jaroslav Hajtmar wrote:
> Hello all
> Once again I return to this issue. Lukas confirmed me that really links
> do not work. Where is error when links into items in the itemize list
> are not working. Links are active but not working...
> It is interesting that the chapter on the links when hovering tooltip
> will appear with the page number where the link leads, not the case for
> the line item.
>
> Here is Lukas example (my example is bottom )
>
>
> \setupinteraction[state=start]
>
> \starttext
> Go to \in[sec:1] -- \about[sec:1] or \in[it:a] -- \about[it:a].
>
> \page
> \section[sec:1]{Sec}
> \startitemize[n]
> \item[it:a] Item A
> \stopitemize
> \stoptext


I'll look into it, but keep in mind that \about makes no sense for items

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Break  links into items in the itemize list
  2012-04-13  7:50 Break links into items in the itemize list Jaroslav Hajtmar
  2012-04-13 21:27 ` Hans Hagen
@ 2012-04-13 21:41 ` Jaroslav Hajtmar
  1 sibling, 0 replies; 3+ messages in thread
From: Jaroslav Hajtmar @ 2012-04-13 21:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Hans for your feedback.
Can be solved in such a case some alternative? I use this method for a 
simple bibliography. Now everything is working OK, I only mentioned the 
problem with break links.

Thanx Jaroslav


On 13-4-2012 09:50, Jaroslav Hajtmar wrote:
> Hello all
> Once again I return to this issue. Lukas confirmed me that really links
> do not work. Where is error when links into items in the itemize list
> are not working. Links are active but not working...
> It is interesting that the chapter on the links when hovering tooltip
> will appear with the page number where the link leads, not the case for
> the line item.
>
> Here is Lukas example (my example is bottom )
>
>
> \setupinteraction[state=start]
>
> \starttext
> Go to \in[sec:1] -- \about[sec:1] or \in[it:a] -- \about[it:a].
>
> \page
> \section[sec:1]{Sec}
> \startitemize[n]
> \item[it:a] Item A
> \stopitemize
> \stoptext


I'll look into it, but keep in mind that \about makes no sense for items

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2012-04-13 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13  7:50 Break links into items in the itemize list Jaroslav Hajtmar
2012-04-13 21:27 ` Hans Hagen
2012-04-13 21:41 ` Jaroslav Hajtmar

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