summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/notes2bib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-24 00:17:40 +0000
committerKarl Berry <karl@freefriends.org>2011-02-24 00:17:40 +0000
commit2b03b2382140757dbcba811b3a9d06dfcfa0742b (patch)
treed457ca8cff2912fbe3d2ff140fbc5d351b55bdef /Master/texmf-dist/tex/latex/notes2bib
parent132581510350bbab78a9b87820fb6a42edd509af (diff)
notes2bib 2.0f (23feb11)
git-svn-id: svn://tug.org/texlive/trunk@21504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/notes2bib')
-rw-r--r--Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty8
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 }
}
{