Search found 1 match

by ntg
Tue Jul 19, 2011 10:26 pm
Forum: BibTeX, biblatex and biber
Topic: Reseting cite counter and separate bibliographies
Replies: 2
Views: 8974

Reseting cite counter and separate bibliographies

multibbl does exactly what you want:

\usepackage{multibbl}
.....
\newbibliography{bk}%book cahpter
\newbibliography{jrn}
\newbibliography{conf}

\cite{bk}{vdtn-2010-bkch}
\cite{jrn}{rmpg-2004-simpat}
\cite{jrn}{rmpg-2003-SpecIssue}
\cite{jrn}{rmpg-2003-WileyInterScience}
\cite{jrn ...