summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md33
1 files changed, 27 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md
index da4f2bc139f..1397ff9f037 100644
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/README.md
@@ -1,4 +1,4 @@
-<b>Date of last change:2017-02-26 to version v1.0g</b>
+<b>Date of last change:2017-04-11 to version v1.0h</b>
# biblatex-gb7714-2015: a biblatex style package
@@ -22,19 +22,27 @@ The biblatex-gb7714-2015 package provides an implementation of the bibliography
`\usepackage[backend=biber,style=gb7714-2015]{biblatex}`
- %add a option "align" for the numerical label, option value maybe "right" or "left" or "gb7714-2015"
+ %add an option "align" for the numerical label, option value maybe "right" or "left" or "gb7714-2015"
`\usepackage[backend=biber,style=gb7714-2015,align=gb7714-2015]{biblatex}`
+ %add an option "gbpub" for dealing publishing items, option value = "true" for gb7714 style or "false" for standard style.
+
+ `\usepackage[backend=biber,style=gb7714-2015,gbpub=true]{biblatex}`
+
%for author year style
- `\usepackage[backend=biber,style=gb7714-2015ay]{biblatex}`
+ `\usepackage[backend=biber,style=gb7714-2015ay,gbpub=true]{biblatex}`
+
+ %add an option "gbnoauthor" for dealing undefined author, option value = "true" for gb7714 style or "false" for standard style.
+
+ `\usepackage[backend=biber,style=gb7714-2015ay,gbnoauthor=true]{biblatex}`
%for perl script transformation tool(only for the numerical style)
`perl gb7714texttobib.pl in=textfilename out=bibfilename`
-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.
+A demonstration database is provided to show how to format input for the style. The biblatex-gb7714-2015 style works with texlive2014, texlive2015, texlive2016, texlive2017 and so on.
please see the file 'biblatex-gb7714-2015.pdf' for more information!
@@ -42,11 +50,24 @@ please see the file 'biblatex-gb7714-2015.pdf' for more information!
## update history:
-### date of change: 2017-02-26 to version v1.0g, the last version support texlive2015
+### date of change: 2017-04-11 to version v1.0h, the last version support texlive2015
+* Changes to pkg code:
+ - "*.bbx": deal compatibility problem of author style for texlive2017, because the old cmd printdateextralabel with biblatex3.4 has been replaced by printlabeldateextra with biblatex3.7 in texlive2017.
+ - "*.bbx": change the seperator between multi-language reference text form cmd par to cmd newline for the gb7714-2015 align style
+ - "*.bbx": fix a flaw reported by Lee Zeping. remove the comma between journaltitle and (number) when the volume is undefined.
+ - "*.bbx": add an option gbpub to control the publishing info. if gbpub=false, publishing info's format is the biblatex standard style, otherwise is gb7714-2015 style. The origin idea comes from Wayne08.
+ - "*.bbx": fix a flaw reported by zjsdut@163.com. remove the dot before url when url is the only info available。
+ - "*.bbx": add an option gbnoauthor for author-year style. when author is undefined, set option gbnoauthor=true then author with "佚名"or"NOAUTHOR" will be defined. note that with biblatex version 3.7 or higher for multiple DeclareStyleSourcemap support, code can be simplifed, because the realization code now with texlive2016(biblatex 3.4) is subjected to the one DeclareStyleSourcemap constraint.
+* Changes to documentation:
+ - biblatex-gb7714-2015.tex: revise this document
+ - *.bib: correct a warning which is caused by long multi-line url info.
+
+
+### date of change: 2017-02-26 to version v1.0g
* Changes to pkg code:
- "*.bbx": deal the compatibility problem for some entrytypes: mastersthesis,phdthesis,www,electronic,standard,techreport,conference, and newspaper. these entrytypes can be used in the source bib file.
- "*.bbx": for online type, the revised/changed date is denoted by date/enddate/eventdate
- - "*.bbx": modify the usera field's format, taking into account the standard style's package option url
+ - "*.bbx": modify the usera field's format, taking into account the standard style's package option url, proposed by Sheng Wenbo.
- "*.bbx": add a no breakthinspace after the entrytype identifier (like [M]//) to make the next word break correctly
- "*.bbx": add a feature for automatically dealing with special character(like &/%/#),compatibility with texlive2015 is done
* Changes to documentation: