biblatex-gb7714-2015
biblatex-gb7714-2015 copied to clipboard
Two references with consecutive serial numbers that should be connected are but not connected with "-"?
I report the issuse at https://github.com/plk/biblatex/issues/1194
In addition, I found that very strange problem: I have two PCs, one with Windows, another with Archlinux, but I use different systems to compile my tex file, and obtain different pdf files especially for reference. In Windows, I use Ctex; In linux, I use texlive2019.
For example, in Windows, I got :
And in Linux, I got
It's matter of version of biblatex-gb7714-2015.
update this package.
if can not update successfully, download cbx/bbx files in this repo to overwrite the corresponding files in texlive in your system.
the result of your windows eg seems like from latest version.
好像说错了,但更新就对了,包括你在biblatex那边发的问题。
有些细节可能之前版本未深入考究,后来经多方讨论,形成一致。现在是biblatex-gb7714-2015与gbt7144统一的。
示例如下:
%测试gb7714-2005的差异
\documentclass[twoside]{article}
\usepackage{ctex}
\usepackage[backend=biber,style=gb7714-2015]{biblatex}
\usepackage{hyperref}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Article{Walls2013-399-418,
Title = {drought, deluge and declines: the impact of precipition extremes on amphibians in a changing climate},
Author = {Walls, S C and barichivich, W. J. and BROWN, m. e.},
Journal = {Biology},
Number = {1},
Pages = {399-418},
Volume = {2},
Url = {http://www.mdpi.com},
Urldate = {2013-11-04},
Year = {2013},
doi = {10.3390/biology2010399}
}
@Article{Zhang2007-500-503,
Title = {The design and experimental investigations of supersonic length shorted nozzle},
Author = {Zhang, Min Li and Yi, Shi He and Zhao, Yu Xin},
Journal = {ACTA AERODYNAMICA SINICA},
Number = {4},
Pages = {500-503},
Volume = {25},
Year = {2007},
}
@Book{周鲁卫2011--,
translator = {周鲁卫},
title = {软物质物理导论},
year = {2011},
publisher = {复旦大学出版社},
address = {上海},
pages = {1}
}
@Book{RUDDOCK2009--,
editor = {RUDDOCK, L.},
editortype={editor},
title = {Economics for the modern built environment},
year = {2009},
publisher = {Taylor & Francis},
address = {London},
pages = {12},
url = {http://lib.mylib.com},
urldate = {2010-06-15},
}
\end{filecontents}
\addbibresource{\jobname.bib}
%\addbibresource{example.bib}
\begin{document}
文献\cite{Walls2013-399-418,Zhang2007-500-503}
Zhang 等\cite{Zhang2007-500-503}
\printbibliography
\end{document}
结果为: