I'm trying to cite with biblatex on WinEdt. Unfortunately, it doesn't work. Here's the code:
\documentclass{article}
\usepackage[backend=biber, bibencoding=latin1]{biblatex}
\addbibresource{C:/citations/library.bib}
\begin{document}
fsdfsd \textcite{Organski1958}
\printbibliography
\end{document}
Output:
fsdfsd Organski1958
There is no reference list and the citation has no separation between author name and year.
I'm not sure why this is and would appreciate your help very much!
Latexifyconfiguration component, that you'll find at this page of WinEdt.org – Bernard Sep 15 '19 at 11:56