ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* m-bib sorting, etc.
@ 2003-03-13  1:50 Bruce D'Arcus
  2003-03-13  8:32 ` Eckhart Guthöhrlein
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce D'Arcus @ 2003-03-13  1:50 UTC (permalink / raw)


Another question on m-bib:

Is it possible to get the bib list alphabetized?  Or is the only way 
this can work if the bib file itself is so, and I use the bbl sort 
option?

Also, I am getting some weird vertical spacing in the list (like extra 
blank space between a couple of entries).  Is there any suggested 
workaround for this?

Bruce

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

* Re: m-bib sorting, etc.
  2003-03-13  1:50 m-bib sorting, etc Bruce D'Arcus
@ 2003-03-13  8:32 ` Eckhart Guthöhrlein
  2003-03-13 15:13   ` Bruce D'Arcus
  0 siblings, 1 reply; 9+ messages in thread
From: Eckhart Guthöhrlein @ 2003-03-13  8:32 UTC (permalink / raw)


Am Donnerstag, 13. März 2003 02:50 schrieb Bruce D'Arcus:
> Is it possible to get the bib list alphabetized?  Or is the only way
> this can work if the bib file itself is so, and I use the bbl sort
> option?

If you use the cont-au.bst style to process your bib file, the bbl file will 
be sorted and you can use the bbl sort option. As far as I know, this is the 
only way.

\setupbibtex[sort=author]
\setuppublications[sorttype=bbl]

> Also, I am getting some weird vertical spacing in the list (like extra
> blank space between a couple of entries).  Is there any suggested
> workaround for this?

I noticed this if a book entry ends exactly at the end of a line. A change on 
line 147 of bibl-apa.tex fixed this:

    {\insertedition{, }{ edition.}{.}}%
% new version, watch the missing space after the final full stop

Maybe your problem has a similar reason.


-- 
Eckhart

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

* Re: m-bib sorting, etc.
  2003-03-13  8:32 ` Eckhart Guthöhrlein
@ 2003-03-13 15:13   ` Bruce D'Arcus
  2003-03-13 15:27     ` Eckhart Guthöhrlein
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce D'Arcus @ 2003-03-13 15:13 UTC (permalink / raw)



On Thursday, March 13, 2003, at 03:32 AM, Eckhart Guthöhrlein wrote:

> Am Donnerstag, 13. März 2003 02:50 schrieb Bruce D'Arcus:
>> Is it possible to get the bib list alphabetized?  Or is the only way
>> this can work if the bib file itself is so, and I use the bbl sort
>> option?
>
> If you use the cont-au.bst style to process your bib file, the bbl 
> file will
> be sorted and you can use the bbl sort option. As far as I know, this 
> is the
> only way.
>
> \setupbibtex[sort=author]
> \setuppublications[sorttype=bbl]

If I understand correctly, if I have this code in the preamble and I 
run BibTeX, the cont-au.bst file ought to be automatically used.  Is 
that right?  Instead, I get:

This is BibTeX, Version 0.99c (Web2C 7.4.5)
The top-level auxiliary file: prop_bib2.aux
The style file: cont-no.bst
Database file #1: bib.bib

Bruce

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

* Re: m-bib sorting, etc.
  2003-03-13 15:13   ` Bruce D'Arcus
@ 2003-03-13 15:27     ` Eckhart Guthöhrlein
  2004-05-25 19:42       ` Peter Münster
  0 siblings, 1 reply; 9+ messages in thread
From: Eckhart Guthöhrlein @ 2003-03-13 15:27 UTC (permalink / raw)


Am Donnerstag, 13. März 2003 16:13 schrieb Bruce D'Arcus:
> > \setupbibtex[sort=author]
> > \setuppublications[sorttype=bbl]
>
> If I understand correctly, if I have this code in the preamble and I
> run BibTeX, the cont-au.bst file ought to be automatically used.  Is

Yes. Another bug. You have to manually edit the aux file produced by the first 
tex run and replace cont-no by cont-au. Even worse: since the extension .aux 
is hard coded in bibtex, and since the file is written each time you run tex, 
you will have to do this before every bibtex run (i.e., every time you make 
changes to your bib database).

Eckhart

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

* Re: m-bib sorting, etc.
  2003-03-13 15:27     ` Eckhart Guthöhrlein
@ 2004-05-25 19:42       ` Peter Münster
  2004-05-26  8:36         ` Taco Hoekwater
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Münster @ 2004-05-25 19:42 UTC (permalink / raw)


On Thu, 13 Mar 2003, Eckhart Guthöhrlein wrote:

> Am Donnerstag, 13. März 2003 16:13 schrieb Bruce D'Arcus:
> > > \setupbibtex[sort=author]
> > > \setuppublications[sorttype=bbl]
> >
> > If I understand correctly, if I have this code in the preamble and I
> > run BibTeX, the cont-au.bst file ought to be automatically used.  Is
> 
> Yes. Another bug. You have to manually edit the aux file produced by the first
> tex run and replace cont-no by cont-au. Even worse: since the extension .aux
> is hard coded in bibtex, and since the file is written each time you run tex,
> you will have to do this before every bibtex run (i.e., every time you make
> changes to your bib database).

Hello,
does anybody know, how to fix this bug?
If not, I'm going to try it...
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
_____________________________________
FilmSearch engine: http://f-s.sf.net/

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

