-
Notifications
You must be signed in to change notification settings - Fork 84
/
test-addfieldnameformat.tex
61 lines (49 loc) · 1.59 KB
/
test-addfieldnameformat.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
\documentclass{article}
\usepackage{ctex}
\begin{filecontents}[force]{\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},
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}
\usepackage[style=gb7714-2015ay,gbnamefmt=familyahead]{biblatex} %,defernumbers=true
\addbibresource{\jobname}
\addEntryField{董肇君2007en--,越民义2014en--}{nameformat}{quanpin}
\begin{document}
\section{mainbody}
text\nocite{*}
text
\printbibliography
\end{document}