タグ付けされた質問 「org-ref」

1
欠落している参照の強調表示
auctexは、bibファイルにある参照とは異なる参照を表示することはできますか?現在、すべての参照は同一に見えるため、bibファイルで定義されている引用キーと定義されていない引用キーを一目で知ることはできません。Texstudioはこれを非常にうまく行います。 book.tex: \documentclass{book} \usepackage[backend=biber]{biblatex} \addbibresource{bib.bib} \begin{document} This reference exists \autocite{ref1}. This reference does not \autocite{ref2}. % A squiggle, red, anything different to show "ref2" differently to "ref1" would be lovely. \end{document} book.bib: @misc{ref1, ...}
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.