* Re: m-bib sorting, etc.
  2004-05-25 19:42       ` Peter Münster
@ 2004-05-26  8:36         ` Taco Hoekwater
  2004-05-26 10:49           ` Maurice Diamantini
  2004-05-26 18:38           ` Idris Samawi Hamid
  0 siblings, 2 replies; 9+ messages in thread
From: Taco Hoekwater @ 2004-05-26  8:36 UTC (permalink / raw)
  Cc: pmlists


Hi,

Somehow,  I completely missed this bug in last september's updated release
of the module. It is now fixed, and a new zip file is available at:

	http://tex.aanhet.net/bib

If there are any more "still open" bugs, please let me know.

Greetings, Taco


On Tue, 25 May 2004 21:42:45 +0200 (CEST), Peter wrote:

> On Thu, 13 Mar 2003, Eckhart Guthöhrlein wrote:
> 
> > Am Donnerstag, 13. März 2003 16:13 schrieb Bruce D'Arcus:
> > > > \setupbibtex[sort=author]
> > > > \setuppublications[sorttype=bbl]
> > >
> > > If I understand correctly, if I have this code in the preamble and I
> > > run BibTeX, the cont-au.bst file ought to be automatically used.  Is
> > 
> > Yes. Another bug. You have to manually edit the aux file produced by the first
> > tex run and replace cont-no by cont-au. Even worse: since the extension .aux
> > is hard coded in bibtex, and since the file is written each time you run tex,
> > you will have to do this before every bibtex run (i.e., every time you make
> > changes to your bib database).
> 
> Hello,
> does anybody know, how to fix this bug?
> If not, I'm going to try it...
> Cheers, Peter
> 
> -- 
> http://pmrb.free.fr/contact/
> _____________________________________
> FilmSearch engine: http://f-s.sf.net/
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context


-- 
groeten,

Taco

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

* Re: m-bib sorting, etc.
  2004-05-26  8:36         ` Taco Hoekwater
@ 2004-05-26 10:49           ` Maurice Diamantini
  2004-05-26 11:31             ` Taco Hoekwater
  2004-05-26 18:38           ` Idris Samawi Hamid
  1 sibling, 1 reply; 9+ messages in thread
From: Maurice Diamantini @ 2004-05-26 10:49 UTC (permalink / raw)
  Cc: Maurice Diamantini


Bonjour à tous,

Le 26 mai 04, à 10:36, Taco Hoekwater a écrit :

> http://tex.aanhet.net/bib

An error seams to be in the file m-bib.tex (line 97)
Two consecutive lines contains \stopvariables

Putting one into comment seems to work.

Cordialement,
-- Maurice

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

* Re: m-bib sorting, etc.
  2004-05-26 10:49           ` Maurice Diamantini
@ 2004-05-26 11:31             ` Taco Hoekwater
  0 siblings, 0 replies; 9+ messages in thread
From: Taco Hoekwater @ 2004-05-26 11:31 UTC (permalink / raw)



Sorry, that was a cut&paste error. Fixed that bug, as well as:

    Patched bibl-aps.tex: the type `unpublished' now typesets  `(unpublished)'
    in the publication list instead of attempting to process a publisher (thanks Tobias Burnus)

Yet another zip file has been updated.

Greetings, Taco

On Wed, 26 May 2004 12:49:39 +0200, Maurice wrote:

> 
> Bonjour à tous,
> 
> Le 26 mai 04, à 10:36, Taco Hoekwater a écrit :
> 
> > http://tex.aanhet.net/bib
> 
> An error seams to be in the file m-bib.tex (line 97)
> Two consecutive lines contains \stopvariables
> 
> Putting one into comment seems to work.
> 
> Cordialement,
> -- Maurice
> 
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context


-- 
groeten,

Taco

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

* Re: m-bib sorting, etc.
  2004-05-26  8:36         ` Taco Hoekwater
  2004-05-26 10:49           ` Maurice Diamantini
@ 2004-05-26 18:38           ` Idris Samawi Hamid
  1 sibling, 0 replies; 9+ messages in thread
From: Idris Samawi Hamid @ 2004-05-26 18:38 UTC (permalink / raw)


Hmm,
It's nice 2 know that u're working on the bibliography module again. I use 
it extensively for my journal and have found a number of bugs, did not 
report them since I was under the impression that you had stopped work on 
it (I've been away for a while and am out of date)... I'll try the 
30-9-2003 version and try 2 report back in the coming days.

Best
Idris

On Wed, 26 May 2004 10:36:16 +0200, Taco Hoekwater <taco@elvenkind.com> 
wrote:

>
> Hi,
>
> Somehow,  I completely missed this bug in last september's updated 
> release
> of the module.

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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

end of thread, other threads:[~2004-05-26 18:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-13  1:50 m-bib sorting, etc Bruce D'Arcus
2003-03-13  8:32 ` Eckhart Guthöhrlein
2003-03-13 15:13   ` Bruce D'Arcus
2003-03-13 15:27     ` Eckhart Guthöhrlein
2004-05-25 19:42       ` Peter Münster
2004-05-26  8:36         ` Taco Hoekwater
2004-05-26 10:49           ` Maurice Diamantini
2004-05-26 11:31             ` Taco Hoekwater
2004-05-26 18:38           ` Idris Samawi Hamid

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