BibTeX, biblatex and biberRefWorks in Overleaf

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
TheresaB
Posts: 1
Joined: Sun Jul 28, 2019 1:16 am

RefWorks in Overleaf

Post by TheresaB »

Hi there,
I am looking for help. I am trying to import my Refworks library into overleaf, but somehow I am not able to cite in my text. I am not sure if I did a mistake in the link or I need to cite different. It would be great to get some help. Here is how I did it:
* I exported my files in RefWorks as a .bib file (ExportFromRefWorks - picture)
* Uploaded the file into my google drive and shared the link (GetLinkInGoogleDrive - picture)
* Went to Overleaf, added a new File with URL - URL from the link and as file name Library.bib (AddURLFile - picture)
* When compiling I do get error messages, but I am not able to change anything in the imported URL file (Error - picture)
* When I cite one of my papers, it does not find anything. I don't really know what I am doing wrong.

I am using before the document:
\usepackage{natbib}
\usepackage{textcomp}
\bibliographystyle{agsm}

In the document:
\citet{RefWorks:18}

\bibliography{Library.bib}


I would be so grateful for help
Thank you, Theresa
Attachments
4
4
Error.png (69.46 KiB) Viewed 2206 times
3
3
AddURLFile.png (162.76 KiB) Viewed 2206 times
2
2
GetLinkInGoogleDrive.png (22.22 KiB) Viewed 2206 times
1
1
ExportFromRefWorks.png (36.01 KiB) Viewed 2206 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

RefWorks in Overleaf

Post by rais »

perhaps it helps if you change

Code: Select all

\bibliography{Library.bib}
to

Code: Select all

\bibliography{Library}
Anyway, your Library.bib.bib seems to be in html format (and not in .bib format)
Since I'm not at the university of Auckland, I didn't attempt to open the file...curiously, there it's called `Library.bib' and not `Library.bib.bib', as the BibTeX messages suggest

KR
Rainer
Post Reply