I am not able to create a bibliography with biblatex and can't figure out what the problem might be. Below are the steps I have taken which I thought would work. What am I doing wrong?
- I am using:
- MiKTeX 2.9
- TeXnicCenter 2.0 Beta 1 (64 bit)
- JabRef 2.10
- I downloaded and copied manually biber.exe to my MiKTeX directory:
- this step was advised here
C:\Program Files\MiKTeX 2.9\miktex\bin\x64\biber.exe
- I created a new project in TeXnixCenter and a
reference.bibfile in JabRef (both in utf-8):
LaTeX
\documentclass{article}
\usepackage[backend=biber]{biblatex}
\addbibresource{reference.bib}
\begin{document}
\cite{ref1}
\printbibliography
\end{document}
Bib-File
% This file was created with JabRef 2.10.
% Encoding: UTF8
@Article{ref1,
Title = {Title},
Author = {Phil},
Journaltitle = {Journal},
Year = {2014},
Owner = {Phil},
Timestamp = {2014.05.03}
}
- I set up the output profile in TeXnicCenter:

- I compiled several times in order to create the document but I only recived these warnings:
...

...
.blgin the directory of your example? If yes, does it show errors/warnings? – musicman May 03 '14 at 15:50pdflatex nameofyourdocument" and hit enter. Then typebiber nameofyourdocument` and hit enter. (Don't use the extension ".tex" only the name). – Ulrike Fischer May 03 '14 at 15:52.bib-file, too? – musicman May 03 '14 at 16:51.bibfile looks perfectly fine to me. What happens if you just runbiberon the command line (without giving the file name or anything)? What doesbiber -voutput? – moewe May 03 '14 at 17:09recode_data.xmlor did it change? – musicman May 03 '14 at 17:16