Your message dated Fri, 23 Apr 2010 00:54:07 +0200
with message-id <[email protected]>
and subject line Re: latexmk: please add support for bibtopic
has caused the Debian Bug report #526148,
regarding latexmk: please add support for bibtopic
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
526148: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526148
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: latexmk
Version: 307a-2
Severity: wishlist
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
--- End Message ---
--- Begin Message ---
Version: 1:4.13a-1
On 2009-04-29 18:17:02 +0200, Vincent Lefevre wrote:
> tags 526148 + fixed-upstream
> thanks
>
> I could check that upstream's version supports bibtopic.
Now that a new version has been released, this fixes the bug.
--
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
--- End Message ---