(Natbib, Vancouver) 6번째 저자 이후 et al을 제거하고 참고문헌 목록에 모든 저자를 표시하는 방법

(Natbib, Vancouver) 6번째 저자 이후 et al을 제거하고 참고문헌 목록에 모든 저자를 표시하는 방법

문제:

PDF로 변환한 참고문헌에 7번째 저자 이름 이상이 표시되지 않는 문제가 있습니다. 표시되지 않은 저자 이름은 "et al."로 대체됩니다. 나는 StackExchange를 둘러보았지만 현재 사용하지 않는 *.bst 파일 편집과 관련된 많은 솔루션을 발견했으며 내 경우에는 관련이 없다는 것을 이해했습니다.

결과는 다음과 같습니다. 서지

모든 저자 이름을 표시하고 싶습니다. 누구든지 이것을 달성하는 방법을 알고 있습니까?

무대 뒤와 다른 곳

MWE 인용 명령이 포함된 텍스트:

Many of the galaxy clusters in the observable universe have shown remarkable variations in their star formation rates \cite{Thompson2020GalaxyClusterDynamics, Johnson2021DarkMatterMapping, Wilson2019BlackHoleActivityInGalaxies, Patel2023StarFormationRates, Gomez2020GravitationalLensingEffects, Brown2022ExoplanetDiscoveryMethods}.

나는 이와 같이 natbib을 사용하고 있으며 다음과 같은 문서 클래스를 가지고 있습니다.

\documentclass[12pt,a4paper]{book}
\bibliographystyle{vancouver}
\usepackage[square,numbers,sort&compress]{natbib}

참고문헌 MWE 목록은 다음과 같습니다.

@article{Thompson2020GalaxyClusterDynamics,
  author = {Thompson, R. A. and Lee, S. J. and Patel, M. K. and Kim, H. S. and Garcia, L. M. and Zhang, Y. F. and Singh, A. P. and Martinez, J. R. and O'Reilly, M. C. and Russo, N. E.},
  title = {Exploring the Dynamics of Galaxy Clusters},
  journal = {Journal of Astrophysical Dynamics},
  volume = {12},
  number = {3},
  pages = {345-367},
  year = {2020},
  month = {05},
  issn = {2041-8205},
  doi = {10.1080/jad.2020.12.345}
}


@article{Johnson2021DarkMatterMapping,
author = {Johnson, M. and Davies, L. and Smith, K. and Turner, A. and Rodriguez, F. and Nguyen, H. and Li, W. and Shah, P. and Martinez, D. and Garcia, S. and O'Neill, J.},
year = {2021},
title = {Mapping Dark Matter in Distant Galaxy Clusters},
journal = {Journal of Cosmology and Astroparticle Physics},
volume = {15},
pages = {25-40},
doi = {10.1015/jcap.2021.15.25}
}

저는 Overleaf.com에서 이 환경/이 설정을 사용하고 있습니다:

환경

답변1

Natbib을 사용할 때 BST 파일이 관련이 있다는 것을 알았습니다.

여기에서 Mico가 언급한 2020년 솔루션은 작동합니다(Mico가 제안한 것을 반대로 수행하거나 매우 큰 최대 작성자 수를 추가합니다(예: 100{Mico가 사용/표시하는 BST 코드에서)).

BibTeX: 긴 저자 목록을 "Firstauthor et al."으로 줄이는 방법은 무엇입니까?

관련 정보