diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-11 23:56:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-11 23:56:27 +0000 |
commit | 3eaae8a4448b6204bb0e07700db85ffedd9d5cc6 (patch) | |
tree | 658930c0c4cac34d0e7cfc59a0e9952fe8607d79 /Master/texmf-dist/tex/latex/biblatex/biblatex2.sty | |
parent | f33df6d448eecaace37506c4fc1e897bb3785edc (diff) |
biblatex 2.5 (10jan13)
git-svn-id: svn://tug.org/texlive/trunk@28797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex2.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex2.sty | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex2.sty b/Master/texmf-dist/tex/latex/biblatex/biblatex2.sty index 378a7caf98f..621b68f047c 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex2.sty +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex2.sty @@ -4248,6 +4248,7 @@ \do{fromrussian}% \do{fromspanish}% \do{fromswedish}% + \do{countryct}% \do{countryde}% \do{countryep}% \do{countryeu}% @@ -8823,8 +8824,8 @@ \blx@xml@file \blx@xml@comment{BIBER OPTIONS}% \blx@xml@options{biber}{global}{% - \blx@xml@svalue{bblencoding}{\blx@texencoding}% - \blx@xml@svalue{bibencoding}{\blx@bibencoding}% + \blx@xml@svalue{output_encoding}{\blx@texencoding}% + \blx@xml@svalue{input_encoding}{\blx@bibencoding}% \blx@xml@toggle{debug}% \blx@xml@svalue{mincrossrefs}{\blx@mincrossrefs}% \blx@xml@toggle{sortcase}% @@ -8855,7 +8856,7 @@ \blx@xml@comment{SOURCEMAP}% \blx@xml@sourcemap{% \ifcsdef{blx@biber@sourcemap@user}{\csuse{blx@biber@sourcemap@user}}{}% - \ifcsdef{blx@biber@sourcemap@user}{\csuse{blx@biber@sourcemap@style}}{}% + \ifcsdef{blx@biber@sourcemap@style}{\csuse{blx@biber@sourcemap@style}}{}% \ifcsdef{blx@biber@sourcemap@defaults@bibtex}{\csuse{blx@biber@sourcemap@defaults@bibtex}}{}% \ifcsdef{blx@biber@sourcemap@defaults@biblatexml}{\csuse{blx@biber@sourcemap@defaults@biblatexml}}{}% \ifcsdef{blx@biber@sourcemap@defaults@endnotexml}{\csuse{blx@biber@sourcemap@defaults@endnotexml}}{}% @@ -9108,6 +9109,10 @@ \ifstrequal{#1}{true} {\appto\blx@tempf{ map\string_null="1"}} {}} +\define@key{blx@sourcemap@step}{entrynull}[true]{% true|false + \ifstrequal{#1}{true} + {\appto\blx@tempf{ map\string_entry\string_null="1"}} + {}} \define@key{blx@sourcemap@step}{origfield}[true]{% true|false \ifstrequal{#1}{true} {\appto\blx@tempf{ map\string_origfield="1"}} |