1

我正在写我的学士论文,但我遇到了参考书目问题。我尝试了许多不同的解决方案(包括更改 Texmaker 配置、重新安装 Texmaker 等)。没有任何帮助。总是有“Citation 'shabbir2010' [..] undefined”和“Empty bibliography”错误。

我的代码:

\documentclass[12pt, oneside, a4paper]{report}
\usepackage[cp1250]{inputenc}
\usepackage{polski}
\usepackage[T1]{fontenc}
\usepackage{txfonts}
\usepackage{textcomp}
\usepackage[left=3cm, right=2cm, top=2cm, bottom=2cm, headsep=1cm]{geometry}
\usepackage{graphicx}
\usepackage{indentfirst}
\usepackage[style=numeric, sorting=none]{biblatex}
\addbibresource{cytowania.bib}
\linespread{1.3}

\begin{document}

my content \cite{shabbir2010}

\printbibliography

\end{document}

我的 .bib 文件(来自 Google Scholar):

@article{shabbir2010,

    author   = {Shabbir, G and Khan, H and Sadiq, MA},

    title    = {A note on Exact solution of SIR and SIS epidemic models},

    journal  = {arXiv preprint arXiv:1012.5035},

    date     = {2010},

    keywords = {trusted},
}

我有 Windows 10 和 Texmaker 5.0.4。请帮忙..

4

0 回答 0