【发布时间】:2021-03-30 13:30:19
【问题描述】:
目前我正在写一篇论文,我应该用Author YEAR 引用。
\usepackage[natbib=true,bibstyle=authoryear,backend=bibtex8,citestyle=authoryear,uniquelist=false,uniquename=false,maxbibnames=50,maxcitenames=2,sorting=nyt,sortcase=false]{biblatex}
我使用authoryear 样式,根据
https://www.overleaf.com/learn/latex/biblatex_bibliography_styles
应该给我正确的引用风格,但它没有。
对于\autocite、\parencite、\cite、\citep、\textcite,我只能得到Author, YEAR 或其变体。
【问题讨论】:
-
以后,请不要只贴代码片段,而是让可编译的minimal reproducible example