diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-01 23:48:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-01 23:48:26 +0000 |
commit | 93f96704b0da7f094ecac20ad87a4d6d57713ee8 (patch) | |
tree | cba9d0afb54133776ad6d66cf87bbe7e317319fe /Master/texmf-dist/tex/latex/notes2bib | |
parent | d4dc1df565cc608b8bf8317fe904b9e0390b8022 (diff) |
notes2bib update (2nov07)
git-svn-id: svn://tug.org/texlive/trunk@5321 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/notes2bib')
-rw-r--r-- | Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty index 4ec2fdfce2a..e19a1ef31a5 100644 --- a/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty +++ b/Master/texmf-dist/tex/latex/notes2bib/notes2bib.sty @@ -15,7 +15,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{notes2bib} - [2007/10/26 v1.2 Integrating notes into the bibliography] + [2007/10/31 v1.2a Integrating notes into the bibliography] \@ifundefined{eTeXversion} {\PackageError{notes2bib} {Not running under e-TeX} @@ -73,15 +73,21 @@ \ifniib@tail \PackageWarning{notes2bib} {You've given both ``head'' and ``tail'' as - options\MessageBreak I'm ignoring both!} + options\MessageBreak I'm ignoring both!\MessageBreak + bibnotes will be interspersed with other citations} \niib@headfalse\niib@tailfalse \else \PackageInfo{notes2bib}% - {bibnotes will ``head'' other citations} + {bibnotes will head other citations} \fi \else - \PackageInfo{notes2bib}% - {bibnotes will ``tail'' other citations} + \ifniib@tail + \PackageInfo{notes2bib}% + {bibnotes will tail other citations} + \else + \PackageInfo{notes2bib}% + {bibnotes will be interspersed with other citations} + \fi \fi \AtBeginDocument{% \ifniib@head |