Re: pybcompact and muliple citations
Frederic Gobry <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pybliographer |
|---|---|
| Message-ID | <[email protected]> |
> LaTeX and BibTex support multiple citations like
>
> \cite{first:02,second/etal:04b}
>
> But pybcompact gives me this error:
>
> pybtex: warning: the following keys were not resolved
> first:02,second/etal:04b
When I compile the following document:
\documentclass{article}
\begin{document}
\cite{first:02,second/etal:04b}
\end{document}
... I obtain a .aux file that contains the following lines:
\relax
\citation{first:02}
\citation{second/etal:04b}
...and pybcompact works, as the citations were split by latex itself.
What style / class did you use in your latex file?
Frédéric
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBvrJfFjQHpltE9KURAsswAKCevzsEnhkG2Huk+vg36Fn8X6eIFQCgxNQL +50C7mywISjzE7ZQuXS7Ktc= =/jy7 -----END PGP SIGNATURE-----