Texmaker가 참조를 컴파일하지 않습니다.

Texmaker가 참조를 컴파일하지 않습니다.

Texmaker와 Miktex를 사용하고 있는데 참조를 컴파일하는 데 문제가 있습니다. 내 라텍스 파일에서:

\usepackage[%
backend=biber,%
style=numeric,%
sorting=none,%
]{biblatex}

빠른 빌드: pdfLaTeX+View PDF를 사용하고 있습니다.

컴파일하면 다음과 같이 인쇄됩니다. 여기에 이미지 설명을 입력하세요

ShareLatex에서 동일한 파일을 컴파일하면 완벽하게 작동하므로 일부 구성 오류가 있어야 합니다.

오류가 무엇인지 아는 사람이 있습니까? 여기에 이미지 설명을 입력하세요

Biber를 수동으로 실행하면 다음이 반환됩니다.

INFO - This is Biber 2.2
INFO - Logfile is 'main.blg'
INFO - Reading 'main.bcf'
WARN - Warning: Found biblatex control file version 2.9, expected version 2.8
INFO - Found 46 citekeys in bib section 0 
INFO - Processing section 0
INFO - Looking for bibtex format file 'citations.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'citations.bib'
WARN - Duplicate entry key: '7027553' in file 'citations.bib', skipping ...
WARN - Entry ok2006 does not parse correctly
WARN - ISBN '159829556X, 9781598295566' in entry 'Hoelzle' is invalid - run biber with '--validate_datamodel' for details.
WARN - Datamodel: Entry 'oracle' (citations.bib): Invalid format 'n.d' of date field 'date' - ignoring
ERROR - BibTeX subsystem: C:\Users\BILALA~1\AppData\Local\Temp\AI_7lm2bHk\citations.bib_7640.utf8, line 585, syntax error: at end of input, expected one of: name (entry type, key, field, or macro name) or end of entry ("}" or ")")
INFO - WARNINGS: 5
INFO - ERRORS: 1

Process exited with error(s)

답변1

기본 참고문헌 도구가 다음으로 설정되어 있는지 확인하세요. txs:///biber 그렇다면 메뉴(도구 > 명령 > Biber)에서 Biber를 단독으로 실행한 다음 다시 컴파일하면 제대로 작동합니다.

.aux 파일을 삭제해 보셨나요? 때로는 버그 등으로 생성된 경우 제거하고 다시 컴파일하는 것이 더 빠릅니다.

관련 정보