BibTeX, biblatex and biberbiblatex not working in WinEdt

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
dane
Posts: 4
Joined: Fri Sep 13, 2019 10:17 am

biblatex not working in WinEdt

Post by dane »

Hey,

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

biblatex not working in WinEdt

Post by rais »

I'm no WinEdt user, but it sounds like you haven't configured WinEdt to use biber instead of BibTeX or your call of biber failed for some reason.
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
Post Reply