diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-11 23:32:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-11 23:32:25 +0000 |
commit | 32c24a382db1325791d7ff40b4e6de9904b54458 (patch) | |
tree | 447edca31cee736546d9795db022579c42eda740 /Master/texmf-dist/tex/latex/notes2bib | |
parent | 09e4530648a4d8d411fd373fc8080509391efc06 (diff) |
notes2bib 2.0h (9sep11)
git-svn-id: svn://tug.org/texlive/trunk@23899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/notes2bib')
-rw-r--r-- | Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 13 |
1 files changed, 10 insertions, 3 deletions
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 { |