需要设置这样的格式,如果是两位作者的话,在括号内引用使用&符号连接,在括号外引用使用and连接,如下图。![](https://pics.latexstudio.net/data/images/202...
需要设置这样的格式,如果是两位作者的话,在括号内引用使用“&”符号连接,在括号外引用使用“and”连接,如下图。![](https://pics.latexstudio.net/data/images/202002/c64edc1aa13dcc6.png)
这张图出自[StackexChange](https://tex.stackexchange.com/questions/131518/help-with-citation-in-text-in-parentheses-etc-with-biblatex-apa "Stackexchange")。
但是里面的例子用的是biblatex,而期刊用的是elsarticle和natbib,所以不合适。
这是一个MWE,用的是texlive2019的pdflatex,括号内外格式都是一样的。
##### tex:
```
\documentclass[authoryear]{elsarticle}
\begin{document}
(\cite{ABC})
\cite{ABC}
\bibliographystyle{elsarticle-harv}
\bibliography{ref}
\end{document}
```
##### bib:
```
@article{ABC,
title={Paper},
author={John and Ivan},
year={2012},
}
```
请问应该如何设置?谢谢。
作者追问:2020-02-16 17:02
回答: 2020-02-16 17:02
一周热门 更多>