Re: [NTG-context] bib: ignoring 'criterium=cite'

2010-11-29 Thread Mojca Miklavec
Hans,

and here is a minimal example for another problem - not enough space
between the number and bibliography listing (it only shows
misbehaviour in MKIV; I yet need to test what happens in MKII). In
this particular case it only becomes a problem when the number reaches
3 places (100 items), but with my font settings it's already a problem
at number 10.

\usemodule
[bib]
\setuppublications
[alternative=num]

\setuppublicationlayout[web]{%
{\sc url}: \inserturl{}{}{}%
}

\dorecurse{1200}{\startpublication[k=a\recurselevel,t=web]
\biburl{http://pragma-ade.nl}\stoppublication}

\starttext
\placepublications[criterium=all]
\stoptext

Thanks,
Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] bib: ignoring 'criterium=cite'

2010-11-26 Thread Mojca Miklavec
Oh, and one more thing.

I strongly suspect that [sorttype=cite] is slightly misbehaving (it
prints out some bibliography items that are not cited at all in the
beginning of list; most probably in MKII as well), but that might be
connected with the fact that it simply writes out all the items. I
would expect the non-cited items to come last.


I have:
\startpublication[a1] ...
\startpublication[a2] ...
\startpublication[a3] ...
\startpublication[b1] ...
\startpublication[b2] ...
\startpublication[b3] ...

\nocite[b1]
\nocite[b2]
\nocite[b3]
% a* are not cited at all

but it prints out a1, a2, a3, b1, b2, b3. In my opinion the
noncited/nonmentionedatall items should come last. (In my case they
should not be printed out at all, but ...)

Mojca
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___