脚注引用采用作者年份格式,但参考书目已编号

脚注引用采用作者年份格式,但参考书目已编号

我想知道是否可以以数字和作者年份的形式进行脚注引用,[1] Einstein, A. 1905但仍然保留参考书目中的来源编号。

谢谢 !

编辑:尝试 MWE,指定我想要的。

\documentclass{srcreprt}

\usepackage[style=numeric,citestyle=authoryear]{biblatex}
\usepackage{csquotes}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}

\bibliography{Literature}

\begin{document}

\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\end{document}

现在我还想在脚注中显示来源编号,例如

[1] Einstein, A. 1905

相关内容