0

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!

moewe
  • 175,683
  • 1
    Did you call Biber on your file? You need to run LaTeX (or your favourite flavour of LaTeX like XeLaTeX, LuaLaTeX), Biber, LaTeX, LaTeX on your file. See https://tex.stackexchange.com/q/63852/35864. See https://tex.stackexchange.com/q/154751/35864 for help on getting your editor to run Biber. – moewe Sep 15 '19 at 11:04
  • I didn't understand how to call Biber. I'm using WinEdt (had a lot of trouble with MikTex+TeXmaker). In WinEdt they say to "Open the macro file Install.edt in WinEdt, and execute it..." but I don't know where to find this file. Any ideas? – Dan Eran Sep 15 '19 at 11:20
  • Sorry, I don't use WinEdt. https://tex.stackexchange.com/q/154751/35864 has very detailed instructions for many editors, including WinEdt. – moewe Sep 15 '19 at 11:54
  • 1
    It should be installed with the Latexify configuration component, that you'll find at this page of WinEdt.org – Bernard Sep 15 '19 at 11:56
  • B.t.w. Welcome to TeX SX! – Bernard Sep 15 '19 at 12:10
  • Did you manage to solve your problem? If so, how? – moewe Sep 17 '19 at 15:17
  • Any news here? If there is no new development here in due time I will vote to close this question as duplicate of the standard "how can I get my editor to run Biber for me" question. – moewe Sep 20 '19 at 15:00

0 Answers0