Bibtex pb in bookends 10.4.4
Posted: Thu Feb 19, 2009 6:25 am
hello,
I am trying to generate a bib file with "Biblio>Bibliography formatter" but the file produced cannot be compiled by bibtex (which was possible with the previous version of bookends)
Here is the produced code (not ok for compilation):
The previous (which is ok for compilation) was :
Actually, two majors errors:
- { and } for each field disappeared in the new version
- blank fields appears which produces errors (e.g. "pages= " in this example)
how to solve this ? I didn't find anything in the config windows....
thanks !
jérémie
I am trying to generate a bib file with "Biblio>Bibliography formatter" but the file produced cannot be compiled by bibtex (which was possible with the previous version of bookends)
Here is the produced code (not ok for compilation):
Code: Select all
@Misc{OMGUML03,
author = OMG,
title = {2nd revised submission to OMG RFP ad/00-09-02 - Unified Modeling Language : Superstructure - version 2.0},
institution = Object Management Group,
volume = ad/2003-01-02,
pages =
year = 2003,
abstract =
location =
keywords = { }}
Code: Select all
@misc{OMGUML03,
author = {OMG},
title = {2nd revised submission to {OMG RFP} ad/00-09-02 - {U}nified {M}odeling {L}anguage : {S}uperstructure - version 2.0},
howpublished= {Object Management Group},
volume = {ad/2003-01-02},
year = {2003}}
- { and } for each field disappeared in the new version
- blank fields appears which produces errors (e.g. "pages= " in this example)
how to solve this ? I didn't find anything in the config windows....
thanks !
jérémie