![참고문헌이 컴파일되지 않습니다(biblatex 패키지 사용).](https://rvso.com/image/335491/%EC%B0%B8%EA%B3%A0%EB%AC%B8%ED%97%8C%EC%9D%B4%20%EC%BB%B4%ED%8C%8C%EC%9D%BC%EB%90%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4(biblatex%20%ED%8C%A8%ED%82%A4%EC%A7%80%20%EC%82%AC%EC%9A%A9).%20.png)
턱받이 파일을 편집할 때 문제가 발생했는데, 이는 biblatex 패키지나 biber 또는 해당 호환성에 연결된 것 같습니다. bib 파일에 있는 참고문헌 항목 중 하나의 필드(내 생각에는 "번역자" 필드였던 것 같습니다)를 변경하기 전에는 모든 것이 잘 작동했습니다. 이렇게 변경한 후 오류 메시지를 받았습니다. 변경 사항을 취소했지만 문제가 계속 발생하여 biblatex
패키지가 활성화된 모든 tex 문서에 영향을 미쳤습니다. 로그에는 다음 항목이 있습니다.
Package biblatex Warning: File 'MWE.bbl' is wrong format version - expected 2.7
LaTeX Warning: Empty bibliography on input line 36.
LaTeX Warning: There were undefined references.
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) MWE
(biblatex) and rerun LaTeX afterwards.
문서 에서 biblatex
biber 2.5가 biblatex 3.4
. 그리고 그것이 바로 내가 가진 것입니다. tex 파일의 MWE:
\documentclass[12pt,a4paper]{article}
\usepackage{cmap}
\usepackage{mathtext}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usepackage{indentfirst}
\usepackage{letltxmacro}
\usepackage[blocks]{authblk}
\usepackage{hyperref}
\usepackage{xparse}
\frenchspacing
\usepackage{lipsum}
\usepackage[backend=biber,bibencoding=utf8,sorting=nyt,maxcitenames=2,maxbibnames=999,style=gost-authoryear,language=auto,autolang=other]{biblatex}
\usepackage{csquotes}
\addbibresource{GOST.bib}
\begin{document}
\author[i]{И.\,О.~Фамилия1}
\affil[i]{affil1 }
\title{Название}
\date{}
\maketitle
\lipsum
\nocite{*}
\printbibliography
\end{document}
턱받이 파일:
@article{reverberi2012deduction,
title={Deduction without awareness},
author={Reverberi, Carlo and Pischedda, Doris and Burigo, Michele},
journal={Acta psychologica},
volume={139},
number={1},
pages={244--253},
year={2012},
publisher={Elsevier}
}
@article{lisanyuketal,
title={From the neuron doctrine to neural networks},
author={Лисанюк, Елена Николаевна and Грфцова, Ирина Николаевна and Мигунов, Анатолий Иванович},
journal={Журнал по аргументации},
volume={16},
number={8},
pages={487--497},
year={2015}
}
편집하다
로그의 파일 목록:
*File List*
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size12.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
cmap.sty 2008/03/06 v1.0h CMap support: searchable PDF
mathtext.sty 1999/01/28 v1.0 transparent text-and-math defs
fontenc.sty
t2aenc.def 2005/09/27 v1.0i Cyrillic encoding definition file
t2acmr.fd 2001/08/11 v1.0a Computer Modern Cyrillic font definitions
inputenc.sty 2015/03/17 v1.2c Input encoding file
utf8.def 2016/02/28 v1.1s UTF-8 support for inputenc
t1enc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc
ot1enc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc
omsenc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc
t2aenc.dfu 2016/02/28 v1.1s UTF-8 support for inputenc
babel.sty 2016/04/23 3.9r The Babel package
english.ldf 2012/08/20 v3.3p English support from the babel system
russianb.ldf 2016/02/18 1.3h Russian support for the Babel system
indentfirst.sty 1995/11/23 v1.03 Indent first paragraph (DPC)
letltxmacro.sty 2016/05/16 v1.5 Let assignment for LaTeX macros (HO)
authblk.sty 2001/02/27 1.3 (PWD)
hyperref.sty 2016/05/05 v6.83n Hypertext links for LaTeX
hobsub-hyperref.sty 2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO)
hobsub-generic.sty 2016/05/16 v1.14 Bundle oberdiek, subset generic (HO)
hobsub.sty 2016/05/16 v1.14 Construct package bundles (HO)
infwarerr.sty 2016/05/16 v1.4 Providing info/warning/error messages (HO)
ltxcmds.sty 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
ifluatex.sty 2016/05/16 v1.4 Provides the ifluatex switch (HO)
ifvtex.sty 2016/05/16 v1.6 Detect VTeX and its facilities (HO)
intcalc.sty 2016/05/16 v1.2 Expandable calculations with integers (HO)
ifpdf.sty 2016/05/14 v3.1 Provides the ifpdf switch
etexcmds.sty 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
kvsetkeys.sty 2016/05/16 v1.17 Key value parser (HO)
kvdefinekeys.sty 2016/05/16 v1.4 Define keys (HO)
pdftexcmds.sty 2016/05/10 v0.21 Utility functions of pdfTeX for LuaTeX (HO)
pdfescape.sty 2016/05/16 v1.14 Implements pdfTeX's escape features (HO)
bigintcalc.sty 2016/05/16 v1.4 Expandable calculations on big integers (HO)
bitset.sty 2016/05/16 v1.2 Handle bit-vector datatype (HO)
uniquecounter.sty 2016/05/16 v1.3 Provide unlimited unique counter (HO)
hopatch.sty 2016/05/16 v1.3 Wrapper for package hooks (HO)
xcolor-patch.sty 2016/05/16 xcolor patch
atveryend.sty 2016/05/16 v1.9 Hooks at the very end of document (HO)
atbegshi.sty 2016/05/16 v1.17 At begin shipout hook (HO)
refcount.sty 2016/05/16 v3.5 Data extraction from label references (HO)
hycolor.sty 2016/05/16 v1.8 Color options for hyperref/bookmark (HO)
keyval.sty 2014/10/28 v1.15 key=value parser (DPC)
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
auxhook.sty 2016/05/16 v1.4 Hooks for auxiliary files (HO)
kvoptions.sty 2016/05/16 v3.12 Key value format for package options (HO)
pd1enc.def 2016/05/05 v6.83n Hyperref: PDFDocEncoding definition (HO)
puenc.def 2016/05/05 v6.83n Hyperref: PDF Unicode definition (HO)
hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
url.sty 2013/09/16 ver 3.4 Verb mode for urls, etc.
hpdftex.def 2016/05/05 v6.83n Hyperref driver for pdfTeX
rerunfilecheck.sty 2016/05/16 v1.8 Rerun checks for auxiliary files (HO)
xparse.sty 2016/05/18 v6512 L3 Experimental document command parser
expl3.sty 2016/05/18 v6512 L3 programming layer (loader)
expl3-code.tex 2016/05/18 v6512 L3 programming layer
l3pdfmode.def 2016/03/26 v6465 L3 Experimental driver: PDF mode
lipsum.sty 2014/07/27 v1.3 150 paragraphs of Lorem Ipsum dummy text
biblatex.sty 2016/05/14 v3.4 programmable bibliographies (PK/JW/AB)
iftex.sty 2013/04/04 v0.2 Provides if(tex) conditional for PDFTeX, XeTeX,
and LuaTeX
etoolbox.sty 2015/08/02 v2.2a e-TeX tools for LaTeX (JAW)
logreq.sty 2010/08/04 v1.0 xml request logger
logreq.def 2010/08/04 v1.0 logreq spec v1.0
ifthen.sty 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
xstring.sty 2013/10/13 v1.7c String manipulations (C Tellechea)
blx-dm.def
biblatex-gost.dbx
gost-authoryear.dbx
biblatex-dm.cfg
blx-compat.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
biblatex.def 2016/05/14 v3.4 biblatex compatibility (PK/JW/AB)
biblatex-gost.def 2016/04/05 v1.6 biblatex-gost styles
gost-standard.bbx 2016/04/05 v1.6 biblatex-gost styles
gost-authoryear.bbx 2016/04/05 v1.6 biblatex-gost styles
gost-authoryear.cbx 2016/04/05 v1.6 biblatex-gost styles
biblatex.cfg
csquotes.sty 2016/01/31 v5.1g context-sensitive quotations (JAW)
csquotes.def 2016/01/31 v5.1g csquotes generic definitions (JAW)
csquotes.cfg
russian.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
russian-gost.lbx 2016/04/05 v1.6 biblatex-gost styles
english.lbx 2016/05/14 v3.4 biblatex localization (PK/JW/AB)
nameref.sty 2012/10/27 v2.43 Cross-referencing by name of section
gettitlestring.sty 2016/05/16 v1.5 Cleanup title references (HO)
MWE.out
MWE.out
MWE.bbl
***********
.blg
다른 문서의 파일:
[0] Config.pm:340> INFO - This is Biber 2.4
[0] Config.pm:343> INFO - Logfile is 'document-ENG.blg'
[38] biber-MSWIN64:287> INFO - ===
[59] Biber.pm:347> INFO - Reading 'document-ENG.bcf'
[154] Biber.pm:738> INFO - Using all citekeys in bib section 0
[194] Biber.pm:3150> INFO - Processing section 0
[276] Biber.pm:3307> INFO - Looking for bibtex format file 'Harvard.bib' for section 0
[278] bibtex.pm:1124> INFO - Decoding LaTeX character macros into UTF-8
[279] bibtex.pm:985> INFO - Found BibTeX data source 'Harvard.bib'
[361] UCollate.pm:65> INFO - Overriding locale 'ru-RU' defaults 'normalization = NFD' with 'normalization = prenormalized'
[361] UCollate.pm:65> INFO - Overriding locale 'ru-RU' defaults 'variable = shifted' with 'variable = non-ignorable'
[361] Biber.pm:3027> INFO - Sorting list 'nyt/global' of type 'entry' with scheme 'nyt' and locale 'ru-RU'
[366] bbl.pm:519> INFO - Writing 'document-ENG.bbl' with encoding 'UTF-8'
[367] bbl.pm:615> INFO - Output to document-ENG.bbl
답변1
문제가 해결된 것 같습니다. 무엇이 언제 잘못되었는지 감지하기는 어렵지만 Biber와 충돌이 biblatex
발생한 후(애초에 왜 그런 일이 발생했는지는 여전히 미스터리입니다) Biber 버전을 2.4에서 2.5로 업데이트해도 도움이 되지 않았습니다. Avast 바이러스 백신이 biber.exe 파일을 차단하고 있었습니다.