summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-30 21:52:12 +0000
committerKarl Berry <karl@freefriends.org>2019-09-30 21:52:12 +0000
commitea9225ae59ad8eedf594cd44fcb2e37414995215 (patch)
tree0c83e5ec7f91330f292cad6c58974b5c4ee0d89f /Master/texmf-dist/doc/latex
parentb81bbb35425ebc14d513de5201d784aba52c80f1 (diff)
notes2bib (30sep19)
git-svn-id: svn://tug.org/texlive/trunk@52231 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/notes2bib/README.md38
-rw-r--r--Master/texmf-dist/doc/latex/notes2bib/README.txt (renamed from Master/texmf-dist/doc/latex/notes2bib/README)1
-rw-r--r--Master/texmf-dist/doc/latex/notes2bib/notes2bib-notes2bib.bib40
-rw-r--r--Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdfbin197896 -> 238756 bytes
4 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/notes2bib/README.md b/Master/texmf-dist/doc/latex/notes2bib/README.md
new file mode 100644
index 00000000000..4b3e575f27d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/notes2bib/README.md
@@ -0,0 +1,38 @@
+notes2bib - Integrating notes into the bibliography
+===================================================
+
+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.
+
+Installation
+------------
+
+The package is supplied in `.dtx` format and as a pre-extracted
+`.zip` file, `notes2bib.tds.zip`. The later is most convenient
+for most users: simply unzip this in your local `texmf`
+directory. If you want to unpack the `.dtx` yourself, running
+`tex notes2bib.dtx` will extract the package whereas `latex
+notes2bib.dtx` will extract it and also typeset the
+documentation.
+
+The package requires LaTeX3 support as provided in the
+`l3kernel` and `l3packages` bundles. Both of these are available
+on [CTAN](http://www.ctan.org/) as ready-to-install `.zip`
+files. Suitable versions are available in MiKTeX 2.9 and TeX
+Live 2012 (updating the relevant packages online may be
+necessary). LaTeX3, and so `notes2bib`, requires the e-TeX
+extensions: these are available on all modern TeX systems.
+
+Typesetting the documentation requires a number of packages in
+addition to those needed to use the package. This is mainly
+because of the number of demonstration items included in the
+text. To compile the documentation without error, you will
+need the packages:
+ - `csquotes`
+ - `helvet`
+ - `mathpazo`
+ - `listings` \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/notes2bib/README b/Master/texmf-dist/doc/latex/notes2bib/README.txt
index be328819d83..e2cbdc5ca49 100644
--- a/Master/texmf-dist/doc/latex/notes2bib/README
+++ b/Master/texmf-dist/doc/latex/notes2bib/README.txt
@@ -36,3 +36,4 @@ need the packages:
- `helvet`
- `mathpazo`
- `listings`
+ %\section{Introduction}
diff --git a/Master/texmf-dist/doc/latex/notes2bib/notes2bib-notes2bib.bib b/Master/texmf-dist/doc/latex/notes2bib/notes2bib-notes2bib.bib
new file mode 100644
index 00000000000..8bf02194fc5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/notes2bib/notes2bib-notes2bib.bib
@@ -0,0 +1,40 @@
+% This is an auxiliary file used by the 'notes2bib' package.
+% This file may safely be deleted.
+% It will be recreated as required.
+
+@misc{Note1,
+ note = {Note for the first example},
+ key = {Note1},
+ keywords = {note},
+ presort = {mm},
+}
+
+@misc{labelled,
+ note = {Note for the second example},
+ key = {labelled},
+ keywords = {note},
+ presort = {mm},
+}
+
+@misc{Note2,
+ note = {Some \texttt {\textbackslash verb}-like output},
+ key = {Note2},
+ keywords = {note},
+ presort = {mm},
+}
+
+@misc{Note3,
+ note = {Text for the fourth example},
+ key = {Note3},
+ keywords = {note},
+ presort = {mm},
+}
+
+@misc{named,
+ note = {More text for the fourth example},
+ key = {named},
+ keywords = {note},
+ presort = {mm},
+}
+
+
diff --git a/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf b/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf
index bfa4086e4f1..e4238fcf276 100644
--- a/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf
+++ b/Master/texmf-dist/doc/latex/notes2bib/notes2bib.pdf
Binary files differ