
問題:
我遇到的問題是,參考書目在轉換為 PDF 後不顯示第七位作者姓名及其他作者姓名。未顯示的作者姓名將替換為“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 程式碼中)}: