1

I am writing in TexStudio and it builds PdfLatex if I don't include the printbibliography command. But when I include it, it shows printbibliography as an unrecognized command and I don't get Bibliography page into my pdf output.

I have also tried compiling the .bib file (as it was working few days ago) with just one citation, before I actually use the mentioned citation into my .tex file but it does not compile (see the image of an error). I think as I can't compile .bib file, I'm not getting bibliography into the pdf output. Any suggestion? error while compiling the .bib file

\usepackage[ backend=biber, 
style=numeric,
sortlocale=de_DE, 
natbib=true, 
url=true, 
doi=true, 
eprint=false
]  {biblatex} 
\addbibresource{literatur.bib}
% Biblatex Kompatibilität 
\usepackage{csquotes} 

\begin{document}
\include{inhalt/01-Introduction} 
\include{inhalt/02-CHP_systems} 

\listoftables 
\printbibliography 

\begin{appendix} 
\include{Appendix} 
\end{appendix}     
\end{document} 
Yousaf
  • 447

0 Answers0