I wrote the code for the bibliography:
\usepackage{biblatex}
\addbibresource{xyz.bib}
\printbibliography
But the "Reference Section" is disappear. How I can write Reference Section?
I wrote the code for the bibliography:
\usepackage{biblatex}
\addbibresource{xyz.bib}
\printbibliography
But the "Reference Section" is disappear. How I can write Reference Section?
\cite-like directives? Did you runbiberinbetween LaTeX runs? If so, did you get any error and/or warning messages? What do the messages say? – Mico Jul 12 '21 at 11:04biberis an external program that collects information from the\citedirectives and the\addbibresourcecommand to build the formatted bibliography. I you don't runbiberinbetween LaTeX runs, no bibliography will be built. The template file you're using may or may not contain a mention of the fact that it's essential to runbiber. – Mico Jul 12 '21 at 12:33biblatex), so check for any errors or warnings you might get. – moewe Jul 12 '21 at 14:58