我有个便宜的beamer_presentation。我已经改变了书目的风格,但我并没有达到预期的效果。我用了Grady等人。(2019年)作为一个例子,在“行动纲领”网站上引用如下:
Grady,J.S.,Her,M.,Moreno,G.,Perez,C.,& Yelinek,J. (2019年)。故事书中的情感:代表美国民族和种族群体的故事书的比较。大众传媒文化心理学,8(3),207-217。
使用文献类型: apalike,我在参考文献中得到了以下结果:
Grady,Jessica Stoltzfus,Malina Her,Geena Moreno,Catherine Perez和Jillian Yelinek。2019年。“故事书中的情感:代表美国民族和种族群体的故事书的比较。”大众传媒文化心理学8 (3):207-17。
以下几点是不同的:
对于如何获得正确的结果,有什么想法或建议吗?
代码:
---
output:
beamer_presentation:
slide_level: 2
bibliography: ref.bib
biblio-style: apalike
---
---
## Header
- @grady2019emotions
---
## ReferencesBibTeX代码:
@article{grady2019emotions,
title={Emotions in storybooks: A comparison of storybooks that represent ethnic and racial groups in the United States.},
author={Grady, Jessica Stoltzfus and Her, Malina and Moreno, Geena and Perez, Catherine and Yelinek, Jillian},
journal={Psychology of Popular Media Culture},
volume={8},
number={3},
pages={207},
year={2019},
publisher={Educational Publishing Foundation}
}https://stackoverflow.com/questions/67050238
复制相似问题