From 32c24a382db1325791d7ff40b4e6de9904b54458 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Sep 2011 23:32:25 +0000 Subject: notes2bib 2.0h (9sep11) git-svn-id: svn://tug.org/texlive/trunk@23899 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty index e9a9b8d1def..cae545130c0 100644 --- a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty +++ b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty @@ -15,7 +15,7 @@ %% \RequirePackage{xparse} \ProvidesExplPackage - {notes2bib} {2011/06/30} {2.0g} + {notes2bib} {2011/09/09} {2.0h} {Integrating notes into the bibliography} \RequirePackage{l3keys2e} \tl_new:N \c_niib_file_message_tl @@ -347,9 +347,16 @@ \@ifpackageloaded { biblatex } { \@ifpackagelater { biblatex } { 2011/01/08 } - { \exp_args:NNV \bibliography * \g_niib_filename_tl } + { + \@ifpackagelater { biblatex } { 2011/02/12 } + { + + \exp_args:No \addglobalbib + { \g_niib_filename_tl .bib } + } + { \exp_args:NNV \bibliography * \g_niib_filename_tl } + } { \exp_args:NV \bibliography \g_niib_filename_tl } - \cs_gundefine:N \niib_attach_bibliography: } { \AtBeginDocument { \niib_attach_bibliography: } } \AtBeginDocument { -- cgit v1.2.3