\citep*를 사용하지 않고 텍스트에 모든 저자를 표시하는 agsm 참고문헌 스타일

\citep*를 사용하지 않고 텍스트에 모든 저자를 표시하는 agsm 참고문헌 스타일

저녁,

내 참고문헌 파일에는 (Author et al., year) 대신 모든 저자를 표시하는 두 개의 참조가 있습니다.

내 파일 시작 부분에 다음이 있습니다.

\documentclass[12pt]{article}
\usepackage[round]{natbib}
\begin{document}

\citep{Lloyd2009, Mainprice2014a, Mainprice2014}

\bibliographystyle{agsm}
\bibliography{transfer}

\end{document}

출력이 여기에 표시됩니다.

(Lloyd 외. 2009; Mainprice 외., 2014a, 2014b)

(Author1 및 Author2, 연도)로 올바르게 표시되는 두 명의 저자 논문도 있으므로 내 문서 전체에 단일 저자를 강요하고 싶지 않습니다.

Mainprice 논문은 모든 저자를 표시하며 내가 볼 수 있는 것은 다음과 같이 표시되는 Lloyd 논문과 차이가 없습니다(Lloyd et al., 2009).

@article{Lloyd2009,
author = {Lloyd, Geoffrey E. and Butler, Robert W.H. and Casey, Martin and Mainprice, David},
journal = {Earth and Planetary Science Letters},
number = {1-2},
pages = {320--328},
title = {{Mica, deformation fabrics and the seismic properties of the continental crust}},
volume = {288},
year = {2009}}

@article{Mainprice2014,
author = {Mainprice, D. and Bachmann, F. and Hielscher, R. and Schaeben, H.},
doi = {10.1144/SP409.8},
journal = {Geological Society, London, Special Publications},
pages = {1--21},
title = {{Descriptive tools for the analysis of texture projects with large datasets using MTEX: strength, symmetry and components}},
volume = {409},
year = {2014}}

@article{Mainprice2014a,
author = {Mainprice, D. and Bachmann, F. and Hielscher, R. and Schaeben, H. and Lloyd, G. E.},
journal = {Geological Society, London, Special Publications},
pages = {1--48},
title = {{Calculating anisotropic piezoelectric properties from texture data using the MTEX open source package}},
volume = {409},
year = {2014}}

내 질문은 이 답변이 없는 질문과 유사하지만 StackExchange를 처음 접했기 때문에 그녀가 문제를 해결할 방법을 찾았는지 물어볼 만큼 충분한 평판을 얻지 못했습니다. https://tex.stackexchange.com/q/252130/98008

또한 첫 번째 저자와 연도는 같지만 다음과 같이 나오는 다른 참고 자료도 있습니다. (Author et al., 2016a, 2016b)

미리 감사드립니다, 아미시아

답변1

두 개의 "Mainprice" 논문에 모든 저자가 표시되는 이유는 정확히 동일한 저자 집합이 없기 때문이라고 생각합니다. 따라서 둘 다 "Mainprice et al."로 줄입니다. 참조가 모호해집니다. "Mainprice2014a" 논문에서 "Loyd"를 제거하여 이를 확인한 다음 모든 인용이 적절하게 "et al" 형식으로 축소되었습니다. "Mainprice" 사례에 대해서는 2014a,b로 완성됩니다(Lloyd et al., 2009; Mainprice et al., 2014a,b). 이에 대한 좋은 해결 방법을 모르겠습니다. 대신 에 전환하는 것을 제외하고 biblatex?

관련 정보