ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan BRASLAU <alan.braslau@cea.fr>
To: Hans Hagen <pragma@wxs.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: hyperlink bug in \cite
Date: Wed, 10 Apr 2013 21:39:59 +0200	[thread overview]
Message-ID: <20130410213959.633ad7af@iram-hb-003386.extra.cea.fr> (raw)
In-Reply-To: <51653529.3030702@wxs.nl>

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

On Wed, 10 Apr 2013 11:47:21 +0200
Hans Hagen <pragma@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

[-- Attachment #2: testcite.tex --]
[-- Type: text/x-tex, Size: 366 bytes --]

\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

[-- Attachment #3: biblio.bib --]
[-- Type: text/x-bibtex, Size: 383 bytes --]

@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}
}

[-- Attachment #4: Type: text/plain, Size: 485 bytes --]

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

      reply	other threads:[~2013-04-10 19:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09  8:25 Alan BRASLAU
2013-04-10  9:47 ` Hans Hagen
2013-04-10 19:39   ` Alan BRASLAU [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130410213959.633ad7af@iram-hb-003386.extra.cea.fr \
    --to=alan.braslau@cea.fr \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).