我使用 .bib 文件存储所有参考文献,并使用 ieeetr 包显示参考文献。但是期刊标题不会显示在参考文献中。我甚至下载了可用的 .sty 文件这里。这是我正在使用的代码。
\usepackage{tabularx} % extra features for tabular environment
\usepackage{amsmath} % improve math presentation
\usepackage{graphicx}
\usepackage{float}
\bibliographystyle{ieeetr}
\usepackage{aas_macros}
\usepackage{siunitx} %for degree symbol
\usepackage[margin=1in,letterpaper]{geometry} % decreases margins
这是我的 .bib 文件中的条目
@ARTICLE{blackhole,
author = {{Ghez}, A.~M. and {Klein}, B.~L. and {Morris}, M. and {Becklin}, E.~E.},
title = "{High Proper-Motion Stars in the Vicinity of Sagittarius A*: Evidence for a Supermassive Black Hole at the Center of Our Galaxy}",
journal = {\apj},
keywords = {BLACK HOLE PHYSICS, GALAXY: CENTER, GALAXY: KINEMATICS AND DYNAMICS, INFRARED: STARS, STARS: KINEMATICS, TECHNIQUES: IMAGE PROCESSING, Black Hole Physics, Galaxy: Center, Galaxy: Kinematics and Dynamics, Infrared: Stars, Stars: Kinematics, Techniques: Image Processing, Astrophysics},
year = 1998,
month = dec,
volume = {509},
number = {2},
pages = {678-686},
doi = {10.1086/306528},
archivePrefix = {arXiv},
eprint = {astro-ph/9807210},
primaryClass = {astro-ph},
adsurl = {https://ui.adsabs.harvard.edu/abs/1998ApJ...509..678G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
以下是参考内容:
AM Ghez、BL Klein、M. Morris 和 EE Becklin,《人马座 A* 附近的高自运动恒星:我们星系中心存在超大质量黑洞的证据》,ApJ,第 509 卷,第 678-686 页,1998 年 12 月。
它总是缩写“天体物理学杂志”,我不知道为什么。有人能帮我吗?