B.17.6 |
Multiple Bibliographies with the multibib package |
|
.
HEVEA provides a slighty uncomplete implementation of the
multibib package. The one non-implemented feature is the
simultaneous definition of more than one bibliography.
That is one cannot invoke \newcites
as follows :
\newcites{suf1, suf2}{Title1, Title2}
Instead, one should perform to calls to the \newcites
command :
\newcites{suf1}{Title1}
\newcites{suf2}{Title2}