将期刊名称添加到biblatex参考,期刊名称未显示

时间:2014-07-31 09:48:40

标签: biblatex

我在beamer演示文稿中使用biblatex,以便我可以使用\ footcite命令。问题是biblatex中的参考书目样式处理看起来并不那么简单,并且没有任何默认样式实际上对我有用,因为它们没有显示期刊引用。

我正在寻找与Bibtex类似的.bst文件,因为我可以使用JPC和PRL,PR参考书目样式。我上网和这个堆栈交换,但找不到合适的解决方案。有人可以给我一个工作实例,其风格表明:作者,年份,期刊?

祝你好运

以下代码(authoryear样式)不显示日记。字母,数字等仅产生空白参考。

enter image description here

MWE:

\documentclass[8pt mathserif]{beamer}

\usepackage{beamerthemesplit}
\usepackage{latexsym}
\usepackage{eurosym}
\usepackage[english]{babel}
\usepackage{ae,aecompl}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amsfonts}
\usepackage{amsmath}

\usepackage[style=authoryear]{biblatex}

\addbibresource{library.bib}
\usetheme{Madrid}


\title[]{Title}
\author[]{author}
\institute{MSE @ NTU\\
The Zhao Research Group\\             

}
\date[]{Thursday 31, July 2014}

\begin{document}

\section{Review of interesting phenomenology}
\begin{frame}[allowframebreaks noframenumbering]{Polaron Transformation}

\begin{itemize}         

\item The original theory was  developed by Munn-Silbey{\tiny \footcite{Silbey1980}\footcite{Munn1985}\footcite{Munn1985a}} and further refined by Zhao et al. \footcite{JCP1994OntheMunn}\footcite{Chen2011} 

\end{itemize}   
\end{frame}
\end{document}

library.bib文件只包含引用的条目:

@article{Silbey1980,
author = {Silbey, R. and Munn, R. W.},
doi = {10.1063/1.439425},
file = {:Users/Caco/Documents/Mendeley Desktop/General theory of electronic transport in molecular crystals. I. Local linear electron–phonon coupling R. Silbey and R. W. Munn.pdf:pdf},
issn = {00219606},
journal = {The Journal of Chemical Physics},
number = {4},
pages = {2763},
title = {{General theory of electronic transport in molecular crystals. I. Local linear electron–phonon coupling}},
url = {http://scitation.aip.org/content/aip/journal/jcp/72/4/10.1063/1.439425},
volume = {72},
year = {1980}
}

0 个答案:

没有答案