Page 1 of 1

Bibtex bibliography import Date issue.

Posted: Sat Nov 03, 2018 8:38 am
by Maru
Hi all, I'm currently evaluating whether Bookends might be a good replacement for Zotero when working on non-Latex work (using the excellent scan functionality). I have a large existing BibTeX library which I would like to import to Bookends, so I can use Bookends to scan the same BibTex keys I use elsewhere to generate a bibliography in Scrivener. This works great. However, upon importing the BibTex references something goes wrong with the Date/Year field and I cannot figure out why this happens. Hopefully, someone here can help me out. Would be amazing. Thanks in advance :D!

I attached a screenshot with an example of what happens.
Screen Shot 2018-11-02 at 23.35.28.png
Screen Shot 2018-11-02 at 23.35.28.png (181.18 KiB) Viewed 4142 times
And the Bibtex I used to test the import function:

Code: Select all

@BOOK{Graham2006-cn,
  title     = "The Intelligent Investor: The Definitive Book on Value
               Investing. A Book of Practical Counsel (Revised Edition)
               (Collins Business Essentials)",
  author    = "Graham, Benjamin and Zweig, Jason and Buffett, Warren E",
  publisher = "HarperBusiness",
  edition   = "Revised, Subsequent edition",
  month     =  feb,
  year      =  2006,
  url       = "https://www.amazon.com/Intelligent-Investor-Definitive-Investing-Essentials/dp/0060555661/ref=sr_1_1?s=amazon-devices&ie=UTF8&qid=1540472676&sr=8-1&keywords=the+intelligent+investor",
  keywords  = "Private/Chart Analysis",
  language  = "en"
}

@BOOK{Schon1983-xm,
  title     = "The reflective practitioner: How professionals think in action",
  author    = "Schon, Donald A",
  publisher = "Basic Books New York",
  year      =  1983
}

Re: Bibtex bibliography import Date issue.

Posted: Sat Nov 03, 2018 9:24 am
by Jon
There are no quote mark delimiters around month or day. When you add them, the date imports properly

month = "feb",
year = "2006",

Jon
Sonny Software

Re: Bibtex bibliography import Date issue.

Posted: Sat Nov 03, 2018 12:54 pm
by Maru
Ah, makes total sense! Stupid me. A pity that the whole Bibtex file is like that... gonna have to find a way to automatically fix that.
Anyway, thanks for the prompt response :D!

Re: Bibtex bibliography import Date issue.

Posted: Sat Nov 03, 2018 12:57 pm
by Maru
Ow, one little additional question. If I use the recommended cite keys and I accidentally import duplicates, does cleaning the duplicates also replace the unique ID tag? (i.e. does the automatic removal of duplicates removes the one I added later).

Re: Bibtex bibliography import Date issue.

Posted: Sat Nov 03, 2018 6:02 pm
by Jon
Removing duplicates means remove entire references that are duplicates (so you only have one reference in the library). Nothing special is done with the Key field of the remaining reference, it's left as is.

Jon
Sonny Software