Incorrect bibtex generation
knopf - November 7, 2009 - 20:59
| Project: | Bibliography Module |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
The bibtex generator needs to mask Latex control codes. For example:
& -> \&
% -> \%
etc.
Otherwise it produces bibtex entries like this '{Journal = "Systems & Software"}', which produces a bug when you generate the bbl entry with bibtex.

#1
Fix in the next release.