提问于:
浏览数:
3205
## 编译环境
操作系统
* [x ] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x ] TexLive `年份`2020
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
\documentclass[xcolor=table]{beamer}
\usepackage[backend=bibtex,sorting=none]{biblatex}
\addbibresource[location=local]{math.bib}
\begin{document}
\begin{frame}{参考文献}
\nocite{Shiye}
\printbibliography[heading=none]
\end{frame}
\end{document}
不显示参考文献该怎么办