Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-22 Thread Taco Hoekwater
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

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-22 Thread Mojca Miklavec
On 2/22/06, Fabian Doerk wrote:
 Taco wrote:
 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?

 I'am not sure in which scenarios the reverse referencing to the first usage
 makes sense. Perhaps its more useful if the bibtex entry gets an associated
 list of forward references and make this list available for usage in
 \setuppublicationlayout. See the following exemplary publicationlist entry:

 [KKY03]   D. Katz, K. Kompella, and D. Yeung. RFC3630: Traffic
   Engineering (TE) Extensions to OSPF Version 2 (September,
   2003). Status: PROPOSED STANDARD.
   Source: http://www.ietf.org/rfc/rfc3630.txt
   Pages: 23, 34, 37, 61

 But I haven't neither an idea of the complexity to implement it nor of the
 realisability et al. What do you think of this idea? Makes it more sense to 
 you
 than the first cited reverse reference?

I didn't play with the exaples in this thread, but hyperlinks with
page numbers pointing to the exact locations of citations make a lot
of sense.

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-21 Thread Taco Hoekwater

Hi Fabian,

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

 2. BibTeX different colored keys:
The keys of \placepublications entries till the second entry on the
second page are colored red, the following belonging to the global
interactive color. What is the reason for that?

Do you know Torge, by chance? He asked the exact same question
only yesterday. Same answer: That red that you see is the
'contrastcolor' for interactivity.

I'm not sure (yet) whether the red page or the blue page is wrong,
but here is how to solve the discrepancy:

 \setupinteraction[contrastcolor=blue]


 3. Vertical Spacing in \placelistoffloats:
Is there a way to get vertical spacing in e.g. \listoffigures
between figures of different chapters working? 

At the end (or beginning) of a chapter, you can add:

   \writebetweenlist[figure]{\blank}

I am not sure that is the most elegant way to do it, but it works

Cheers, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-21 Thread Torge Szczepanek
Hi!

 Do you know Torge, by chance? He asked the exact same question
 only yesterday. Same answer: That red that you see is the
 'contrastcolor' for interactivity.

We don't know each other. That is just a coincidence...

Greetings Torge

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-21 Thread Peter Münster
On Sat, 18 Feb 2006, Fabian Doerk wrote:

 3. Vertical Spacing in \placelistoffloats:
Is there a way to get vertical spacing in e.g. \listoffigures
between figures of different chapters working? 

Hello,
I've done it for the contents:

\setupcombinedlist[content][alternative=c]
\setuplist[chapter][before=\blank,alternative=b]

Perhaps something similar works for the list of floats.

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-21 Thread Peter Münster
On Tue, 21 Feb 2006, Taco Hoekwater wrote:

  2. BibTeX different colored keys:
 The keys of \placepublications entries till the second entry on the
 second page are colored red, the following belonging to the global
 interactive color. What is the reason for that?
 
 I'm not sure (yet) whether the red page or the blue page is wrong,
 but here is how to solve the discrepancy:

Hello Taco,
and what is the sense for these links? When I click on the red or green
numbers, I get back to the first page of the publication list...
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] BibTeX and \placelistoffloats questions

2006-02-21 Thread Taco Hoekwater
Peter Münster wrote:
 Hello Taco,
 and what is the sense for these links? When I click on the red or green
 numbers, I get back to the first page of the publication list...

Good question. Will attempt to find an answer ...

Taco


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context