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

请教一下那个拼音域是怎么用的? #12

Closed
enterlet opened this issue Sep 24, 2016 · 9 comments
Closed

请教一下那个拼音域是怎么用的? #12

enterlet opened this issue Sep 24, 2016 · 9 comments
Labels

Comments

@enterlet
Copy link

enterlet commented Sep 24, 2016

我在test.bib里试了试添加pinyin= {a}之类的,发现顺序好像没怎么变?不太清楚到底怎么用

如果不需要英文名字大写的话,是不是按照a7a2314 这里面的改回去就行了?

还有,如果需要把这个bst用在其他论文模板上,能不能提示一下需要什么其他改动?

@zepinglee
Copy link
Owner

在你调用 author-year 风格时,pinyin 域才会起作用

@zepinglee
Copy link
Owner

pinyin 主要是为了解决中文的排序问题;

改动主要是要把 gbt 要求的域设置正确

@enterlet
Copy link
Author

谢谢

如果把这个bst用在其他论文模板上,makefile文件应该怎么办呢?

@zepinglee
Copy link
Owner

不需要修改内容,因为 bibtex 会自动调用相应的 style 文件。
不过我一般使用 latexmk,比直接用 makefile 要方便

@enterlet
Copy link
Author

enterlet commented Sep 27, 2016

谢谢,最近改成TeXstudio,好像还挺方便的

不过今天突然意识到,这个bst生成的参考文献列表没有编号。。。

@zepinglee
Copy link
Owner

有两个 bst,对应两种不同的风格

On Sep 27, 2016, at 12:55 PM, goldmonkey163com notifications@github.com wrote:

谢谢,最近改成TeXstudio,好像还挺方便的

不过突然意识到,这个bst没有编号。。。


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #12 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ALuLBrA1Zjo-1CU70z28CGqGpQ7xN1OCks5quKG3gaJpZM4KFnQV.

@enterlet
Copy link
Author

就是改成\bibliographystyle{gbt-7714-2015-numerical}吗?
我试了试\setcitestyle{super,square,comma,sort&compress},参考文献列表是有编号的。
但是\setcitestyle{authoryear,round,comma,aysep={,},yysep={;}}就不行。
偏偏我们的要求是文中是authoryear,文末按姓氏拼音排序,参考文献列表还要有编号,都不知道怎么做了。。。

@zepinglee
Copy link
Owner

\setcitestyle 确实会影响到后面的效果,具体参考 natbib 的文档。

你们用的不是标准 gbt-7714-2015,可能需要自行修改 bst。

On Sep 27, 2016, at 1:17 PM, goldmonkey163com notifications@github.com wrote:

就是改成\bibliographystyle{gbt-7714-2015-numerical}吗?
我试了试\setcitestyle{super,square,comma,sort&compress},参考文献列表是有编号的。
但是\setcitestyle{authoryear,round,comma,aysep={,},yysep={;}}就不行。
偏偏我们的要求是文中是authoryear,文末按姓氏拼音排序,参考文献列表还要有编号,都不知道怎么做了。。。


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #12 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ALuLBv4mrx-dItnfuyOky69Egc7qvj4_ks5quKb7gaJpZM4KFnQV.

@enterlet
Copy link
Author

谢谢

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

No branches or pull requests

2 participants