Jon wrote: ↑Mon Oct 11, 2021 7:09 am
Any edits to a reference in the text file should be preserved (unless you then modify the reference in Bookends of course).
Wow, I didn't expect that one would be possible.
I was a bit worried about the sorting of items in the last couple of days.
Natbib (bibtex) wants the referenced Book to appear after article (incollection) entries for cross-referencing to work.
Code: Select all
@incollection{xxxx,
Author = Mary,
Title = Mary's article
crossref = John2010,
}
@Book{John2010,
Title = Title of the book/collection,
Editor = John,
Year = 2010,
}
If you put the book before the @incollection, the crossref will not work. The tradition is to use tools such as bibtool to sort the entries to behave the right way.
I didn't have any knowledge how BE would sort the entries. Now, if we can edit the text file, we can still use bibtool
https://www.google.com/url?sa=t&rct=j&q ... jd-pHQnuvX or some other tool (such as Jabref) to sort the entries correctly so that cross-referencing will work.