We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
嗯,就是bibtex中inproceedings条目产生的“//”和[s.n.],[S.l]的问题,我知道FAQ里有,也是国标的风格规定的,但老板一定要我把这些东西去掉,不然不给送审......
鉴于以前也修改过其他模板bst文件,但这次模板里没找到bst文件的位置,求问修改方法
我是用shareLaTeX (现在是v2.overleaf.com) 的 (P.S. 请不要吐槽谢谢)
The text was updated successfully, but these errors were encountered:
Ref #209
可以解决你的问题么
Sorry, something went wrong.
[s.n.],[S.l]解决了,'//' 还在,可以改成逗号之类的吗?
现在模版采用的是 BibLaTeX,使用 biblatex-gb7714-2015 宏包控制参考文献格式,而不是 BibTeX 了。
biblatex-gb7714-2015
[s.n.], [S.l] 可以通过 biblatex-gb7714-2015 宏包选项 gbpub 控制。对于 '//' 的话现在 biblatex-gb7714-2015 宏包可以使用 gbpunctin=false 选项将其还原成 in:,进一步可以在导言区加入\DefineBibliographyStrings{english}{in={}}将其去掉或者改成其他你想要的符号。
gbpub
gbpunctin=false
\DefineBibliographyStrings{english}{in={}}
不过我不太清楚 gbpunctin 选项是何时加入 biblatex-gb7714-2015 宏包的,不过既然你是在线编辑,你可以去 hushidong/biblatex-gb7714-2015 下载最新版,然后将 *.bbx & *.cbx 文件上传到你的项目主目录下。
gbpunctin
*.bbx
*.cbx
有问题也可以直接咨询 biblatex-gb7714-2015 宏包的开发者 @hushidong 。
感谢!问题在上传了最新的*.bbx与‘’*.cbx"之后消失
No branches or pull requests
嗯,就是bibtex中inproceedings条目产生的“//”和[s.n.],[S.l]的问题,我知道FAQ里有,也是国标的风格规定的,但老板一定要我把这些东西去掉,不然不给送审......
鉴于以前也修改过其他模板bst文件,但这次模板里没找到bst文件的位置,求问修改方法
我是用shareLaTeX (现在是v2.overleaf.com) 的
(P.S. 请不要吐槽谢谢)
The text was updated successfully, but these errors were encountered: