我正在使用wiley-article
由开发的文档类overleaf
。该.cls
文件可以在我之前的问题中找到这里。
我面临的问题是,尽管.bbl
生成了文件,但它实际上是空的。
除此之外,该类还natbib
以rss
书目样式加载包。我猜想问题与类规范有关,但我找不到如何解决该问题。
这是 MWE
\documentclass[alpha-refs]{wiley-article}
\title{This is my title}
% List abbreviations here, if any. Please note that it is preferred that abbreviations be defined at the first instance they appear in the text, rather than creating an abbreviations list.
\abbrevs{ABC, a black cat; DEF, doesn't ever fret; GHI, goes home immediately.}
% Include full author names and degrees, when required by the journal.
% Use the \authfn to add symbols for additional footnotes and present addresses, if any. Usually start with 1 for notes about author contributions; then continuing with 2 etc if any author has a different present address.
\author[1]{author 1}
\author[1]{author 2}
% \contrib[\authfn{1}]{Equally contributing authors.}
% Include full affiliation details for all authors
\affil[1]{same address}
\corraddress{author 1}
\corremail{[email protected]}
% \presentadd[\authfn{2}]{Department, Institution, City, State or Province, Postal Code, Country}
% \fundinginfo{}
% Include the name of the author that should appear in the running header
\runningauthor{Author One et al.}
\begin{document}
\maketitle
\begin{abstract}
This is a generic template designed for use by multiple journals, which includes several options for customization. Please consult the author guidelines for the journal to which you are submitting in order to confirm that your manuscript will comply with the journal's requirements. Please replace this text with your abstract.
% Please include a maximum of seven keywords
\keywords{keyword 1, \emph{keyword 2}, keyword 3, keyword 4, keyword 5, keyword 6, keyword 7}
\end{abstract}
\section{First Level Heading}
Please lay out your article using the section headings and example objects below, and remember to delete all help text prior to submitting your article to the journal \citep{barkema1995top}
\bibliography{test}
\printendnotes
\end{document}
该test.bib
文件与我的文件位于同一文件夹中。此外,一旦在 中使用该选项,.tex
该类就会默认加载书目样式。该文件也位于该文件夹中。rss
alpha-refs
documentclass
rss.bst
最后,这是 BMWE
@Article{barkema1995top,
Title = {Do top managers work harder when they are monitored?},
Author = {Barkema, Harry G and others},
Journal = {KYKLOS-BERNE-},
Year = {1995},
Pages = {19--19},
Volume = {48},
Publisher = {Wiley Online Library}
}
最后rss.bst
可以找到文件这里