
Wenn ich „Build & View“ in TeXstudio ausführe, wird Biber etwa 5-7 Mal ausgeführt. Außerdem wird die Bibliographie falsch erstellt, wobei jedes Zitat mit der Nummer 0 aufgezählt wird. Vorher hat es einwandfrei funktioniert. Ich glaube, es ist passiert, nachdem ich auf „Zusatzdateien bereinigen …“ geklickt habe. Jetzt macht es mich wirklich verrückt. Nicht nur, weil die Bibliographie nicht richtig erstellt wird, sondern weil das Erstellen des PDF so viel Zeit in Anspruch nimmt, weil Biber mehrmals ausgeführt wird.
Dies ist in meiner .tex-Konfiguration:
\usepackage[style=numeric,backend=biber,sorting=none,defernumbers=true]{biblatex}
Dies ist die Meldung, die ich nach dem Erstellen des PDF erhalte:
Process started: "/usr/local/texlive/2015/bin/x86_64-darwin/biber" "masterthesis"
INFO - This is Biber 2.1
INFO - Logfile is 'masterthesis.blg'
INFO - Reading 'masterthesis.bcf'
INFO - Found 7 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'masterthesis.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'masterthesis.bib'
INFO - Overriding locale 'de-DE' defaults 'normalization = NFD' with 'normalization = prenormalized'
INFO - Overriding locale 'de-DE' defaults 'variable = shifted' with 'variable = non-ignorable'
INFO - Sorting list 'none' of type 'entry' with scheme 'none' and locale 'de-DE'
INFO - No sort tailoring available for locale 'de-DE'
INFO - Writing 'masterthesis.bbl' with encoding 'UTF-8'
INFO - Output to masterthesis.bbl
INFO - WARNINGS: 0
Process exited normally
Process started: /Library/TeX/texbin/pdflatex -synctex=1 -interaction=nonstopmode "masterthesis".tex
Process exited normally