diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-29 23:21:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-29 23:21:06 +0000 |
commit | 5d7d0b39855c235e84a3da60299a79e75fbc9755 (patch) | |
tree | 3f3719e5030df92a1eb5f05cce17832fe2701be0 /Master/texmf-dist/tex/latex/biblatex-gost/biblatex-gost.def | |
parent | d3507c95db29f3c6502627edee0a10ca5bbd27a8 (diff) |
biblatex-gost (29nov14)
git-svn-id: svn://tug.org/texlive/trunk@35695 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 | 10 |
1 files changed, 5 insertions, 5 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 701e33ae76a..7b03cf5e232 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} -[2014/02/15\space v1.0\space biblatex-gost styles] +[2014/11/28\space v1.1\space biblatex-gost styles] % these declarations should be here, not in lbx, to be initialized for all languages \NewBibliographyString{ @@ -437,7 +437,7 @@ \maps[datatype=bibtex]{ \map[overwrite]{ \step[fieldsource=author, - match=\regexp{(.+\s+and\s+){3,}}, + match=\regexp{(.+\s+and\s+){3,}|and\s+others\s*$}, final] \step[fieldsource=options, match=\regexp{(.+)}, @@ -448,13 +448,13 @@ } \map{ \step[fieldsource=author, - match=\regexp{(.+\s+and\s+){3,}}, + 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,}}, + match=\regexp{(.+\s+and\s+){3,}|and\s+others\s*$}, final] \step[fieldsource=options, match=\regexp{(.+)}, @@ -465,7 +465,7 @@ } \map{ \step[fieldsource=editor, - match=\regexp{(.+\s+and\s+){3,}}, + match=\regexp{(.+\s+and\s+){3,}|and\s+others\s*$}, final] \step[fieldset=options, fieldvalue={useeditor=false}] } |