我的书目有问题,大写的单词在生成的书目中显示为小写,如下图所示:
\documentclass{article}
\begin{filecontents*}{test.bib}
@article{Ref1,
title={GGA and GGA+U study},
author={A author, B author},
journal={Journal},
volume={1},
number={1},
pages={1--131},
year={2025},
publisher={Pub}
}
\end{filecontents*}
\begin{document}
\cite{Ref1}
\bibliographystyle{unsrt}
\bibliography{test}
\end{document}