diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty index c7a632ab935..e9a9b8d1def 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/02/23} {2.0f} + {notes2bib} {2011/06/30} {2.0g} {Integrating notes into the bibliography} \RequirePackage{l3keys2e} \tl_new:N \c_niib_file_message_tl @@ -197,8 +197,8 @@ \cs_new_nopar:Npn \niib_note_name: { \niib_insert_refsection: \tl_use:N \l_niib_note_name_tl - \intexpr_compare:nT { \g_niib_previous_notes_int > \c_nine } - { \intexpr_compare:nT { \g_niib_note_int < \c_ten } { 0 } } + \int_compare:nNnT \g_niib_previous_notes_int > \c_nine + { \int_compare:nNnT \g_niib_note_int < \c_ten { 0 } } \int_to_arabic:n { \g_niib_note_int } } \cs_new_nopar:Npn \niib_filesw: { } @@ -329,7 +329,7 @@ \cs_new_eq:NN \niib_bibliography:n \bibliography \RenewDocumentCommand \bibliography { m } { - \intexpr_compare:nTF { \g_niib_total_notes_int = \c_zero } + \int_compare:nNnTF \g_niib_total_notes_int = \c_zero { \niib_bibliography:n {##1} } { \cs_set_nopar:Npx \niib_attach_bibliography: @@ -484,7 +484,7 @@ } } \AtEndDocument { - \intexpr_compare:nT { \g_niib_note_int > \c_zero } + \int_compare:nNnT \g_niib_note_int > \c_zero { \iow_now:Nx \@auxout { \TotalNotes { \int_to_arabic:n { \g_niib_note_int } } } |