Re: [NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-17 Thread Taco Hoekwater
Hans Hagen wrote:
> Taco Hoekwater wrote:
> 
>>Johannes Graumann wrote:
>>  
>>
>>>First of May. This is a real problem then ... Taco, I can't expect you to
>>>fix this ... but the info I need is: do you want to do this and if yes:
>>>what's a reasonable time frame. 
>>>
>>
>>Friday.
>>  
> 
> what exactly is needed ... repeated toc entries or so? 

More like surpressed toc entries, but I wil rewrite that part
completely. My solution with \definelist[pubs] was not the
best possible one anyway. I'll switch to writing normal
references to the tui.

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


Re: [NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-17 Thread Hans Hagen
Taco Hoekwater wrote:
> Johannes Graumann wrote:
>   
>> First of May. This is a real problem then ... Taco, I can't expect you to
>> fix this ... but the info I need is: do you want to do this and if yes:
>> what's a reasonable time frame. 
>> 
>
> Friday.
>   
what exactly is needed ... repeated toc entries or so? 

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

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


Re: [NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-16 Thread Johannes Graumann
Taco Hoekwater wrote:
> Friday.
That would be just marvelous. Thank you ... of to mor XMLing ...

Joh

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


Re: [NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-16 Thread Taco Hoekwater
Johannes Graumann wrote:
> First of May. This is a real problem then ... Taco, I can't expect you to
> fix this ... but the info I need is: do you want to do this and if yes:
> what's a reasonable time frame. 

Friday.

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


Re: [NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-15 Thread Johannes Graumann
First of May. This is a real problem then ... Taco, I can't expect you to
fix this ... but the info I need is: do you want to do this and if yes:
what's a reasonable time frame. Will help me to decide whether to return to
LaTeX immediately ...

Thanks for your great work!

Joh

Taco Hoekwater wrote:

> Johannes Graumann wrote:
>> 
>> I run into the problem, that shared citations (in this case 'garrels:96'
>> and 'gavin:06' are only printed following the first '\placepublications'
>> call and not the second. I'm collating multiple publications into a
>> thesis and since they all deal with similar themes, there's a lot of
>> overlap. My university requires chapter-specific complete bibliographies,
>> so the status quo is bad for me.
> 
> Unfortunately, this is not something I can fix quickly, because
> ConTeXt's list mechanism does not support it. I have to rewrite
> large parts of the module for this to work, and that takes time.
> When is your deadline?
> 
> Taco


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


Re: [NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-15 Thread Taco Hoekwater
Johannes Graumann wrote:
> 
> I run into the problem, that shared citations (in this case 'garrels:96'
> and 'gavin:06' are only printed following the first '\placepublications'
> call and not the second. I'm collating multiple publications into a thesis
> and since they all deal with similar themes, there's a lot of overlap. My
> university requires chapter-specific complete bibliographies, so the status
> quo is bad for me.

Unfortunately, this is not something I can fix quickly, because
ConTeXt's list mechanism does not support it. I have to rewrite
large parts of the module for this to work, and that takes time.
When is your deadline?

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


[NTG-context] Chapter-wise bibliographies and multi-chapter citations

2006-04-14 Thread Johannes Graumann
Hello,

First: I've put together a minimal example for this problem which can be
found at http://www.johannesgraumann.net/copy_of_profession/bibprob/
Second: The problem ...
When I declare chapterspecific bibliographies like so:
\usemodule[bib]
\setupbibtex[database={bibprob.bib}]
\setuppublications[sorttype=bbl]
\starttext
  \chapter{1}
\cite[authoryear][garrels:96]\par
\cite[authoryears][gavin:06]
\section{References}
  \placepublications[criterium=chapter]
  \chapter{2}
\cite[authoryear][garrels:96]\par
\cite[authoryears][gavin:06]\par
\cite[authoryear][giaever:02]
\section{References}
  \placepublications[criterium=chapter]
\stoptext

I run into the problem, that shared citations (in this case 'garrels:96'
and 'gavin:06' are only printed following the first '\placepublications'
call and not the second. I'm collating multiple publications into a thesis
and since they all deal with similar themes, there's a lot of overlap. My
university requires chapter-specific complete bibliographies, so the status
quo is bad for me.

Thanks for any hints, 

Joh

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