新闻文章在文中引用 \citejournal

新闻文章在文中引用 \citejournal

我有一篇新闻文章想在引言中引用。到目前为止,我使用\citeyear\citeauthor仅引用特定年份和作者。有没有这样的补充\citejournal

结果如下,例如“纽约时报在 1981 年发表了一篇文章。”The New York Times应该指向参考文献的期刊在哪里。

这是我的参考设置:

\RequirePackage{filecontents}
\input{general/bibliography}
\usepackage[hidelinks]{hyperref}
\hypersetup{colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue}
\usepackage[natbibapa]{apacite}
\makeatletter
\NAT@longnamesfalse
\makeatother
\bibliographystyle{apacite}
\newcommand{\BBAA}{\&}% between authors in parenthetical cites and ref. list
\newcommand{\BBAB}{and}% between authors in in-text citation
\newcommand{\BAnd}{\&}% for ``Ed. \& Trans.'' in ref. list
``

@article{altman1981,
 author  = {{Lawrence K. Altman}},
 year    = {1981},
 title   = {Rare Cancer Seen in 41 Homosexuals},
 journal = {The New York Times},
 url     = {https://www.nytimes.com/1981/07/03/us/rare-cancer-seen-in-41-homosexuals.html},
 urldate = {2022-06-26}
}

相关内容