-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没有作者的时候显示ANON #21
Comments
在作者的位置打个空格键试试 |
空格也不行,还是ANON,我看了源码,作者就是这样设置的,但不知道怎么改😂 |
在源码里搜"anon",两个函数调用了这类函数:“cap.anonymous.en”、“cap.anonymous.zh” 然后再搜"output.author",就能找到各种文献类型的输出格式设定在那了。 你可以复制粘贴一份目标文献类型,比如patent,并改名patent_no_author。把输出格式中的作者删了。然后把你那个不带作者的文献类型改为patent_no_author。 emmmm.....凑合能用的解决方案,哈哈 |
@tenaghirmb 怎么样? |
可以了,多谢大侠🤙 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当文献没有作者的时候显示ANON,能不能改成不显示作者?
The text was updated successfully, but these errors were encountered: