Re: pybcompact and muliple citations

Stefan Huesselbeck <huesselbeck-NE7bNKZAKeJ7NQr57o4jwQVxpO4MH7jVN4m7Pu7SEpc@public.gmane.org>
Newsgroups gmane.comp.gnome.apps.pybliographer
Message-ID <[email protected]>
Frederic Gobry wrote:
>>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.
My .aux file contains these entries:

\citation{first:02,second/etal:04b}
\bibdata{bibdb}
\bibcite{second/etal:04b}{1}
\bibcite{first:02}{2}

> What style / class did you use in your latex file?
\bibliographystyle{plain}

I played with a little testfile, so no other special classes loaded:

\documentclass[a4paper]{llncs}
\usepackage[T1]{fontenc}
\usepackage[T1]{url}
\usepackage[latin1]{inputenc}
\usepackage{ae}

Thanks for your help.

Stefan



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.