按照gb7714的说明,添加gbnamefmt =uppercase,gbcitelabel=plain两条命令,但作者姓名还是全部大写,而标号则是在引用的地方去掉了中括号,而在参考文献列表里还是有中括号,这与期望刚好相反。
\documentclass{ctexart}
\usepackage[backend=biber,style=gb7714-2015,gbnamefmt =uppercase,gbcitelabel=plain,doi=false]{biblatex}
\addbibresource{reserch background.bib}
\title{标题}
\author{作者}
\date{\today}
\begin{document}
\maketitle
文字文字文字文字文字文字文字文字文字文字文字 \cite{RN166,RN163,RN165,RN173}.
\printbibliography
\end{document}
@inbook{RN163,
author = {Chakraborty, Amrita and Kar, Arpan Kumar},
title = {Swarm Intelligence: A Review of Algorithms},
booktitle = {Nature-Inspired Computing and Optimization},
series = {Modeling and Optimization in Science and Technologies},
chapter = {Chapter 19},
pages = {475-494},
ISBN = {978-3-319-50919-8
978-3-319-50920-4},
DOI = {10.1007/978-3-319-50920-4_19},
year = {2017},
type = {Book Section}
}
@article{RN166,
author = {Dorigo, Marco and Blum, Christian},
title = {Ant colony optimization theory: A survey},
journal = {Theoretical Computer Science},
volume = {344},
number = {2-3},
pages = {243-278},
ISSN = {03043975},
DOI = {10.1016/j.tcs.2005.05.020},
year = {2005},
type = {Journal Article}
}
@article{RN165,
author = {Gao, Shangce and Wang, Yirui and Cheng, Jiujun and Inazumi, Yasuhiro and Tang, Zheng},
title = {Ant colony optimization with clustering for solving the dynamic location routing problem},
journal = {Applied Mathematics and Computation},
volume = {285},
pages = {149-173},
ISSN = {00963003},
DOI = {10.1016/j.amc.2016.03.035},
year = {2016},
type = {Journal Article}
}
@article{RN173,
author = {Hemmatian, Hossein and Fereidoon, Abdolhossein and Sadollah, Ali and Bahreininejad, Ardeshir},
title = {Optimization of laminate stacking sequence for minimizing weight and cost using elitist ant system optimization},
journal = {Advances in Engineering Software},
volume = {57},
pages = {8-18},
ISSN = {09659978},
DOI = {10.1016/j.advengsoft.2012.11.005},
year = {2013},
type = {Journal Article}
}
感谢!另外应该是
gbbiblabel=plain
。抱歉笔误了,是应该gbliblabel