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
backend=bibtex- you should really usebackend=biberand run Biber, though)? Question mark or bold citation key instead of citation number. Read Biblatex with Biber: Configuring my editor to avoid undefined citations to find out how to make your editor run Biber for you. If you ran Biber there should be a.blgfile. What does it say? Troubleshooting for biber. – moewe Jan 05 '18 at 00:10Nothing happens i am still getting pdf file without bibliography
– Hadson Jan 05 '18 at 00:43[tex-core]; an error in that realm could occur only if there is actually some input to process, but here the problem is that none is found. – barbara beeton Jan 05 '18 at 01:03.blgfile say? – moewe Jan 05 '18 at 07:03This is BibTeX, Version 0.99dThe top-level auxiliary file: praca.aux The style file: biblatex.bst A level-1 auxiliary file: rozdzial2.aux A level-1 auxiliary file: rozdzial1.aux A level-1 auxiliary file: rozdzial3.aux A level-1 auxiliary file: rozdzial4.aux Database file #1: praca-blx.bib Database file #2: bibliografia.bib Biblatex version: 3.8– Hadson Jan 05 '18 at 08:08bibliografia.bibvsmybib.bib. Which do you want? Are you sure you have the right.bibfiles. – moewe Jan 05 '18 at 08:12