我为脚注和参考书目创建了一个 .bib 文件,但每次我想在脚注中引用某个项目时,都不会呈现书目信息,只有关键字。
这是我的 MWE:
\documentclass[letterpaper,12pt]{book}
\usepackage[hmargin={1in},vmargin=1in]{geometry}
\usepackage{polyglossia}
\usepackage{fontspec}
\usepackage{biblatex}
\usepackage{csquotes}
\addbibresource{diss.bib}
\setmainlanguage[variant=us]{english}
\setmainfont{Times New Roman}
\begin{document}
\chapter{Palaeographical Profile}
\section*{Introduction}
Blah blah
\section*{Style of the Hand}
MOre blah blah Bob Lob Law\footcite{metzger2005text}
\end{document}
以下是我的.bib 文件:
@book{metzger2005text,
title={The text of the New Testament: its transmission, corruption, and restoration},
author={Metzger, Bruce Manning and Ehrman, Bart D},
year={2005},
publisher={Oxford University Press}
}