BibTeX, biblatex and biber ⇒ biblatex not working in WinEdt
biblatex not working in WinEdt
I'm trying to cite with biblatex on WinEdt. Unfourtanly, 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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
biblatex not working in WinEdt
What's in your .blg file? (you may need to convince Windows of displaying file extensions for known file types, to see a .blg in its explorer)
KR
Rainer