Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#526148: latexmk: please add support for bibtopic

3 views
Skip to first unread message

Vincent Lefevre

unread,
Apr 29, 2009, 11:40:11 AM4/29/09
to
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

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

Vincent Lefevre

unread,
Apr 29, 2009, 12:30:08 PM4/29/09
to
tags 526148 + fixed-upstream
thanks

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)

0 new messages