
我正在嘗試將 Biblatex 與 BibTeX 後端結合使用來在投影機文件中列出參考文獻。
無論我在哪裡引用某些內容,數字都會正確顯示,但是在參考書目中所有數字都設定為 0。
\usepackage[backend=bibtex,style=numeric,defernumbers=true]{biblatex}
序言中:
\bibliography{sources.bib}
然後在最後:
\begin{frame}[plain,allowframebreaks]
\printbibliography
\end{frame}
在 \cite 時它看起來像這樣:
這就是我的參考書目:
答案1
我的錯。我正在為 bibitems 設定投影機模板。
我的文件已讀取
\setbeamertemplate{bibliography item}{[\theenumiv]}
當它應該讀的時候
\setbeamertemplate{bibliography item}[text]