ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: BibTeX and \placelistoffloats questions
Date: Wed, 22 Feb 2006 09:23:28 +0100	[thread overview]
Message-ID: <43FC1F80.4040500@elvenkind.com> (raw)
In-Reply-To: <20060221181712.GB18777@planless.org>

Fabian Doerk wrote:
> Hi Taco,
> 
> 
>>>1. BibTeX xrefs: 
>>>   Is it possible to get interactive references (maybe even with
>>>   different colour than the global interaction color) from the \cite
>>>   command to the referring entry in the publicationlist working at the
>>>   moment? 
>>
>>What \cite style are you using? I can probably make something work
>>quickly for all but the authoryear(s) style(s).
> 
> I'am using the following setup and referring to the .bib file by \cite[key]:

I have two different solutions available:

% for the 'official version':
\def\dobibshort#1%
   {\addthisref{#1}\refsep
    \doifbibreferencefoundelse{#1}{\goto{\getvalue{@@pbs}}[#1]}{??}}

% for the beta:
\def\dobibshortref#1%
   {\addthisref{#1}\refsep
    \doifbibreferencefoundelse{#1}{\goto{\getvalue{pbds-#1}}[#1]}{??}}

Put one of these (or even both) in your environment, somewhere after
\usemodule[bib], and you should be set.

> Uhm, am i blind? Sorry, but i can't find the thread you mentioned (searched in
> the ml archives by the www.ntg.nl webfrontend). The only mail of Torge i've
> found is his reply to this thread. Btw. I can confirm his statement, we do not
> know each other (yet). ;)

Private email.

> Thanks, that worked just fine here! :) The red ones are wrong, i suppose, than
> i set the interactive color to blue (by setting the color argument). Thats why
> the rest is blue. Whats the difference of the "color" and the "contrastcolor"
> argument of \setupinteraction? Sounds semantically equal to me.

If I understand correctly, the 'contrastcolor' indicates a
nested/embedded link.

About those hyperlinks: it would normally be something like a chapter
number, and it would link back to the chapter head itself. In a
bibliography, it just points to itself, because the 'main reference'
is the item in the list. Maybe I can make a link back to the first
cited location. Would that make sense?

Cheers, Taco

  reply	other threads:[~2006-02-22  8:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-18  1:30 Fabian Doerk
2006-02-21  6:28 ` Peter Münster
2006-02-21  9:01 ` Taco Hoekwater
2006-02-21  9:40   ` Torge Szczepanek
2006-02-21 17:41   ` Peter Münster
2006-02-21 21:34     ` Taco Hoekwater
2006-02-21 18:17 ` Fabian Doerk
2006-02-22  8:23   ` Taco Hoekwater [this message]
2006-02-22 13:55   ` Fabian Doerk
2006-02-22 17:17     ` Mojca Miklavec
2006-02-23 16:10     ` Taco Hoekwater

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=43FC1F80.4040500@elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=ntg-context@ntg.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).