Re: [NTG-context] XML and chapter specific bibliographies

2006-04-13 Thread Johannes Graumann
Taco Hoekwater wrote:

 Johannes Graumann wrote:

   \placepublications[criterium=chapter]

at least, that works for me.
 
 Not here. What's happening now is: the references are being sorted by
 chapter, but then all appended after the first chapter. So no reference
 listings for chapters 2-x ... strange.
 
 I've tested with a normal tex file, so maybe this is an xml-related
 problem. Can you send me the actual input (again)?

Taco, I'll send something as soon as I can discern a pattern to the
failing ... not clear yet. One thing I noticed though is that (in the cases
where there is a Bibliography printed (why? don't know) I get the following
behavior: if a reference is cited in chapter A as well as Chapter B, it
will NOT be included in the reference listing of chapter B. Any way around
that?

Thanks, Joh


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


Re: [NTG-context] XML and chapter specific bibliographies

2006-04-11 Thread Taco Hoekwater


Johannes Graumann wrote:
 Taco Hoekwater wrote:
 
\placepublications[criterium=local] should work.
 
 Still struggling with this.

Sorry, I had misunderstood \placelist's options. Make that

   \placepublications[criterium=chapter]

at least, that works for me.

I have fixed the other problem, and have already uploaded a new version
to the modules section at contextgarden.net. It should automatically
appear in the next context release as well.

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


Re: [NTG-context] XML and chapter specific bibliographies

2006-04-11 Thread Johannes Graumann
Taco Hoekwater wrote:

 
 
 Johannes Graumann wrote:
 Taco Hoekwater wrote:
 
\placepublications[criterium=local] should work.
 
 Still struggling with this.
 
 Sorry, I had misunderstood \placelist's options. Make that
 
\placepublications[criterium=chapter]
 
 at least, that works for me.
Not here. What's happening now is: the references are being sorted by
chapter, but then all appended after the first chapter. So no reference
listings for chapters 2-x ... strange.

 I have fixed the other problem, and have already uploaded a new version
 to the modules section at contextgarden.net. It should automatically
 appear in the next context release as well.
Thank you. When do you think the new release will happen?

Joh

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


Re: [NTG-context] XML and chapter specific bibliographies

2006-04-11 Thread Taco Hoekwater
Johannes Graumann wrote:

   \placepublications[criterium=chapter]

at least, that works for me.
 
 Not here. What's happening now is: the references are being sorted by
 chapter, but then all appended after the first chapter. So no reference
 listings for chapters 2-x ... strange.

I've tested with a normal tex file, so maybe this is an xml-related
problem. Can you send me the actual input (again)?


 
 Thank you. When do you think the new release will happen?

Soon, but when exactly? I can't say.

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


Re: [NTG-context] XML and chapter specific bibliographies

2006-04-10 Thread Johannes Graumann
Taco Hoekwater wrote:
 \placepublications[criterium=local] should work.
Still struggling with this.

\usemodule[bib]
\setupbibtex[database={../Bibliography/bibliography.bib,../Bibliography/verma04.bib}]
\setuppublications[sorttype=bbl]
\defineXMLenvironment
  [chapter]
  {
\defineXMLargument
  [title]
  {\chapter}
\defineXMLenvironment
  [content]
  {}{}
  }
  {\setupindenting[none]\section{References}\placepublications}

leads to the first chapter carrying the references of ALL chapters in it's
bibliography section.
Adding '\placepublications[criterium=local]' results in total lack of
reference listings - no bibliography ANYWHERE.

Any idea how I may go about fixing this?

Joh

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


[NTG-context] XML and chapter specific bibliographies

2006-04-07 Thread Johannes Graumann
Hello again,

Taco had helped me working the following out:

\usemodule[bib]
\setupbibtex[database={../Bibliography/bibliography.bib}]
\setuppublications[sorttype=bbl]

\defineXMLenvironment
  [chapter]
  {
\defineXMLargument
  [title]
  {\chapter}
\defineXMLenvironment
  [content]
  {}{}
  }
  {\setupindenting[none]\section{References}\placepublications}

Which works just the way I want it to for the first chapter BUT in the next
one all citations from the first one are being included as well. Is there a
mechanism to reset the bibliography after a chapter is processed?

Thanks, Joh

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


Re: [NTG-context] XML and chapter specific bibliographies

2006-04-07 Thread Taco Hoekwater


Johannes Graumann wrote:
 
 Which works just the way I want it to for the first chapter BUT in the next
 one all citations from the first one are being included as well. Is there a
 mechanism to reset the bibliography after a chapter is processed?

\placepublications[criterium=local] should work.

Cheers, Taco

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