祝大家有个愉快的一天!
今天,我正在使用 beamer 和 biblatex。
在参考书目框中,我想打印书籍参考资料。但是,我没有得到想要的结果。
我最后所做的是,进入相应的参考书目框架:
\documentclass{beamer}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@book{abc6,
title={The Quantum Theory of Atoms in Molecules: From Solid State to DNA and Drug Design},
author={Matta, C.F. and Boyd, R.J.},
isbn={9783527307487},
url={https://books.google.com.co/books?id=7mE9rwz6P04C},
year={2007},
publisher={Wiley}
}
\end{filecontents}
\usepackage{biblatex}
\addbibresource{\jobname.bib}
\usetheme{Goettingen}
\begin{document}
\begin{frame}[t,allowframebreaks]
\frametitle{Bibliograf\'ia}
%\printbibheading
\printbibliography
%\printbibsection{book}{Libros}
%\printbibliography[type=book,heading=subbibintoc,title={Another try}]
%\printbibliography[type=book,heading=subbibliography,title={Fuentes de libros}]
%\printbibliography[nottype=book,heading=subbibliography,title={Otras fuentes}]
\end{frame}
\end{document}
有人可以帮我吗?