ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib module fails to produce publication list under certain conditions
@ 2007-09-16  3:04 Jesse Alama
  2007-09-16  6:48 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Jesse Alama @ 2007-09-16  3:04 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

I recently came across an unusual error with the bib module: depending
on the section structure of a document, the publication list is
sometimes not produced.  I've attached a simple document and a one-entry
bib file that illustrates the error.  If either the second section of
the subsection is commented out, the publication list is produced; if
both are uncommented, the publication list is not produced.  What might
be going on?

Thanks,

Jesse

[-- Attachment #2: euler.bib --]
[-- Type: application/octet-stream, Size: 298 bytes --]

@article{euler1758a,
	Author = {Euler, Leonhard},
	Date-Added = {2007-09-15 19:50:08 -0700},
	Date-Modified = {2007-09-15 19:50:08 -0700},
	Journal = {Novi Commentarii Academiae Scientarum Petropolitanae},
	Pages = {109-140},
	Title = {Elementa Doctrinae Solidorum},
	Volume = {4},
	Year = {1758}}

[-- Attachment #3: busted.tex --]
[-- Type: application/x-tex, Size: 687 bytes --]

[-- Attachment #4: Type: text/plain, Size: 39 bytes --]



-- 
Jesse Alama (alama@stanford.edu)

[-- Attachment #5: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bib module fails to produce publication list under certain conditions
  2007-09-16  3:04 bib module fails to produce publication list under certain conditions Jesse Alama
@ 2007-09-16  6:48 ` Taco Hoekwater
  2007-09-16  6:59   ` Jesse Alama
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2007-09-16  6:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Jesse Alama wrote:
> I recently came across an unusual error with the bib module: depending
> on the section structure of a document, the publication list is
> sometimes not produced.  I've attached a simple document and a one-entry
> bib file that illustrates the error.  If either the second section of
> the subsection is commented out, the publication list is produced; if
> both are uncommented, the publication list is not produced.  What might
> be going on?

This is a known limitation introduced by the transparant per-section
publication support (it is now clear I should not have done that,
but is too late to fix now).  Normally being explicit like

   \placepublicationlist[criterium=all]

fixes the problem.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bib module fails to produce publication list under certain conditions
  2007-09-16  6:48 ` Taco Hoekwater
@ 2007-09-16  6:59   ` Jesse Alama
  2007-09-16  7:05     ` Jesse Alama
  2007-09-16  9:43     ` Taco Hoekwater
  0 siblings, 2 replies; 5+ messages in thread
From: Jesse Alama @ 2007-09-16  6:59 UTC (permalink / raw)
  To: ntg-context

Taco Hoekwater <taco@elvenkind.com> writes:

> Jesse Alama wrote:
>> I recently came across an unusual error with the bib module: depending
>> on the section structure of a document, the publication list is
>> sometimes not produced.  I've attached a simple document and a one-entry
>> bib file that illustrates the error.  If either the second section of
>> the subsection is commented out, the publication list is produced; if
>> both are uncommented, the publication list is not produced.  What might
>> be going on?
>
> This is a known limitation introduced by the transparant per-section
> publication support (it is now clear I should not have done that,
> but is too late to fix now).  Normally being explicit like
>
>    \placepublicationlist[criterium=all]
>
> fixes the problem.

That solved the problem -- thanks.  (Using

  \completepublicationlist[criterium=all] ,

which is what I actually need, also works.)

Thanks,

Jesse

PS It be `criterion' rather than `criterium'.  According to my
dictionary, the latter means "a one-day bicycle race on a circuit road
course".

-- 
Jesse Alama (alama@stanford.edu)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bib module fails to produce publication list under certain conditions
  2007-09-16  6:59   ` Jesse Alama
@ 2007-09-16  7:05     ` Jesse Alama
  2007-09-16  9:43     ` Taco Hoekwater
  1 sibling, 0 replies; 5+ messages in thread
From: Jesse Alama @ 2007-09-16  7:05 UTC (permalink / raw)
  To: ntg-context

Jesse Alama <alama@stanford.edu> writes:

> Taco Hoekwater <taco@elvenkind.com> writes:
>
>> Jesse Alama wrote:
>>> I recently came across an unusual error with the bib module: depending
>>> on the section structure of a document, the publication list is
>>> sometimes not produced.  I've attached a simple document and a one-entry
>>> bib file that illustrates the error.  If either the second section of
>>> the subsection is commented out, the publication list is produced; if
>>> both are uncommented, the publication list is not produced.  What might
>>> be going on?
>>
>> This is a known limitation introduced by the transparant per-section
>> publication support (it is now clear I should not have done that,
>> but is too late to fix now).  Normally being explicit like
>>
>>    \placepublicationlist[criterium=all]
>>
>> fixes the problem.
>
> That solved the problem -- thanks.  (Using
>
>   \completepublicationlist[criterium=all] ,
>
> which is what I actually need, also works.)
>
> Thanks,
>
> Jesse
>
> PS It be `criterion' rather than `criterium'.  According to my
> dictionary, the latter means "a one-day bicycle race on a circuit road
> course".

Clearly it should read

  "It is `criterion' rather than `criterium'."

rather than

  "It be `criterion' rather than `criterium'."

(I one-up'd Taco by making a grammatical rather than lexicographic
error.  Failure to proofread messages before sending them will be the
death of me yet.)

Jesse

-- 
Jesse Alama (alama@stanford.edu)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bib module fails to produce publication list under certain conditions
  2007-09-16  6:59   ` Jesse Alama
  2007-09-16  7:05     ` Jesse Alama
@ 2007-09-16  9:43     ` Taco Hoekwater
  1 sibling, 0 replies; 5+ messages in thread
From: Taco Hoekwater @ 2007-09-16  9:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Jesse Alama wrote:
> 
> PS It be `criterion' rather than `criterium'.  According to my
> dictionary, the latter means "a one-day bicycle race on a circuit road
> course".

This is a language mixup in the context core that I doubt can be
fixed any more (the dutch word for criterion is actually criterium,
and all ConTeXt commands started out in dutch)

Best wishes,
Taco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-16  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-16  3:04 bib module fails to produce publication list under certain conditions Jesse Alama
2007-09-16  6:48 ` Taco Hoekwater
2007-09-16  6:59   ` Jesse Alama
2007-09-16  7:05     ` Jesse Alama
2007-09-16  9:43     ` Taco Hoekwater

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