1

Sample code is taken from ShareLatex, where it works fine.

Why TeXnicCenter do not generate bibliography list?

\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\bibliography {Sample}
\usepackage{biblatex}
\addbibresource{Sample.bib}

\title{Bibliography management: \texttt{biblatex} package}
\author{Share\LaTeX}

\begin{document}

\maketitle

This document is an example of \texttt{biblatex} package using in bibliography management. Three items are cited: \textit{The \LaTeX\ Companion} book \cite{latexcompanion}, the Einstein journal paper \cite{einstein}, and the Donald Knuth's website \cite{knuthwebsite}. The \LaTeX\ related items are \cite{latexcompanion,knuthwebsite}. 

\medskip

\printbibliography

\end{document}

enter image description here

enter image description here

0 Answers0