I have a bib file that I have been using with BibTeX for a number of years. I have now switched to creating my bibliographies with biber and the biblatex package. Every once in a while I need to manipulate a field or add a field into the bib file to get the most out of biblatex. This works fine from a technical stand point. From a user interface vantage, this is an utter failure with JabRef which I use to manage my bib file on Linux. If I add a biblatex specific field JabRef doesn't display it nicely. If I switch JabRef to biblatex mode it doesn't handle my old bib entries well. For example, I run into major problems with the BibTeX year field and the biblatex date field as well as the journal versus journatitle fields.
Is there a GUI that runs on Linux for managing a bib file that has both BibTeX and biblatex fields? I think that at this point I would be comfortable converting my bib file from BibTeX to biblatex. Is there a converter that does this? I am a little worried that this will make importing citations from the web difficult since most publishers still use the BibTeX fields.
journaltitlefield below everyjournalfield. – Chris H Aug 14 '13 at 10:47biblatexwill treatjournalas an alias forjournaltitle, so you could just leave this alone (and avoid duplication). On the other hand, if you are happy to switch tobiblatex-only working then a text editor is probably the best way to rename the fields. – Joseph Wright Aug 14 '13 at 11:38journaltojournaltitle. – Torbjørn T. Aug 14 '13 at 12:04biblatextreats it as an alias, but JabRef does not. I was hoping that someone with better regex foo than me had a converter. While I could probably figure out how to changejournaltojournaltitlechangingmonthto a numeric value and then combining withyearto formdateis beyond me. – StrongBad Aug 14 '13 at 12:49biblatexmode. – henrique Aug 14 '13 at 16:23biblatexmode (I mention it in my question). The problem isbiblatexmode doesn't work withbibtextypebibfiles. – StrongBad Aug 14 '13 at 17:18:$– henrique Aug 14 '13 at 17:25RequireorOptionalfields inoptions/customize entry typesand write thebiblatexfield and click in add button (Not select from the list). – Carlos Lanziano Sep 23 '14 at 03:39option/set up general fields. For example:Biblatex:jurnaltitle;booktitle;addendum;maintitle;booksubtitle;eventtitle;venueAdd a new tab with the name
biblatexand these fields.It helps?
– Carlos Lanziano Sep 23 '14 at 03:49