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
|
Date of last change:2016-11-14 to version v1.0c
# biblatex-gb7714-2015: a biblatex style package
---------------------------------------------------------
Maintainer: huzhenzhen <hzzmail@163.com>
Homepage: <https://github.com/hushidong/biblatex-gb7714-2015>
License: LaTeX Project Public License 1.3 or later
A biblatex implementation of the GBT7714-2015 bibliography style for Chinese users
The biblatex-gb7714-2015 package provides an implementation of the bibliography style of the GBT7714-2015 bibliography style. This implementation follows GBT7714-2015 standard, and can be used simply by loading biblatex with the appropriate option
%for numerical sequence
`\usepackage[backend=biber,style=gb7714-2015]{biblatex}`
%for author year sequence
`\usepackage[backend=biber,style=gb7714-2015ay]{biblatex}`
A demonstration database is provided to show how to format input for the style. The biblatex-gb7714-2015 style works with texlive2014, texlive2015, texlive2016 and so on.
please see the file 'biblatex-gb7714-2015.pdf' for more information!
---------------------------------------------------------
update history:
date of change: 2016-11-14 to version v1.0c
* Changes to pkg code:to fix a few bugs
- "*ay.bbx",: add noauthor or "佚名" for the authoryear style
- "*ay.bbx",: add some map cmds to automatically fill the userb field for sorting of the authoryear style
- "*ay.bbx",: add a command yearpagescite for the authoryear style
- "*.bbx",: add a dot after the null publisher with nothing followed
- "*.bbx",: modify the english local string backrefpage to chinese "引用页:"
- "*ay.bbx",: add some options such as uniquelist,labeldate,uniquename for the authoryear style
* Changes to documentation:
- biblatex-gb7714-2015.tex: revise this document.
date of change: 2016-11-11 to version v1.0b
* Changes to pkg code:to match the GBT7714-2015 standard
- "*.bbx",: change a few local strings from english.blx such as bibliography,references
- "*.bbx",: set new maxnamenumber for authoryear style
- "*.bbx",: add translator field and modify version format for report and manual driver
- "*.bbx",: remove the space before edition/version field, which was brought in with testCJKfirst function
* Changes to documentation:
- biblatex-gb7714-2015.tex: correct a few flaws and add more instructions.
date of change: 2016-10-23 to version v1.0a
* Changes to pkg code:
- "*.bbx","*.cbx": add some information like version information.
* Changes to documentation:
- biblatex-gb7714-2015.tex: correct a few flaws .
- paperone.bib: refine some entries.
|