summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-28 00:26:09 +0000
committerKarl Berry <karl@freefriends.org>2011-02-28 00:26:09 +0000
commit5531ddc0e73f5d2184fe7b8f7d530c7b4a36248a (patch)
tree24edd0b029179d4d1f294fd7a25ce2010dac8853 /Master
parent9e790ba7cec9c862f5066df56b9c154f2b4f4852 (diff)
notes2bib (27feb11)
git-svn-id: svn://tug.org/texlive/trunk@21541 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdfbin187880 -> 187880 bytes
-rw-r--r--Master/texmf-dist/source/latex/notes2bib/notes2bib.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty6
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
index e3dd571a960..a7bf1ab65e7 100644
--- a/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf
+++ b/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf
Binary files differ
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 }