blob: c32bde0d93fe0bc310540bba1960dccc521b8584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%%
%% ---------------------------------------------------------------
%% Maintained by huzhenzhen
%% E-mail: hzzmail@163.com
%% Released under the LaTeX Project Public License v1.3c or later
%% ---------------------------------------------------------------
%%
\ProvidesFile{gb7714-1987ay.cbx}[2021/05/16 v1.0 a biblatex bibliography style for GB/T 7714-1987]
%==================================================
%加载gb样式
%==================================================
\RequireCitationStyle{gb7714-2015ay} %
\ExecuteBibliographyOptions{
uniquename=false,%不处理姓名歧义
uniquelist=false
}
\DeclareDelimFormat[cite,parencite,pagescite]{nameyeardelim}{\space}%\addcomma\space
\DeclareDelimFormat[citet,citep,textcite]{nameyeardelim}{\space}%\addcomma\space
|