diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf | bin | 187794 -> 187880 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/notes2bib/notes2bib.ins | 75 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 8 |
4 files changed, 14 insertions, 79 deletions
diff --git a/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf b/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf Binary files differindex 04d06197db0..e3dd571a960 100644 --- a/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf +++ b/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf 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 } } { diff --git a/Master/texmf-dist/source/latex/notes2bib/notes2bib.ins b/Master/texmf-dist/source/latex/notes2bib/notes2bib.ins deleted file mode 100644 index c5022a731cf..00000000000 --- a/Master/texmf-dist/source/latex/notes2bib/notes2bib.ins +++ /dev/null @@ -1,75 +0,0 @@ -%% -%% This is file `notes2bib.ins', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% notes2bib.dtx (with options: `install') -%% --------------------------------------------------------------- -%% notes2bib --- Integrating notes into the bibliography -%% Maintained by Joseph Wright -%% E-mail: joseph.wright@morningstar2.co.uk -%% Released under the LaTeX Project Public License v1.3c or later -%% See http://www.latex-project.org/lppl.txt -%% --------------------------------------------------------------- -%% -\input docstrip.tex -\keepsilent -\askforoverwritefalse -\preamble ---------------------------------------------------------------- -notes2bib --- Integrating notes into the bibliography -Maintained by Joseph Wright -E-mail: joseph.wright@morningstar2.co.uk -Released under the LaTeX Project Public License v1.3c or later -See http://www.latex-project.org/lppl.txt ---------------------------------------------------------------- - -\endpreamble -\postamble - -Copyright (C) 2007-2011 by - Joseph Wright <joseph.wright@morningstar2.co.uk> - -It may be distributed and/or modified under the conditions of -the LaTeX Project Public License (LPPL), either version 1.3c of -this license or (at your option) any later version. The latest -version of this license is in the file: - - http://www.latex-project.org/lppl.txt - -This work is "maintained" (as per LPPL maintenance status) by - Joseph Wright. - -This work consists of the file notes2bib.dtx - and the derived files notes2bib.ins, - notes2bib.pdf and - notes2bib.sty. - -\endpostamble -\usedir{tex/latex/notes2bib} -\generate{ - \file{\jobname.sty}{\from{\jobname.dtx}{package}} -} -\endbatchfile -%% -%% Copyright (C) 2007-2011 by -%% Joseph Wright <joseph.wright@morningstar2.co.uk> -%% -%% It may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License (LPPL), either version 1.3c of -%% this license or (at your option) any later version. The latest -%% version of this license is in the file: -%% -%% http://www.latex-project.org/lppl.txt -%% -%% This work is "maintained" (as per LPPL maintenance status) by -%% Joseph Wright. -%% -%% This work consists of the file notes2bib.dtx -%% and the derived files notes2bib.ins, -%% notes2bib.pdf and -%% notes2bib.sty. -%% -%% -%% End of file `notes2bib.ins'. 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 } } { |