Skip to content
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

如果需要arxiv文件显示为[J]的,参考此方法 #170

Open
cwxiaos opened this issue Jun 8, 2024 · 2 comments
Open

如果需要arxiv文件显示为[J]的,参考此方法 #170

cwxiaos opened this issue Jun 8, 2024 · 2 comments

Comments

@cwxiaos
Copy link

cwxiaos commented Jun 8, 2024

我们学校不当人,老师不认[A],我的文档改起来工作量太大,

参考此方法修改库

下载使用的bst文件,比如gbt7714-numerical,修改其中的检测函数

FUNCTION {check.arxiv.preprint}
{ #1 #5 substring$ purify$ "l" change.case$ "arxiv" =
    { #1 }
    { #0 }
  if$
}

随便替换一个字符串

FUNCTION {check.arxiv.preprint}
{ #1 #5 substring$ purify$ "l" change.case$ "aaaaaaa" =
    { #1 }
    { #0 }
  if$
}

然后将这个文件放到textmflocal/bibtxe/bst目录下,改个名称,参考https://blog.csdn.net/qq_41221520/article/details/109510260

然后引用:

\bibliographystyle{gbt7714}

即可

@sikouhjw
Copy link

sikouhjw commented Jun 8, 2024

#155 (comment)

@cwxiaos
Copy link
Author

cwxiaos commented Jun 8, 2024

没搜到,今晚截止提交,比较急,就动手改文件了,都留这吧,帮帮后面的人

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants