1

I am having trouble getting bibtex to cite properly.

I am fairly new to LaTeX so please forgive me for any ignorance.

I am using Texmaker to utilise LaTeX.

Here is my code:

\documentclass[12pt]{report}
\usepackage{biblatex}
\addbibresource{test.bib}

\begin{document}

hello \cite{AAA}

\printbibliography
\end{document}

Bibliography code

@book{AAA,
title = {apples and oranges},
author = {Fruit Shop},
year = {2000},
publisher={fruit}

Interestingly, the $\addbibresource$ is marked in bold blue font? Why is this?

The output is

Output

I have tried running the document in the sequence:

quickbuild
BibTeX
quickbuild
quickbuild

But this does not seem to help.

Please help!

cfr
  • 198,882

0 Answers0