
TeXstudio에서 "Build & View"를 실행하면 약 5-7번 정도 Biber가 실행되기 시작합니다. 또한, 참고문헌을 잘못 작성하고 숫자 0으로 모든 인용문을 열거합니다. 이전에는 잘 작동했습니다. "보조 파일 정리.."를 클릭한 후에 발생한 것 같습니다. 이제는 정말 미치게 만듭니다. 참고문헌이 올바른 방식으로 작성되지 않았을 뿐만 아니라 PDF를 작성하는 데 너무 많은 시간이 걸리기 때문에 biber가 여러 번 실행되기 때문입니다.
이것은 내 .tex 구성에 있습니다.
\usepackage[style=numeric,backend=biber,sorting=none,defernumbers=true]{biblatex}
PDF를 작성한 후 받은 메시지는 다음과 같습니다.
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