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.
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.
Comments
Comment #1
rjerome commentedFix in the next release.