参考文献的作者名字大小写,标号去掉中括号

发布于 2022-06-15 10:03:25

按照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}

查看更多

关注者
0
被浏览
1.6k
huzhen
huzhen 2022-06-17
这家伙很懒,什么也没写!

选项用错啦,
请改成
gbnamefmt =lowercase,gblabel=plain

3 个回答
夏大鱼羊-xkwxdyy
这家伙很懒,什么也没写!

你没有提供 bib 文件

上善若水
上善若水 2022-06-15
这家伙很懒,什么也没写!
@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}
}

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览