简体   繁体   English

Biblatex 的数字引用不起作用?

[英]Numeric Citation with Biblatex does not work?

I am trying to cite with the numeric style in latex, but that doesn't work for me.我试图在乳胶中引用数字样式,但这对我不起作用。 I referenced the biblatex Package in the following way:我通过以下方式引用了 biblatex 包:

'\usepackage[
'backend=biber, 
'style = numeric-comp,
'citestyle=numeric-comp,%numeric, 
'%  bibstyle=ieee,
'%  doi=false,
'%  isbn=false,
'url=false]{biblatex}           
'%\addbibresource{refs} 
'\bibliography{refs}

and cited in the following way:并以下列方式引用:

Text... \\cite{Copil.2016}文本... \\cite{Copil.2016}

And the citation result is:引用结果是:

Text... [Copil.2016]文字... [Copil.2016]

I Would lkike to have the Citation as follows:我希望引用如下:

Text... [1]文字... [1]

Does anybody know the solution for my problem?有人知道我的问题的解决方案吗?

As you have already mentioned yourself, you have to configure your Tex editor (eg TeXstudio) to use biber.正如您自己已经提到的,您必须配置您的 Tex 编辑器(例如 TeXstudio)以使用 biber。

You can do that by going to你可以这样做

Options > Configure TeXstudio > Build > Default Bibliography > Biber

Then you have to configure the command in options if it isn't set by default.如果默认情况下未设置,则必须在选项中配置命令。

Options > Configure TeXstudio > Commands > Biber > Choose file > (in Debian) /usr/bin/biber

For more information, see this question .有关更多信息,请参阅此问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM