我正在写中国华中师范大学论文模板而学校的要求之一就是“中文参考文献中的所有标点符号必须全角,包括.
,即.
”。
详细信息如下这里。
以下是 MWE:
\documentclass{ctexart}
\usepackage[backend = biber, style = gb7714-2015]{biblatex}
\begin{filecontents}{\jobname.bib}
@article{李晓东CCNUtype,
author = {李晓东 and 张庆红 and 叶瑾琳},
title = {气候学研究的若干理论问题},
journaltitle = {北京大学学报:自然科学版},
year = {1999},
volume = {35},
number = {1},
pages = {101-106}
}
@article{Ahnrawtype,
author = {Steven Ahn and Steven Ahn and Steven Ahn and Steven D. Tanksley},
title = {Comparative linkage maps of the rice and maize genomes},
journaltitle = {Proceedings of the National Academy of Sciences of the United States of America},
year = {1993},
volume = {90},
pages = {7980-7984}
}
\end{filecontents}
\addbibresource[]{\jobname.bib}
\begin{document}
text\cite{李晓东CCNUtype}
text\cite{Ahnrawtype}
\printbibliography
\end{document}
结果是
请问该如何做呢?