latexmk fails to generate the bibliographies when the bibtopic package
is used. The following files could be used in a testcase.
doc.tex
------------------------------------------------------------
\documentclass{article}
\usepackage{bibtopic}
\begin{document}
\bibliographystyle{plain}
\begin{btSect}{articles}
\section{References from articles}
\btPrintAll
\end{btSect}
\begin{btSect}{books}
\section{References from books}
\btPrintAll
\end{btSect}
\end{document}
------------------------------------------------------------
articles.bib
------------------------------------------------------------
@article{Article1,
author = {Author1},
title = {Title 1},
journal = {Journal},
year = {2009}
}
------------------------------------------------------------
books.bib
------------------------------------------------------------
@book{Book2,
author = {Author2},
title = {Title 2},
publisher = {Publisher},
year = {2009}
}
------------------------------------------------------------
-- System Information:
Debian Release: squeeze/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages latexmk depends on:
ii perl 5.10.0-19 Larry Wall's Practical Extraction
ii texlive-latex-base 2007.dfsg.2-3 TeX Live: Basic LaTeX packages
Versions of packages latexmk recommends:
ii evince [postscript-viewer] 2.24.2-2+b1 Document (postscript, pdf) viewer
ii ghostscript [postscript-vi 8.64~dfsg-1.1 The GPL Ghostscript PostScript/PDF
ii gv [postscript-viewer] 1:3.6.7-1 PostScript and PDF viewer for X
ii xpdf-reader [pdf-viewer] 3.02-1.4 Portable Document Format (PDF) sui
ii xpdf-utils [pdf-viewer] 3.02-1.4 Portable Document Format (PDF) sui
Versions of packages latexmk suggests:
ii ghostscript [gs-common] 8.64~dfsg-1.1 The GPL Ghostscript PostScript/PDF
ii gs-common 8.64~dfsg-1.1 Dummy package depending on ghostsc
-- no debconf information
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
I could check that upstream's version supports bibtopic.
--
Vincent Lefèvre <vin...@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)