生成的参考书目中的小写字母

生成的参考书目中的小写字母

我的书目有问题,大写的单词在生成的书目中显示为小写,如下图所示:

在此处输入图片描述 这是我的代码

\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}

相关内容