ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* some m-bib problems
@ 2002-09-01 11:15 Nigel King
  2002-09-03  7:29 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Nigel King @ 2002-09-01 11:15 UTC (permalink / raw)


I have been having some success with m-bib but have noticed some problems.

1. Using
\setuppublications
    [numbering=short,%
    refcommand=short]
The publication list shows the final entry as the reference for all entries.
Thus

ghi03   the publication data for abc01
ghi03   the publication data for def02
ghi03   the publication data for ghi03

2. A previously mentioned bug still appears to be there where (when using
refcommand=num and numbering=yes) a cite[ref1,ref2,ref3] becomes [1-2]
rather than [1-3]. 

Earlier Peter Jander tracked that down to a bug in a macro called
\docompareitems in Syst-ext. The last line should read

\advance\scratchcounter \plusone}
instead of 
\advance\scratchcounter \minusone}

otherwise an already sorted list will be reduced to the first two elements.
I think I am using the updated version

3. Formatting the publication list does not appear to take commands such as
strut=yes. Bibmod.pdf suggests that \setuplist commands should work but not
many seem to. The specific problem I am trying to address is the spacing
between items in the publication list which is variable and much too small
it is like framed with no strut and no \blank.

\setuppublicationlist[after={\blank[medium]}] has helped but it is not
perfect.

4. The publication list has references which are not enclosed in square
brackets. How do I generate a more usual publication list (in the IEEE)
which is enclosed in square brackets?

[1]  first publication
[2]  second publication
Etc.

TIA
-- 
Nigel


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: some m-bib problems
@ 2002-09-02  9:00 Peter Jander
  2002-09-02 14:37 ` Nigel King
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Jander @ 2002-09-02  9:00 UTC (permalink / raw)


> 
> 2. A previously mentioned bug still appears to be there where (when using
> refcommand=num and numbering=yes) a cite[ref1,ref2,ref3] becomes [1-2]
> rather than [1-3]. 

> otherwise an already sorted list will be reduced to the first two elements.
> I think I am using the updated version
Are you sure you are using up-to-date Context? It works fine here 
with a recent beta Context. 

> 4. The publication list has references which are not enclosed in square
> brackets. How do I generate a more usual publication list (in the IEEE)
> which is enclosed in square brackets?
> 
> [1]  first publication
> [2]  second publication
> Etc.
\def\refwithbrackets#1{[#1]\hss}
\setuppublications[numbering=yes,numbercommand=\refwithbrackets]

is what I am using.

Hope this helps,
Peter


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

end of thread, other threads:[~2002-09-03  7:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-01 11:15 some m-bib problems Nigel King
2002-09-03  7:29 ` Taco Hoekwater
2002-09-03  4:23   ` Hans Hagen
2002-09-02  9:00 Peter Jander
2002-09-02 14:37 ` Nigel King

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