我试图引用数字风格的乳胶,但这不适用于我。我以以下方式引用了“圣经”软件包:
'\usepackage[
'backend=biber,
'style = numeric-comp,
'citestyle=numeric-comp,%numeric,
'% bibstyle=ieee,
'% doi=false,
'% isbn=false,
'url=false]{biblatex}
'%\addbibresource{refs}
'\bibliography{refs}
并以下列方式引用:
短信..。引用{Copil.2016]
引文结果是:
短信..。Copil.2016
我希望引证如下:
短信..。1
有人知道解决我的问题的办法吗?
发布于 2020-05-11 16:25:04
正如您自己已经提到的,您必须将Tex编辑器(例如TeXstudio)配置为使用biber。
你可以通过
Options > Configure TeXstudio > Build > Default Bibliography > Biber
如果在默认情况下未设置命令,则必须在选项中配置该命令。
Options > Configure TeXstudio > Commands > Biber > Choose file > (in Debian) /usr/bin/biber
有关更多信息,请参见this question。
https://stackoverflow.com/questions/47751757
复制相似问题