summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx
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/source/latex/notes2bib/notes2bib.dtx
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/source/latex/notes2bib/notes2bib.dtx')
-rw-r--r--Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx b/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx
index 0e257a868d0..933be3fade5 100644
--- a/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx
+++ b/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx
@@ -917,7 +917,7 @@ This work consists of the file notes2bib.dtx
% Version data to start with.
% \begin{macrocode}
\ProvidesExplPackage
- {notes2bib} {2011/01/18} {2.0e}
+ {notes2bib} {2011/02/23} {2.0f}
{Integrating notes into the bibliography}
\RequirePackage{l3keys2e}
% \end{macrocode}
@@ -1523,6 +1523,8 @@ This work consists of the file notes2bib.dtx
%\begin{macro}{\niib_attach_bibliography:}
%\changes{v2.0d}{2011/01/08}{Use new \cs{bibliography*} function with
% \pkg{biblatex} v1.1a or later}
+%\changes{v2.0f}{2011/02/23}{Use new \cs{addglobalbib} function with
+% \pkg{biblatex} v1.2 or later}
%\begin{macro}{\bibliography}
%\begin{macro}{\niib_bibliography:n}
% Getting the database created here to be scanned by \BibTeX\ is
@@ -1536,7 +1538,11 @@ This work consists of the file notes2bib.dtx
\@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 }
}
{