
| BibTeX Import and Export |
|
|
|
| Saturday, 16 January 2010 19:49 |
|
BibTeX Import and Export
Please make sure that the file to be imported is really a BibTeX database file. If not, you will not be very happy with whatever happens next... However, in case something went wrong, you can always delete faulty records one by one or together. When importing BibTeX files, errors may occur that can even lead to a crash of the application. (This is extremely rare, though.) Try to avoid, therefore, that the file to be imported has characters outside the brackets {}. Please do not use BibTeX files in which there are no spaces before the field entries. This would NOT work: @article{migliaccio-etal:04, author = {Migliaccio, F. and M. Reguzzoni and F. Sansò}, title = {Space-wise approach to satellite gravity field determination in the presence of coloured noise} } Instead, you would need to reformat this, for instance, into: @article{migliaccio-etal:04, author = {Migliaccio, F. and M. Reguzzoni and F. Sansò}, title = {Space-wise approach to satellite gravity field determination in the presence of coloured noise} } Please make sure, too, that the last curly bracket is placed into a separate line as in the examples above. Otherwise, WibTeX will not recognize the end of the record correctly. Moreover, there must not be any paragraph mark within a field, i.e. between curly brackets or quotation marks. WibTeX has become more stable with every new version. You can now even import structures such as title = "My Title" # hallo,. (During the export, the records in the database are converted into the BibTeX format and stored in a text file with suffix *.bib. You can choose the place where to store the file.) TeX code for special characters such as "u for is automatically converted before the import takes place. Create a BibTeX-Preamble
|