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!
BibTeX, biblatex and biber ⇒ biblatex not working in WinEdt
NEW: TikZ book now 40% off at Amazon.com for a short time.
biblatex not working in WinEdt
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
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