Bibliography is not showing up:
\documentclass[a4paper,12pt,times,numbered,print,index]{Classes/PhDThesisPSnPDF}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amsthm, amssymb}
\usepackage[table,xcdraw]{xcolor}
\usepackage{hyperref}
\usepackage{booktabs}
\bibliographystyle{apalike}
\cleardoublepage
\bibliography{library}
Absolutely nothing happens. Not even a .blg file is produced. Running with pdflatex, bibtex, pdflatex, pdflatex. The bib file is produces by Mendeley. And .bbl is empty.
In Winedt I get:
I found no \bibdata command---while reading file thesis.aux I found no \bibstyle command---while reading file thesis.aux (There were 2 error messages)
There is not \bibstyle{...} or \bibdata{...} in my .aux file.
backend=biber, you shouldbiberinstead ofbibtex. – Mico Sep 01 '15 at 13:38style=numeric-comp, citestyle=numericseems odd to me, it will produce exactly the output ofstyle=numeric(asnumericandnumeric-compdiffer only in their cite styles), or did you wantstyle=numeric-comp. You will have to run Biber steadiness of BibTeX, see Biblatex with Biber: Configuring my editor to avoid undefined citations for help on the configuration of your editor. – moewe Sep 01 '15 at 13:47\RequirePackage[backend=biber, ...]{biblatex}is fine. It's just that you need to run pdfLaTeX, biber (not BibTeX!), and pdfLaTeX twice more.biberandbibtexare two external, "back-end" programs. – Mico Sep 01 '15 at 14:01bibtex foo.auxbybiber foo. If you use another way to compile your document, please let us know. – moewe Sep 01 '15 at 14:10biblatex. I will re-tag your question appropriately. You will need to make sure to run BibTeX. See http://tex.stackexchange.com/q/63852/35864 – moewe Sep 01 '15 at 14:24biblatexin your document. Please explain in more detail how the second approach does not work. – moewe Sep 01 '15 at 14:27\end{document}left in one of the\input/\included chapters blocking further execution of bibliography commands at the end. (See self-answer below.) – moewe Sep 01 '15 at 14:56