Bug#637127: biblatex: Version 1.6-1 breaks "refsection=part" functionality

2022-08-06 Thread Hilmar Preuße

Am 08.08.2011 um 18:53 teilte Gunnar Wolf mit:

Hi Gunnar,

just a gentle reminder.

I do not understand so much about biblatex and biber. On [1] (see 
comment from PLK) it is recommended to run biber on the aux file to 
generate the bibliography. I could download your document from [2] and 
processed the aux file using biber (bibtex fails to run anyway). I'm not 
sure how the resulting pdf is expected to look like, but each the part 
doesn't contain the full bibliography and the generated seco3.bbl 
contains the information which part of the bib belongs to which document 
part.


So my conclusion would be: when using biber the bibliography is in one 
files instead of partial blx.aux files.


Can we close the issue?

Hilmar

[1] https://tex.stackexchange.com/questions/19326/section-bibliographies
[2] https://gitlab.com/gunnarwolf/seco3


Upon installing biblatex 1.6-1, my book (which includes a references
section per part) no longer generates the partial *.blx.aux files when
being built. My preamble includes:

\usepackage[style=authoryear, backref=true, backrefstyle=two,
 refsection=part, block=ragged]{biblatex}
\ExecuteBibliographyOptions{ autocite=inline, sortcites=true,
 labelyear=true, uniquename=true}
\bibliography{seco3}

So, from the seco3.bib file, four files (one per part --
seco31.blx.aux, seco32.blx.aux, seco33.blx.aux, seco34.blx.aux) should
be generated, and bibtex is run for each. Of course, if I run bibtex
on the core seco3.aux file, the complete reference section is repeated
at the end of each part.

Downgrading to 1.4c-1 fixes the problem.

Full sources for the book are available on request (of course, I'm not
inlining them here in order not to bloat the BTS and your mailbox)




--
sigfault



OpenPGP_signature
Description: OpenPGP digital signature


Bug#637127: biblatex: Version 1.6-1 breaks "refsection=part" functionality

2019-07-28 Thread Hilmar Preuße
Am 08.08.2011 um 18:53 teilte Gunnar Wolf mit:

Hi Gunnar,

> Upon installing biblatex 1.6-1, my book (which includes a references
> section per part) no longer generates the partial *.blx.aux files when
> being built. My preamble includes:
> 
> \usepackage[style=authoryear, backref=true, backrefstyle=two,
> refsection=part, block=ragged]{biblatex}
> \ExecuteBibliographyOptions{ autocite=inline, sortcites=true,
> labelyear=true, uniquename=true}
> \bibliography{seco3}
> 
> So, from the seco3.bib file, four files (one per part --
> seco31.blx.aux, seco32.blx.aux, seco33.blx.aux, seco34.blx.aux) should
> be generated, and bibtex is run for each. Of course, if I run bibtex
> on the core seco3.aux file, the complete reference section is repeated
> at the end of each part.
> 
> Downgrading to 1.4c-1 fixes the problem.
> 
Quite old bug, I know. We didn't work on the issue for a while and then
it was closed b/c the package was removed from the archive. The code
however is still in the archive and could be buggy.

1. Are you still able to reproduce the issue?
2. If yes, do you have still some sample code? The git repository
   mentioned does not exist any more.

Hilmar
-- 
sigfault
#206401 http://counter.li.org



signature.asc
Description: OpenPGP digital signature


Bug#637127: biblatex: Version 1.6-1 breaks refsection=part functionality

2012-02-09 Thread Gunnar Wolf
Jan Hauke Rahm dijo [Tue, Dec 20, 2011 at 11:51:40AM +0100]:
 Ah crap, Gunnar, I totally for got about this bug report. Sorry!
 
 On Mon, Aug 08, 2011 at 11:53:50AM -0500, Gunnar Wolf wrote:
  Upon installing biblatex 1.6-1, my book (which includes a references
  section per part) no longer generates the partial *.blx.aux files when
  being built. My preamble includes:
  
  \usepackage[style=authoryear, backref=true, backrefstyle=two,
  refsection=part, block=ragged]{biblatex}
  \ExecuteBibliographyOptions{ autocite=inline, sortcites=true,
  labelyear=true, uniquename=true}
  \bibliography{seco3}
  
  So, from the seco3.bib file, four files (one per part --
  seco31.blx.aux, seco32.blx.aux, seco33.blx.aux, seco34.blx.aux) should
  be generated, and bibtex is run for each. Of course, if I run bibtex
  on the core seco3.aux file, the complete reference section is repeated
  at the end of each part.
 
 I don't suppose it's fixed in the current version?
 
 Hauke

