hushidong / biblatex-gb7714-2015

A biblatex implementation of the GB/T7714-2015 bibliography style || GB/T 7714-2015 参考文献著录和标注的biblatex样式包
763 stars 84 forks source link

用法:能否取消中文文献样式“等”前的空格? #170

Closed ChuandongXie closed 1 year ago

ChuandongXie commented 1 year ago

在双语文献引用中有无可能取消中文文献样式中“等”前的空格?即“张敏莉 等”改为“张敏莉等”。感谢!

MWE如下:

% !Mode:: "TeX:UTF-8"
% 用于测试gb7714-2015ay的标注样式,是否满足GB要求
\documentclass{article}
\usepackage{ctex}
\usepackage{xcolor}
\usepackage{toolbox}
\usepackage[colorlinks]{hyperref}
\usepackage{lipsum}
\usepackage[paperwidth=14cm,paperheight=13cm,top=10pt,bottom=10pt,left=0.5cm,right=0.5cm]{geometry}
\usepackage{xltxtra,mflogo,texnames}
\usepackage[backend=biber,style=gb7714-2015ay,gbcitelabel=quanjiao]{biblatex}%sorting=nyt
%gbcitelabel=bracket,bracketqj

\begin{filecontents}{\jobname.bib}

@Book{Yi2013--,
  Title                    = {Supersonic and hypersonic nozzle design},
  Address                  = {Beijing},
  Author                   = {Yi, Shi he and Zhao, Yu xin and He, Lin and Zhang, Min li},
  Publisher                = {National Defense Industry Press},
  Year                     = {2013}
}

@Article{张敏莉2007-500-503,
  Title                    = {超声速短化喷管的设计和试验研究},
  Author                   = {张敏莉 and 易仕和 and 赵玉新},
  Journal                  = {空气动力学报},
  Number                   = {4},
  Pages                    = {500-503},
  Volume                   = {25},
  Year                     = {2007}
}

\end{filecontents}

\addbibresource{\jobname.bib}
%\renewcommand{\thefootnote}{\textcircled{\tiny\arabic{footnote}}}

\begin{document}

\authornumcite{张敏莉2007-500-503}

% \authornumcite{Yi2013--}

%\printbibliography

\end{document} 
note286 commented 1 year ago

https://github.com/hushidong/biblatex-gb7714-2015/issues/151

ChuandongXie commented 1 year ago

151

好的,感谢!

ChuandongXie commented 1 year ago

\DeclareDelimFormat[authornumcite]{andothersdelim}{}