
私は Texmaker と Miktex を使用していますが、参照をコンパイルする際に問題が発生しています。私の LaTeX ファイルでは次のようになります:
\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 ファイルを削除してみましたか? バグなどで生成された場合は、削除して再コンパイルする方が早い場合があります。