I downloaded this thesis template:
https://www.overleaf.com/latex/templates/bredele/wyhhrmqjbdbv#.WTgYPcaB3-Z
PROBLEM: Citations not working and bibliography not showing:
This is BibTeX, Version 0.99d (TeX Live 2016) The top-level auxiliary file: main.aux I found no \citation commands---while reading file main.aux I found no \bibdata command---while reading file main.aux I found no \bibstyle command---while reading file main.aux (There were 3 error messages)
I am using TexMaker.
I tried several solutions online but nothing worked.
bibernotbibtexto be used withbiblatex, hencebibtexis not finding the expected contents. See Biblatex with Biber: Configuring my editor to avoid undefined citations, specifically this answer (I would advise you to follow the second suggestion of addingbiberas a separate user command as reconfiguring Quick build will break it for documents usingbibtex). – Dai Bowen Jun 07 '17 at 15:31Bibercommand same as you told me and it worked. I also tried an alternative by using texmaker that hasBibercommand and it worked too. – EddyG Jun 07 '17 at 15:41biber(via command line would work just as well), the appropriatebblfile will be generated (barring errors in thebibfile) and all should work. – Dai Bowen Jun 07 '17 at 15:42