diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf | bin | 187880 -> 187880 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 6 |
3 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf b/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf Binary files differindex e3dd571a960..a7bf1ab65e7 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 933be3fade5..6cb0aa8b979 100644 --- a/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx +++ b/Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx @@ -1540,7 +1540,11 @@ This work consists of the file notes2bib.dtx \@ifpackagelater { biblatex } { 2011/01/08 } { \@ifpackagelater { biblatex } { 2011/02/12 } - { \exp_args:NV \addglobalbib \g_niib_filename_tl } + { + + \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 } diff --git a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty index 4d32c0582cb..c7a632ab935 100644 --- a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty +++ b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty @@ -316,7 +316,11 @@ \@ifpackagelater { biblatex } { 2011/01/08 } { \@ifpackagelater { biblatex } { 2011/02/12 } - { \exp_args:NV \addglobalbib \g_niib_filename_tl } + { + + \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 } |