Taco Hoekwater wrote:
> Johannes Graumann wrote:
>   
>> Taco Hoekwater wrote:
>>
>>
>>     
>>> I've just uploaded a new beta to the modules section at contextgarden.
>>>
>>> It took me much longer than I had anticipated, mainly because there
>>> was a massive bug in the per-chapter bibliography code: it generated
>>> duplicate named references for all but the simplest of documents.
>>>
>>> I hope to have the bug fixed now, and interaction working as it should.
>>>
>>> There is only one limitation, and that will stay: you cannot have
>>> hyperlinks while \setupcite[compress=yes] is in effect.
>>>       
>> Thanks Taco!
>>
>> I run across three problems:
>> 1) with my setup (XML mapped into ConTeXt convolution) the links from
>> citations exists, but don't point to the right pages in the chapter
>> specific bibliographies - at least after a single texexec run. Another run
>> is necessary and everything seems all right.
>>     
>
> I expected that. I'm not sure how to explain to texexec that the
> module needs another TeX run to resolved the secondary references.
> Will talk to Hans about that.
>   

technically it's no big deal because we can add a suffix to for instance

['tub','tuo'].each do |s|
   state.register(File.suffixed(rawbase,s))
end

however, i'm still breeding on a way to signal this externally, i.e. pass this 
info via the tui file but then i need to do an extra pass over that file etc 
etc; what is the suffix? tuc (c for citations?) [we also need to purge such 
files then] 

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

Reply via email to