Re: [NTG-context] hyperlink bug in \cite

2013-04-10 Thread Hans Hagen

On 4/9/2013 10:25 AM, Alan BRASLAU wrote:

Hello,

\cite[A] can yield a hyperlink to the bibliography. However,
\cite[A,B] does not (and should).

I suppose that this could be a bit complicated when using numbered references 
(rather than Author, year), in the particular case where one collapses the list 
of numbers, in which case the hyperlink could naturally point to the first 
numbered reference of the list.


can probably be solved (by rewriting some low level bin code ... but as 
there is no sample attached ...)


Hans

-
  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
___


Re: [NTG-context] hyperlink bug in \cite

2013-04-10 Thread Alan BRASLAU
On Wed, 10 Apr 2013 11:47:21 +0200
Hans Hagen pra...@wxs.nl wrote:

 can probably be solved (by rewriting some low level bin code ... but
 as there is no sample attached ...)

Minimal example attached.

Alan\setupinteraction  [state=start]
\setupbibtex   [database=biblio,sort=author]
\setuppublications [refcommand=authoryear,sorttype=bbl,criterium=cite] % author (year)
\starttext

Cybernetics. \cite [Ashby1954] \cite[Wiener1961]

Cybernetics. \cite [Ashby1954,Wiener1961]

\starttitle [title=Bibliography]
  \placepublications [criterium=all]
\stoptitle

\stoptext
@BOOK{ Ashby1954,
	author = {Ashby, W. Ross},
	title = {Design for a Brain},
	year = {1954},
	publisher = {John Wiley {\} Sons Inc.},
	address = {New York}
}

@BOOK{ Wiener1961,
	author = {Wiener, N.},
	title = {Cybernetics or Control and Communication in the Animal and in the Machine},
	year = {1961},
	publisher = {M.I.T. Press and John Wiley {\} Sons},
	address = {New York}
}
___
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
___