我的问题如下:我想要一种数字引用样式;类似于普通论文中的样式,这样引用就会以数字的形式打印出来,如 [1]。我使用\usepackage[backend=biber, style=numeric, sortcites, sorting=nty, backref, natbib, hyperref]{biblatex}
和\cite{}
进行引用,但仍然得到作者年份样式的引用... 那里可能有什么问题?
\documentclass[11pt,a4paper]{report}
\usepackage[backend=biber,style=numeric,sortcites,sorting=nty,backref,natbib,hyperref]{biblatex}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman,english]{babel}
\begin{document}
This theory fails to describe the phenomenon of superconductivity.\cite{PhysRev.108.1175}
\addcontentsline{toc}{chapter}{References}
\printbibliography[title=References]
\end{document}