1

I'm trying to write my thesis using overleaf, but having trouble with the referencing. I've been told to use BibLaTEX but it doesn't seem to be formatting correctly see 1. From what I gather it's because I don't have the external software downloaded, but I'm confused as to what specifically I need and where to find it. I thought I downloaded this from CTAN, but all I found was a folder of .bib files and I'm not sure how that helps? 2 is the error message I recieve :/

Any advice would be much appreciated!

Here is my code, I try changing the style and the brackets in my doc change (but not the citation).

This is my new ref.bib

@book{williams_transmission_2008,
    location = {New York},
    edition = {2nd ed},
    title = {Transmission electron microscopy: a textbook for materials science},
    isbn = {978-0-387-76500-6},
    shorttitle = {Transmission electron microscopy},
    pagetotal = {4},
    publisher = {Springer},
    author = {Williams, David B. and Carter, C. Barry},
    date = {2008},
    keywords = {Materials, Microscopy, Transmission electron microscopy}
}

And this is my new test document, and the same image issue 3

\documentclass{report}
\usepackage[style=science, citestyle=numeric, sorting=ynt]{biblatex}
\addbibresource{ref} % the ref.bib file

\begin{document}

Hi there, Stackoverflowers \cite{williams_transmission_2008}


\printbibliography 
\end{document}

0 Answers0