On Thu, 21 Mar 2013 22:32:25 +0100
"Thomas A. Schmitz"
On 03/21/2013 10:14 PM, Alan BRASLAU wrote:
Hello,
1. Is there some way to enable interaction with bibliographies? (i.e. hyperlinks from the citations to the list.)
2. Can one create an index of author names, for example, listing the pages of citations?
Alan
Hi Alan,
1. should work by default when you have \setupinteraction[state=start] in your document preamble.
So, playing with a minimal example reveals that interaction does not work when refcommand is set to authoryear, for example. (removing the setuppublications below gives working hyperlinks). Is this a bug? Alan --------------------------------------------------------------------- \setupinteraction [state=start] \setupbibtex [database=test] \setuppublications [refcommand=authoryear] % author (year) \starttext \startquotation The mind cannot possibly grasp the full meaning of the term of a hundred million years. \stopquotation \rightaligned{\cite [Darwin1859]} \completepublications [criterium=all] \stoptext --------------------------------------------------------------------- @BOOK{ Darwin1859, author = {Darwin, C.}, year = {1859}, title = {On the Origin of Species by Means of Natural Selection, or The Preservation of Favoured Races in the Struggle for Life.}, publisher = {John Murray}, address = {London} }