BibTeX, biblatex and biber ⇒ RefWorks in Overleaf
RefWorks in Overleaf
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
- Error.png (69.46 KiB) Viewed 2318 times
-
- 3
- AddURLFile.png (162.76 KiB) Viewed 2318 times
-
- 2
- GetLinkInGoogleDrive.png (22.22 KiB) Viewed 2318 times
-
- 1
- ExportFromRefWorks.png (36.01 KiB) Viewed 2318 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
RefWorks in Overleaf
Code: Select all
\bibliography{Library.bib}
Code: Select all
\bibliography{Library}
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