diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/notes2bib')
-rw-r--r-- | Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty index c752cf52da4..4d32c0582cb 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/01/18} {2.0e} + {notes2bib} {2011/02/23} {2.0f} {Integrating notes into the bibliography} \RequirePackage{l3keys2e} \tl_new:N \c_niib_file_message_tl @@ -314,7 +314,11 @@ \@ifpackageloaded { biblatex } { \@ifpackagelater { biblatex } { 2011/01/08 } - { \exp_args:NNV \bibliography * \g_niib_filename_tl } + { + \@ifpackagelater { biblatex } { 2011/02/12 } + { \exp_args:NV \addglobalbib \g_niib_filename_tl } + { \exp_args:NNV \bibliography * \g_niib_filename_tl } + } { \exp_args:NV \bibliography \g_niib_filename_tl } } { |