Hi Hauke!

I completely forgot about it... And left it in hold state. Nope,
it's not fixed yet. I just tried 1.7-1, and it gets to:

Output written on seco3.pdf (293 pages, 11917139 bytes).
Transcript written on seco3.log.
touch first_run
for i in *blx.aux; do \
  bibtex $i; \
  done
I couldn't open file name `*blx.aux'
make: *** [biblio] Error 1

Downgrading to 1.4c-1 makes it work again. You can check on my book
(which already went to press :-D so it's not a pressing bug for me
anymore) by cloning the Git repository at:

  http://seminario.edusol.info/seco3.git/

Thanks a lot,


signature.asc
Description: Digital signature


Bug#637127: biblatex: Version 1.6-1 breaks refsection=part functionality

2011-12-20 Thread Jan Hauke Rahm
Ah crap, Gunnar, I totally for got about this bug report. Sorry!

On Mon, Aug 08, 2011 at 11:53:50AM -0500, Gunnar Wolf wrote:
 Upon installing biblatex 1.6-1, my book (which includes a references
 section per part) no longer generates the partial *.blx.aux files when
 being built. My preamble includes:
 
 \usepackage[style=authoryear, backref=true, backrefstyle=two,
 refsection=part, block=ragged]{biblatex}
 \ExecuteBibliographyOptions{ autocite=inline, sortcites=true,
 labelyear=true, uniquename=true}
 \bibliography{seco3}
 
 So, from the seco3.bib file, four files (one per part --
 seco31.blx.aux, seco32.blx.aux, seco33.blx.aux, seco34.blx.aux) should
 be generated, and bibtex is run for each. Of course, if I run bibtex
 on the core seco3.aux file, the complete reference section is repeated
 at the end of each part.

I don't suppose it's fixed in the current version?

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#637127: biblatex: Version 1.6-1 breaks refsection=part functionality

2011-08-08 Thread Gunnar Wolf
Package: biblatex
Version: 1.6-1
Severity: normal

Upon installing biblatex 1.6-1, my book (which includes a references
section per part) no longer generates the partial *.blx.aux files when
being built. My preamble includes:

\usepackage[style=authoryear, backref=true, backrefstyle=two,
refsection=part, block=ragged]{biblatex}
\ExecuteBibliographyOptions{ autocite=inline, sortcites=true,
labelyear=true, uniquename=true}
\bibliography{seco3}

So, from the seco3.bib file, four files (one per part --
seco31.blx.aux, seco32.blx.aux, seco33.blx.aux, seco34.blx.aux) should
be generated, and bibtex is run for each. Of course, if I run bibtex
on the core seco3.aux file, the complete reference section is repeated
at the end of each part.

Downgrading to 1.4c-1 fixes the problem.

Full sources for the book are available on request (of course, I'm not
inlining them here in order not to bloat the BTS and your mailbox)

Greetings,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages biblatex depends on:
ii  dpkg  1.16.0.3   Debian package management system
ii  etoolbox  2.1-1  Toolbox for LaTeX class and packag
ii  logreq1.0-1  LaTeX compiling helper
ii  tex-common2.10   common infrastructure for building
ii  texlive-latex-base2009-13TeX Live: Basic LaTeX packages
ii  texlive-latex-extra   2009-10TeX Live: LaTeX supplementary pack
ii  texlive-latex-recommended 2009-13TeX Live: LaTeX recommended packag

Versions of packages biblatex recommends:
pn  biber none (no description available)

biblatex suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org