-
Notifications
You must be signed in to change notification settings - Fork 84
/
opt-gbnamefmt-quanpin.tex
71 lines (54 loc) · 1.84 KB
/
opt-gbnamefmt-quanpin.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
%测试计算机研究与发展期刊的文献样式
%测试gbnamefmt=quanpin选项
\documentclass{article}
\usepackage{ctex}
\usepackage{geometry}
\usepackage[style=gb7714-2015,gbnamefmt=quanpin]{biblatex}%citexref=true
\begin{filecontents}{\jobname.bib}
@Book{董肇君2007--,
Title = {系统工程与运筹学},
Author = {董肇君},
Date = {2007-06},
Address = {北京},
Publisher = {国防工业出版社},
edition ={2},
pages={297-310}
}
@Book{董肇君2007en--,
Title = {Systems engineering and operations research},
Author = {Dong, Zhao Jun},
Date = {2007-06},
Address = {Beijing},
Publisher = {National Defense Industry Press},
edition ={2},
nameformat={quanpin},
pages={297-310}
}
@Book{越民义2014en--,
Title = {Introduction to combinatorial optimization},
Author = {Yue, Yi Min and Li, Rong Yan},
Date = {2014-05},
Address = {Beijing},
Publisher = {Science Press},
edition ={2},
pages={10-25}
}
@Book{越民义2014--,
Title = {组合优化导论},
Author = {越民义 and 李荣珩},
Date = {2014-05},
Address = {北京},
Publisher = {科学出版社},
edition ={2},
pages={10-25}
}
\end{filecontents}
\addbibresource{\jobname.bib}
\defbibentryset{董肇君2007}{董肇君2007en--,董肇君2007--}
\defbibentryset{越民义2014}{越民义2014en--,越民义2014--}
\renewcommand*{\entrysetpunct}{(in chinese) (}
\renewcommand*{\finentrypunct}{)}
\begin{document}
\cite{董肇君2007,越民义2014}
\printbibliography
\end{document}