-
Notifications
You must be signed in to change notification settings - Fork 84
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
在选用bibstyle = gb7714-2015ay格式排列文献条目时,如何输出图书所在丛书及其序号? #172
Comments
可以设置:gbstrict=false ,让输出一些gbt7714不需要输出的信息。 然后对series+number做一下修改,比如:
示例:
结果为: |
感謝!按上述方式成功達到預期樣式。 選用gbstrict=false時,biblatex 會輸出文獻語種信息。又添加下列代碼,在文獻條目中清除了語種信息。
|
嗯,很好的临时处理。 |
按gbstrict=false的方式,發現一個新問題,即圖書帶有volume卷數信息時,在中外文統一使用gb7714-2015ay格式時,文獻條目在書名後與文獻類型標識後會重複輸出卷數信息。
出現 |
可以的,把如下代码中的放到导言区即可,或者你直接改gb7714-2015ay.BBX
|
书的卷通常放到标题后面了,所以把后面的注释掉就好了。 |
感謝。我看了gb7714-2015ay.BBX文件的相應內容,修改起來的確很方便。 |
在选用bibstyle = gb7714-2015ay格式排列文献条目时,如何输出图书所在丛书及其序号?
@book{barnes-1975-AlgebraicIntroductionMathematical, title = {An Algebraic Introduction to Mathematical Logic}, author = {Barnes, Donald W. and Mack, John M.}, year = {1975}, series = {Graduate {{Texts}} in {{Mathematics}}}, number = {22}, publisher = {{Springer Verlag}}, address = {{New York}}, }
现在的引用格式输出的是:
Barnes, D. W., Mack, J. M., 1975. An Algebraic Introduction to Mathematical Logic [M] . New York: Springer Verlag
在中外文文献统一使用 gb7714-2015ay 格式时,如何像biblatex默认样式那样输出 series title: 22 ?
The text was updated successfully, but these errors were encountered: