diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-27 23:13:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-27 23:13:47 +0000 |
commit | 83082c7f9a495b3086e74c09252c4046fdbc6a72 (patch) | |
tree | fcf54ab984c4829a916e353200e5256f0148a9ba /Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def | |
parent | a5bf9cc0ee79a49577e212235a796db20edb5fe4 (diff) |
biblatex-gost (27jan17)
git-svn-id: svn://tug.org/texlive/trunk@43066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def | 84 |
1 files changed, 2 insertions, 82 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def b/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def index e4ddb01d795..84901d3288d 100644 --- a/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def +++ b/Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def @@ -1,5 +1,5 @@ \ProvidesFile{biblatex-gost.def} -[2016/09/18\space v1.10\space biblatex-gost styles] +[2017/01/27\space v1.11\space biblatex-gost styles] % these declarations should be here, not in lbx, to be initialized for all languages \NewBibliographyString{ @@ -79,6 +79,7 @@ bygecompilertranin, bygecompilertranfo, bygecompilertranaf, + byeditorcollaborator, books, parts, issues, @@ -430,87 +431,6 @@ } } -\DeclareBibliographyOption{movenames}[true]{% - \gdef\blx@opt@movenames{#1}% - \ifstrequal{#1}{true} - {\DeclareStyleSourcemap{ - \maps[datatype=bibtex]{ - \map[overwrite]{ - \step[fieldsource=author, - match=\regexp{(.+\s+and\s+){3,}|and\s+others\s*$}, - final] - \step[fieldsource=options, - match=\regexp{(.+)}, - replace=\regexp{useauthor=false,$1}] - \step[fieldsource=options, - match=\regexp{^$}, - replace=\regexp{useauthor=false}] - } - \map{ - \step[fieldsource=author, - match=\regexp{(.+\s+and\s+){3,}|and\s+others\s*$}, - final] - \step[fieldset=options, fieldvalue={useauthor=false}] - } - \map[overwrite]{ - \step[fieldsource=editor, - match=\regexp{(.+\s+and\s+){3,}|and\s+others\s*$}, - final] - \step[fieldsource=options, - match=\regexp{(.+)}, - replace=\regexp{useeditor=false,$1}] - \step[fieldsource=options, - match=\regexp{^$}, - replace=\regexp{useeditor=false}] - } - \map{ - \step[fieldsource=editor, - match=\regexp{(.+\s+and\s+){3,}|and\s+others\s*$}, - final] - \step[fieldset=options, fieldvalue={useeditor=false}] - } - \map[overwrite]{ - \pertype{patent} - \step[fieldsource=options, final] - \step[fieldset=options, fieldvalue={useauthor=false,}] - \step[fieldset=options, origfieldval, append] - } - \map{ - \pertype{patent} - \step[fieldset=options, fieldvalue={useauthor=false}] - \step[fieldsource=authortype, fieldtarget=authorcountry] - \step[fieldsource=reqnumber, fieldtarget=requestnumber] - \step[fieldsource=publdate, fieldtarget=publicationdate] - \step[fieldsource=prdate, fieldtarget=prioritydate] - \step[fieldsource=prnumber, fieldtarget=prioritynumber] - \step[fieldsource=prcountry, fieldtarget=prioritycountry] - } - } - } - } - {\DeclareStyleSourcemap{ - \maps[datatype=bibtex]{ - \map[overwrite]{ - \pertype{patent} - \step[fieldsource=options, final] - \step[fieldset=options, fieldvalue={useauthor=false,}] - \step[fieldset=options, origfieldval, append] - } - \map{ - \pertype{patent} - \step[fieldset=options, fieldvalue={useauthor=false}] - \step[fieldsource=authortype, fieldtarget=authorcountry] - \step[fieldsource=reqnumber, fieldtarget=requestnumber] - \step[fieldsource=publdate, fieldtarget=publicationdate] - \step[fieldsource=prdate, fieldtarget=prioritydate] - \step[fieldsource=prnumber, fieldtarget=prioritynumber] - \step[fieldsource=prcountry, fieldtarget=prioritycountry] - } - } - } - } -} - \DeclareSortExclusion{inbook,incollection,inproceeding,bookinbook,suppbook,suppcollection,inreference} {editor,volume,maintitle} |