diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-29 00:06:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-29 00:06:35 +0000 |
commit | 65e993b3adaf9d89a85926bb68e1b62df91769fb (patch) | |
tree | a170bf3cebda605bd425a43da81c6a1268ca435a /Master/texmf-dist/doc/latex/notes2bib/README | |
parent | 90f79e4b239311b4bfef31778404320880ca3aaf (diff) |
notes2bib 2 (28sep09)
git-svn-id: svn://tug.org/texlive/trunk@15542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/notes2bib/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/notes2bib/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/notes2bib/README b/Master/texmf-dist/doc/latex/notes2bib/README new file mode 100644 index 00000000000..9f31cf285f7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/notes2bib/README @@ -0,0 +1,18 @@ +--------------------------------------------------------------- +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 +--------------------------------------------------------------- + +The notes2bib package defines a new type of note, bibnote, +which will always be added to the bibliography. The package +allows footnotes and endnotes to be moved into the bibliography +in the same way. The package can be used with natbib and +biblatex as well as plain LaTeX citations. Both sorted and +unsorted bibliography styles are supported. + +notes2bib is written internally using LaTeX3 syntax. It +therefore requires the expl3 and xpackages packages. The e-TeX +extensions are also required. |