#458993 rubber does not deal properly with chapterbib

#458993#5
Date:
2008-01-04 03:20:44 UTC
From:
To:
Currently rubber does not deal properly with documents using
chapterbib, and attempts to call bibtex on the main document [which
fails] and does not call bibtex on the subsidary ones.


Don Armstrong

#458993#10
Date:
2008-03-26 01:11:45 UTC
From:
To:
tag 458993 patch
thanks

The attached (very rough) patch allows rubber to support chapterbib
properly by adding '% rubber: bibtex.chapterbib 1' to the initial
document.

[Someone who has more experience in coding python than myself should
probably check it out before blindly applying it.]


Don Armstrong

#458993#19
Date:
2013-08-27 20:54:43 UTC
From:
To:
On 04.01.08 Don Armstrong (don@donarmstrong.com) wrote:

Hi,
Could you check if the version in unstable still suffers from that
problem?

Thanks,
  Hilmar

#458993#24
Date:
2013-08-27 23:59:08 UTC
From:
To:
Unfortunately, I'm no longer using rubber (I've switched to latexmk), so
I can't easily check this.

#458993#29
Date:
2015-05-26 20:36:25 UTC
From:
To:
tags 458993 - patch
stop
Patch does not apply any more. Untagging for now.

Hilmar

#458993#36
Date:
2015-11-12 10:02:47 UTC
From:
To:
found 458993 1.3-1
stop
Bug still present in 1.3. Example code attached.

hille@sid:~/devel/rubber/458993 $ rubber main.tex
[biblio] cannot find bibliography style plainnat
[biblio] cannot find bibliography style plainnat
compiling main.tex...
running: bibtex main.aux...
[biblio] There were errors running bibtex.
Kapitel_2.aux:4: [bibtex] Multiple inclusions of entire database
Kapitel_2.aux:5: [bibtex] Illegal, another \bibstyle command
Kapitel_2.aux:6: [bibtex] Illegal, another \bibdata command

H.