On Tuesday 17 December 2002 7:00 pm, Mark van Rossum wrote:
Thanks Mark. I won't fix this. Instead, I'm going to use a little shell
script to run bibtex on your database and generate a latex file from it,
loading that into lyx.
Regards,
Angus
> Hi,
>
> I found a small bug with the bibtex interface.
>
> Like many other programs, it assumes that there is different item on each
> line. Like:
> @BOOK{x
> author = "me",
> title="TBA"
> }
>
> But:
> @BOOK{x, author = "me",title="TBA" }
>
> is valid as well. But this is not correctly parsed in the little info
> window.
>
> (Lyx 1.2.1 and 1.2.2)