0

I have a problem. I'm working on my document on MacOS using prepared template. The problem i to generate bibliography. During compilation error occur - Bibliography empty. Here is my configuration:

\usepackage[
style=numeric,
sorting=none,
language=autobib,
autolang=other,
urldate=iso8601,
backref=false,
isbn=true,
url=false,
maxbibnames=3,
backend=bibtex]{biblatex}

\addbibresource{mybib.bib}

I tryied backend as biber and mpm --install and --update both biber and bibtex does not working. Can anyone help ? Thanks

Hadson
  • 55

1 Answers1

0

It started working when i added \nocite{*} before printing bibliography. Earlier i had it but i did not compile it using console only texmaker that was probably the reason why it did not occured. After that i ctrl + z my file and i was trying to compile it by bibtex without nocite.

Hadson
  • 55